spacetelescope / wfc3_dash

Tools for reducing HST/WFC3 DASH observations.
1 stars 5 forks source link

Add organizing script #40

Open catherine-martlin opened 5 years ago

catherine-martlin commented 5 years ago

Create a script to help move and organize results/intermediate files. (As opposed to deleting them outright). Create a dictionary of paths to various outputs?

rosaliaobrien commented 4 years ago

I added a short function titled move_files to reduce_dash.py: https://github.com/spacetelescope/wfc3_dash/blob/1c768d2e8edb1fcb3958e2be0fc8185e6cd57faa/wfc3_dash/reduce_dash.py#L554 I don't think this saves ALL the intermediate files, but does move a lot of them to individual folders. Maybe this is a good start?