qpv-research-group / rayflare

Open-source, integrated optical modelling of complex stacks
Other
33 stars 12 forks source link

Offer more control over where results are saved #18

Closed phoebe-p closed 3 years ago

phoebe-p commented 3 years ago

Currently, results (i.e. matrices calculated for the matrix multiplication framework) are stored by default in rayflare/results. This is a) inflexible and b) not a good location because when installed as a 'proper' package, this folder will be inaccessible for most users. It should be possible to choose different options for where your results are saved (e.g. in the current directory or some standard folder in the user's home directory) or explicitly provide a path for the results to be stored/loaded from.

phoebe-p commented 3 years ago

Addressed by #19.