Application to generate CAOM2 Observations from DAO FITS files.
These are Linux-centric instructions.
In an empty directory (the 'working directory'), on a machine with Docker installed:
-
Set up credentials. The
dao_run*.sh
scripts will attempt to copy $HOME/.ssl/cadcproxy.pem to the 'working directory'. -
In the master branch of this repository, one time only, find the scripts directory, and copy the file dao_run.sh to the working directory. e.g.:
wget https://raw.github.com/opencadc/dao2caom2/master/scripts/dao_run.sh
-
Ensure the script is executable, one time only:
chmod +x dao_run.sh
-
To run the application:
./dao_run.sh
-
The config.yml file will be created in the 'working directory'. This file controls the execution of the application. See here for a description of the entries in this file.
-
To debug the application from inside the container:
user@dockerhost:<cwd># docker run --rm -ti -v ${PWD}:/usr/src/app --name dao_run opencadc/dao2caom2 /bin/bash root@53bef30d8af3:/usr/src/app# dao_run
-
For some instructions that might be helpful on using containers, see: https://github.com/opencadc/collection2caom2/wiki/Docker-and-Collections
-
For some insight into what's happening, see: https://github.com/opencadc/collection2caom2
In an empty directory (the 'working directory'), on a machine with Docker installed:
- In the master branch of this repository, find the scripts directory, and copy the file dao_run_state.sh to the working directory. e.g.:
wget https://raw.github.com/opencadc/dao2caom2/master/scripts/dao_run_state.sh
- Ensure the script is executable:
chmod +x dao_run_state.sh
- To run the application:
./dao_run_state.sh
Current active instruments/detectors for "DAO" collection.
I'm ignoring "DAOPLATES" collection which is currently static.
('c' in file name indicated a ccd is the detector; see later text...)
-
1.2m McKellar Spectrograph
- dao_c122_2017_011124.fits science observation
- dao_c122_2017_011118.fits comparison arc
- dao_c122_2017_011111.fits bias
- dao_c122_2017_011095.fits flat
- dao_c122_2017_007425.fits dark
-
1.8m Cassegrain Spectrograph
- dao_c182_2017_010923.fits science observation
- dao_c182_2017_010924.fits comparison arc
- dao_c182_2017_010870.fits bias
- dao_c182_2017_010896.fits flat
- dao_c182_2017_007397.fits dark
-
1.8m Cassegrain Spectropolarimeter
- dao_c182_2017_019323.fits science observation
- dao_c182_2017_019322.fits comparison arc
- dao_c182_2017_019238.fits bias
- dao_c182_2017_019030.fits flat
- dao_c182_2017_003051.fits dark
-
1.8m Newtonian Imager
- dao_c182_2017_016292.fits science observation
- dao_c182_2017_016319.fits flat
- dao_c182_2017_016254.fits bias
- dao_c182_2017_009814.fits dark
Old data with the Reticon detector ('r' in file name).
Limited files so far. Original headers very limited.
-
1.2m spectra
- dao_r122_1989_003112.fits science object
- dao_r122_1989_003115.fits flat
- dao_r122_1989_003111.fits comparison arc
- dao_r122_1989_003184.fits dark
-
1.8m spectra
- dao_r182_1989_000369.fits science object
- dao_r182_1989_000372.fits comparison arc
- dao_r182_1989_000377.fits dark
- dao_r182_1989_000481.fits flat
Processed data (limited 'experimental' amounts; any suffix after odometer number indicates it's a processed file)
-
Spectra
- dao_c122_2007_000882_v.fits processed science observation (suffix '_v')
- dao_c122_2007_000882.fits corresponding unprocessed observation
- dao_c122_2007_000881_e.fits processed arc (suffix '_e')
- dao_c122_2007_000881.fits corresponding unprocessed arc
- dao_c122_2007_000916_F.fits co-added, processed flat field (suffix '_F')
- member files are dao_c122_2007_000916.fits through dao_c122_2007_000926.fits
- dao_c122_2016_012652_B.fits co-added, processed bias (suffix '_B')
- member files are dao_c122_2016_012652.fits to 012666 and dao_c122_2016_012726 to 012741.fits
- dao_c122_2007_000882_v.fits processed science observation (suffix '_v')
-
Images
- dao_c182_2016_004034_a.fits processed science observation (suffix '_a')
- dao_c182_2016_004034.fits corresponding unprocessed observation
- dao_c182_2016_008332_B.fits co-added processed bias (suffix '_B')
- member files dao_c182_2016_008332.fits through dao_c182_2016_008347.fits
- dao_c182_2016_002019_F.fits co-added processed flat (suffix '_F')
- member files dao_c182_2016_002019 through dao_c182_2016_002031.fits ======= An application to generate CAOM2 Observations from DAO FITS files.
- dao_c182_2016_004034_a.fits processed science observation (suffix '_a')