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 /pkg/images/imcoords/ccget.par | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/images/imcoords/ccget.par')
-rw-r--r-- | pkg/images/imcoords/ccget.par | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/pkg/images/imcoords/ccget.par b/pkg/images/imcoords/ccget.par new file mode 100644 index 00000000..50f00a55 --- /dev/null +++ b/pkg/images/imcoords/ccget.par @@ -0,0 +1,36 @@ +# Parameters for the CCGET task + +# Input and output files and images +input,f,a,,,,The input catalog file(s) +output,f,a,,,,The output catalog file(s) + +# The user field parameters. +lngcenter,s,a,"00:00:00.0",,,Ra / Longitude of field center +latcenter,s,a,"00:00:00",,,Dec / Latitude of field center +lngwidth,r,a,1.0,0.0,360.0,Ra / Longitude field width in degrees +latwidth,r,a,1.0,0.0,180.0,Dec / Latitude field width in degrees +fcsystem,s,h,"",,,The field center celestial coordinate system +fclngunits,s,h,"",,,Ra / Longitude units of field center +fclatunits,s,h,"",,,Dec / Latitude units of field center + +# The input catalog file parameters +colaliases,s,h,"",,,Input catalog column aliases +lngcolumn,s,h,"c2",,,Column containing the ra / longitude +latcolumn,s,h,"c3",,,Column containing the dec / latitude +catsystem,s,h,"j2000",,,Catalog celestial coordinate system +catlngunits,s,h,"",,,Catalog ra / longitude units +catlatunits,s,h,"",,, Catalog dec / latitude units + +# The output catalog file parameters +outsystem,s,h,"",,,Output celestial coordinate system +olngunits,s,h,"",,,Output ra / longitude units +olatunits,s,h,"",,, Ouput dec / latitude units +olngformat,s,h,"",,,Output ra / longitude format +olatformat,s,h,"",,, Ouput dec / latitude format +exprs,s,h,"c[*]",,,The list of output column expressions +formats,s,h,"",,,The optional output formats string + +# Output and graphics mode parameters +verbose,b,h,yes,,,Print messages about progress of task ? + +mode,s,h,'ql' |