-
Notifications
You must be signed in to change notification settings - Fork 1
Pipeline Design and Requirements
Bruno Quint edited this page Dec 28, 2017
·
1 revision
At the moment SAMI's Pipeline will be run offline. That means that the pipeline will be run at the end of the observation time.
- Command line pipeline
- One line and process it all
- Astrometry included
- Python 3
- AstroPy
- A copy of the files is always done
- Read the headers
- Build a table with all the files
- Build sub-tables for different binning (
CCDSUM
) - Build a table with the BIAS files.
- Build a table with non-BIAS files.
- Build a table non-BIAS for different filters.
- Separate FLATS from SCIENCE targets.
- Combine
BIAS
intoMASTER_BIAS
- Subtract
MASTER_BIAS
from all others. - Combine each
FLAT
intoMASTER_FLATS
. - Normalize
MASTER_FLATS
. - Divide each
SCIENCE
by the correspondingMASTER_FLATS
. - Find Astrometric Solution.