Skip to content

Commit

Permalink
Merge pull request #122 from mjmroz/fluxes
Browse files Browse the repository at this point in the history
example_16: added color and negative blending prior
  • Loading branch information
rpoleski authored Jun 13, 2024
2 parents f408d71 + b7b18ab commit ccb1374
Show file tree
Hide file tree
Showing 3 changed files with 253 additions and 27 deletions.
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

0 comments on commit ccb1374

Please sign in to comment.