Skip to content

Adding more control for which pyLIMA outpus are saved #108

Description

@KKruszynska

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.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions