Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

example_16: added color and negative blending prior #122

Merged
merged 16 commits into from
Jun 13, 2024
11 changes: 10 additions & 1 deletion examples/example_16/ob03235_2_full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,18 @@ starting_parameters:
# parameters: t_0 u_0 t_E
# See also ob08092-o4_starting_file.yaml
fit_constraints:
negative_blending_flux_sigma_mag: 20.
negative_blending_flux_sigma_mag: 20.
#one can specify for which dataset soft constrain on blending flux should be applied: sigma dataset_label(s)
#negative_blending_flux_sigma_mag: 20. "OGLE I-band" "OB03235_MOA.txt"
# Alternative sharp constraint:
# no_negative_blending_flux: True
#color constrains, where color=source_mag_from_dataset_k-source_mag_from_dataset_m: gauss, mu ,sigma, k, m
color : gauss 0.3 0.01 "OGLE I-band" "OB03235_MOA.txt"
#Alternative for binary source models:
#color source 1 : gauss 0.3 0.01 "OGLE I-band" "OB03235_MOA.txt"
#and/or
#color source 2 : gauss 0.3 0.01 "OGLE I-band" "OB03235_MOA.txt"

prior:
t_E: Mroz et al. 2017
# Other possibility:
Expand Down
Loading
Loading