diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /noao/astcat/src/aimfind.par | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'noao/astcat/src/aimfind.par')
-rw-r--r-- | noao/astcat/src/aimfind.par | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/noao/astcat/src/aimfind.par b/noao/astcat/src/aimfind.par new file mode 100644 index 00000000..089098fe --- /dev/null +++ b/noao/astcat/src/aimfind.par @@ -0,0 +1,29 @@ +# The AIMFIND parameter file. + +# The field center parameters. + +images,s,a,"",,,"The input images" +output,s,a,"default",,,"The output astrometry file(s)" +imfile,s,a,"",,,"The output image list" + +# The astrometric catalog parameters. + +catalogs,s,h,)_.catalogs,,,"The astrometric catalog(s)" + +# The output catalog filtering parameters. + +standard,b,h,yes,,,Output a standard astrometry file ? +filter,b,h,no,,,"Filter the output astrometry file ?" +afiltpars,pset,h,"",,,"The astrometry file filtering parameters" +append,b,h,no,,,"Append the predicted pixel coordinates ?" + +# The task mode parameters + +update,b,h,no,,,"Update algorithm parameters at task termination ?" +verbose,b,h,yes,,,"Print task status messages ?" + +# The task configuration parameters. + +catdb,s,h,)_.catdb,,,"The astrometric catalog configuration file" + +mode,s,h,"ql",,, |