diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /noao/astcat/src/aobspars.par | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'noao/astcat/src/aobspars.par')
-rw-r--r-- | noao/astcat/src/aobspars.par | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/noao/astcat/src/aobspars.par b/noao/astcat/src/aobspars.par new file mode 100644 index 00000000..b43b39cb --- /dev/null +++ b/noao/astcat/src/aobspars.par @@ -0,0 +1,29 @@ +# THE AOBSPARS parameter set + +# The observing parameters. + +csystem,s,h,"RADECSYS",,,"The image coordinate system" +equinox,s,h,"EQUINOX",,,"The equinox of the reference ra and dec" +epoch,s,h,"DATE-OBS",,,"The epoch of the observation" + +xref,s,h,"INDEF",,,"The x reference pixel" +yref,s,h,"INDEF",,,"The y reference pixel" +xmag,s,h,"SCALE",,,"The x axis image scale in arcseconds per pixel" +ymag,s,h,"SCALE",,,"The y axis image scale in arcseconds per pixel" +xrotation,s,h,"0.0",,,"The x axis rotation in degrees" +yrotation,s,h,"0.0",,,"The y axis rotation in degrees" +raref,s,h,"RA",,,"The ra of the image reference point in hours" +decref,s,h,"DEC",,,"The dec of the image reference point in degrees" +projection,s,h,"tan",,,"The image projection geometry" +raaxis,i,h,1,,,"The image ra axis" +decaxis,i,h,2,,,"The image dec axis" + +gain,s,h,"GAIN",,,"The image gain" +rdnoise,s,h,"RDNOISE",,,"The image readout noise" + +observatory,s,h,"OBSERVAT",,,"The site of the observation" +temperature,s,h,"INDEF",,,"The ambient temperature during observation" +pressure,s,h,"INDEF",,,"The ambient pressure during the observation" +elambda,s,h,"INDEF",,,"The effective wavelength of the bandpass" + +mode,s,h,"ql",,, |