-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Splitting functions into shorter ones, moved plotly import, enabled o…
…nly interactive plots.
- Loading branch information
Showing
3 changed files
with
199 additions
and
152 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
examples/example_16/ob08092-o4_minimal_interactive_plot.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
photometry_files: data/OB08092/phot_ob08092_O4.dat | ||
# Define model to be plotted: | ||
model: | ||
parameters: t_0 u_0 t_E | ||
values: 2455379.5716130617 0.5236953977433282 17.926270401551196 | ||
# Three sections below will be ignored by the plotting script: | ||
starting_parameters: | ||
t_0: gauss 2455380. 0.1 | ||
u_0: uniform 0.001 1. | ||
t_E: gauss 20. 5. | ||
min_values: | ||
u_0: 0. | ||
t_E: 0. | ||
fitting_parameters: | ||
n_walkers: 10 | ||
n_steps: 1000 | ||
n_burn: 500 | ||
# Now set the file where you want the light curve to be plotted: | ||
plots: | ||
best model: | ||
interactive: ob08092-o4_minimal_plot.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.