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/afiltcat.par | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'noao/astcat/src/afiltcat.par')
-rw-r--r-- | noao/astcat/src/afiltcat.par | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/noao/astcat/src/afiltcat.par b/noao/astcat/src/afiltcat.par new file mode 100644 index 00000000..025c8d41 --- /dev/null +++ b/noao/astcat/src/afiltcat.par @@ -0,0 +1,27 @@ +# The AFILTCAT parameter file. + +# The input and output catalog parameters. + +input,s,a,"",,,"The input catalogs(s)" +output,s,a,"",,,"The output catalogs(s)" +acatpars,pset,h,"",,,"The default catalog format parameters" + +# The astrometric catalog parameters. + +catalogs,s,h,filename@noao,,,"The input astrometric catalog" + +# The output catalog filtering parameters. + +standard,b,h,yes,,,Output a standard catalog ? +filter,b,h,yes,,,"Filter the output catalog ?" +afiltpars,pset,h,"",,,The catalog filtering parameters + +# The taskmode 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",,, |