diff --git a/examples/example_16/ob03235_2_full.yaml b/examples/example_16/ob03235_2_full.yaml index 59512d05..2a8212e2 100644 --- a/examples/example_16/ob03235_2_full.yaml +++ b/examples/example_16/ob03235_2_full.yaml @@ -32,6 +32,10 @@ starting_parameters: q: log-uniform 0.001 0.01 s: uniform 1.09 1.11 alpha: gauss 224.0 1.0 + # It is also possible to provide a file with starting points e.g.: + # file: ob08092-o4_starting_file_input.txt + # parameters: t_0 u_0 t_E + # See also ob08092-o4_starting_file.yaml fit_constraints: negative_blending_flux_sigma_mag: 20. # Alternative sharp constraint: diff --git a/examples/example_16/ob08092-o4_starting_file.yaml b/examples/example_16/ob08092-o4_starting_file.yaml new file mode 100644 index 00000000..8e19bd46 --- /dev/null +++ b/examples/example_16/ob08092-o4_starting_file.yaml @@ -0,0 +1,15 @@ +photometry_files: + data/OB08092/phot_ob08092_O4.dat +starting_parameters: + file: ob08092-o4_starting_file_input.txt + parameters: t_0 u_0 t_E +min_values: + t_E: 0. +fitting_parameters: + n_steps: 5000 +plots: + trajectory: + file: ob08092-o4_trajectory2.png + time range: 2455360 2455385 + trace: + file: ob08092-o4_trace2.png diff --git a/examples/example_16/ob08092-o4_starting_file_input.txt b/examples/example_16/ob08092-o4_starting_file_input.txt new file mode 100644 index 00000000..d374be8a --- /dev/null +++ b/examples/example_16/ob08092-o4_starting_file_input.txt @@ -0,0 +1,10 @@ +2455380.1 -0.001 20. +2455380.2 0.01 20.1 +2455380.3 -0.05 20.01 +2455380.4 0.1 20.02 +2455380.5 -0.2 20.05 +2455380.6 0.5 20.5 +2455380.7 -0.3 20.15 +2455380.8 0.4 20.25 +2455380.9 -0.6 20.35 +2455380.0 0.7 20.45