From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- noao/astutil/setairmass.par | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 noao/astutil/setairmass.par (limited to 'noao/astutil/setairmass.par') diff --git a/noao/astutil/setairmass.par b/noao/astutil/setairmass.par new file mode 100644 index 00000000..230c82e7 --- /dev/null +++ b/noao/astutil/setairmass.par @@ -0,0 +1,19 @@ +# SETAIRMASS parameter file + +images,s,a,,,,"Input images" +observatory,s,h,)_.observatory,,,"Observatory for images" +intype,s,h,"beginning","beginning|middle|end",,"Input keyword time stamp" +outtype,s,h,"effective","beginning|middle|end|effective",,"Output airmass time stamp\n" +ra,s,h,"ra",,,"Right acsension keyword (hours)" +dec,s,h,"dec",,,"Declination keyword (degrees)" +equinox,s,h,"epoch",,,"Equinox keyword (years)" +st,s,h,"st",,,"Local siderial time keyword (hours)" +ut,s,h,"ut",,,"Universal time keyword (hours)" +date,s,h,"date-obs",,,"Observation date keyword" +exposure,s,h,"exptime",,,"Exposure time keyword (seconds)" +airmass,s,h,"airmass",,,"Airmass keyword (output)" +utmiddle,s,h,"utmiddle",,,"Mid-observation UT keyword (output)" +scale,r,h,750.0,,,"The atmospheric scale height\n" +show,b,h,yes,,,"Print the airmasses and mid-UT?" +update,b,h,yes,,,"Update the image header?" +override,b,h,yes,,,"Override previous assignments?" -- cgit