Replies: 3 comments
-
Yes, using
|
Beta Was this translation helpful? Give feedback.
-
I will update the readthedocs before closing this. |
Beta Was this translation helpful? Give feedback.
-
For SPRAT data, I believe only |
Beta Was this translation helpful? Give feedback.
-
In the past I just followed the recipes in the quickstart guide. They start with doing the basic image reductions. When I am starting with already reduced CCD images and just want to do the spectra reductions in ASPIRED, what is the best way of skipping over ImageReduction() and going straight to TwoDSpec()?
In the past I made an input filelist that had no bias, dark & flat and passed it through image_reduction.reduce(). That sort of does nothing, but it does initialise a whole load of ASPIRED presets and get everything organised in a format ready to pass into spectral_reduction. Something like:
target_list.list text file:
light, v_s_20230402_59_1_0_1.fits
arc, v_a_20230402_60_1_0_1.fits
It seems easier to jump straight to spectral_reduction and never use image_reduction.
So, something like the following?...
And then from there on I can just follow the recipes in the quickstart guides again.
Beta Was this translation helpful? Give feedback.
All reactions