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/digiphot/apphot/pexamine.par | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 noao/digiphot/apphot/pexamine.par (limited to 'noao/digiphot/apphot/pexamine.par') diff --git a/noao/digiphot/apphot/pexamine.par b/noao/digiphot/apphot/pexamine.par new file mode 100644 index 00000000..809e2943 --- /dev/null +++ b/noao/digiphot/apphot/pexamine.par @@ -0,0 +1,20 @@ +# The PEXAMINE task parameter set + +input,s,a,,,,"Name of the input catalog" +output,s,a,"",,,"Name of the edited output catalog" +image,s,a,"",,,Name of the image corresponding to the input catalog +deletions,s,h,"",,,"Name of the output catalog for deleted entries" +photcolumns,s,h,"apphot",,,"Names of the standard photometry columns" +xcolumn,s,h,mag,,,"Catalog column which is the X axis of X-Y plot" +ycolumn,s,h,merr,,,"Catalog column which is the Y axis of X-Y plot" +hcolumn,s,h,mag,,,"Catalog column which is to be binned" +xposcolumn,s,h,"xcenter",,,"Name of the x coordinate column" +yposcolumn,s,h,"ycenter",,,"Name of the y coordinate column" +usercolumns,s,h,"",,,"Names of additional user selected columns" +first_star,i,h,1,1,,First star in the catalog to load +max_nstars,i,h,5000,1,,Maximum number of stars to load +match_radius,r,h,2.0,,,Matching radius for positional coincidence on display +graphics,s,h,"stdgraph",,,The graphics device +use_display,b,h,yes,,,Use the image display ? +icommands,*imcur,h,"",,,"Image cursor: [x y wcs] key [cmd]" +gcommands,*gcur,h,"",,,"Graphics cursor: [x y wcs] key [cmd]" -- cgit