-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #154 from mjmroz/interactive_plots
Interactive plots
- Loading branch information
Showing
5 changed files
with
361 additions
and
13 deletions.
There are no files selected for viewing
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
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,9 @@ | ||
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 | ||
# 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
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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
numpy | ||
scipy>=0.18.0 | ||
matplotlib | ||
plotly | ||
yaml | ||
emcee | ||
corner | ||
|
Oops, something went wrong.