austingulliver / chiron_slicer

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

Introduce new variable in ctio #20

Closed austingulliver closed 8 months ago

austingulliver commented 9 months ago

Add pixel_total to ctio.par. Needs to indicate the number of pixels used for each order.

Remove hard-coded 3200 -> use for combine stellar?

Initial reduction starts with 4112 pixels but seems to use only 3200 when combine_stellar is use.

Edison1999 commented 8 months ago

cut_spectra in reduce_slicer -> line 339 splice_type variable

Edison1999 commented 8 months ago

pixel_to_cut variable has been added to ctio.par file. To make it compatible need to add argument pixel_to_cut in ctio.par before running the pipeline.

Image