austingulliver / chiron_slicer

Processing data pipeline for CHIRON spectrograph.
0 stars 0 forks source link

Add ability to call the program for multiple nigths #6

Closed Edison1999 closed 5 months ago

Edison1999 commented 1 year ago

As of now the program only allows the user to execute the reduction for a single night. Example reduce_slicer,'230201',/post_process,/combine_stellar

We would like to add the functionality to do it automatically for multiple night. Example reduce_slicer,['230201', '210723', '200214'],/post_process,/combine_stellar

Or even if a night is not given, gio to the raw directory and process all the night in there.