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/astcat/src/ahedit.par | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 noao/astcat/src/ahedit.par (limited to 'noao/astcat/src/ahedit.par') diff --git a/noao/astcat/src/ahedit.par b/noao/astcat/src/ahedit.par new file mode 100644 index 00000000..6538507a --- /dev/null +++ b/noao/astcat/src/ahedit.par @@ -0,0 +1,29 @@ +# The AHEDIT parameter file. + +# The images parameters. + +images,s,a,"",,,"The images to be edited" + +# The image survey parameters. + +imsurveys,s,a,"",,,"The image survey" + +# The image editing parameters. + +hupdate,b,h,yes,,,"Update the header keywords ?" +wcsedit,b,h,no,,,"Add a new FITS wcs to each image ?" +wcs,s,h,"none","|fits|dss|none|",,"The default input image wcs type" +awcspars,pset,h,"",,,"The default wcs parameters" +hdredit,b,h,yes,,,"Standardize the non-wcs image header parameters ?" +aimpars,pset,h,"",,,"The default image header keyword parameters" + +# The task parameters + +update,b,h,no,,,"Update algorithm parameters at task termination ?" +verbose,b,h,yes,,,"Print task status messages ?" + +# The task configuration parameters. + +imdb,s,h,)_.imdb,,,"The image survey configuration file" + +mode,s,h,"ql",,, -- cgit