Right now, when fit.fit_outputs() is called pyLIMA produces:
- an HTML file with a bokeh plot of the light curve and the model, its geometry, posterior distribution, and a parameter table;
- a JSON file with model parameters;
Additionally, for certain types of fits it also produces (for example):
- pyLIMA_fit_DE_population.npz
I would like to have more control over which files are created and where they are saved. I can save the HTML file at a desired location (which I like!), but I cannot do that to the population file. I would also like to have an option to only save selected outputs (e.g., only the plot, maybe the population file, maybe the JSON file, etc.)
Right now, when fit.fit_outputs() is called pyLIMA produces:
Additionally, for certain types of fits it also produces (for example):
I would like to have more control over which files are created and where they are saved. I can save the HTML file at a desired location (which I like!), but I cannot do that to the population file. I would also like to have an option to only save selected outputs (e.g., only the plot, maybe the population file, maybe the JSON file, etc.)