Exo-TiC / ExoTiC-ISM

This is a repository for the reduction pipeline detailed in Wakeford, et al., 2016, ApJ. The method implements marginalization across a series of models to represent stochastic models for observatory and instrument systematics. This is primarily for HST WFC3, however, may be extended to STIS in the future.
MIT License
8 stars 6 forks source link

Include function to save each new data set in new directory #74

Closed ivalaginja closed 4 years ago

ivalaginja commented 4 years ago

I want to implement a small function that creates a new directory each time the code runs, its name being a time stamp + run suffix from the configfile. That way data cannot be confused as easily. And this data subdirectory should be saved to the output data path specified by the user in the configfile.

ivalaginja commented 4 years ago

Closed with #75