aboutsummaryrefslogtreecommitdiff
path: root/noao/digiphot/daophot/psf/mkpsf.key
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
committerJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
commit40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch)
tree4464880c571602d54f6ae114729bf62a89518057 /noao/digiphot/daophot/psf/mkpsf.key
downloadiraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'noao/digiphot/daophot/psf/mkpsf.key')
-rw-r--r--noao/digiphot/daophot/psf/mkpsf.key40
1 files changed, 40 insertions, 0 deletions
diff --git a/noao/digiphot/daophot/psf/mkpsf.key b/noao/digiphot/daophot/psf/mkpsf.key
new file mode 100644
index 00000000..ed511025
--- /dev/null
+++ b/noao/digiphot/daophot/psf/mkpsf.key
@@ -0,0 +1,40 @@
+ Keystroke Commands
+
+? Print help
+p Print photometry for star nearest the cursor
+l List the current psf stars
+a Add star nearest cursor to psf star list
+f Fit the psf
+r Review the fit for all the psf stars
+s Subtract fitted psf from psf star nearest cursor
+d Delete psf star nearest cursor from psf star list
+w Write the psf to the psf image
+z Rebuild the psf from scratch
+q Quit task
+
+ Colon Commands
+
+:p [n] Print photometry for star n
+:a [n] Add star n to psf star list
+:d [n] Delete star n from psf star list
+:s [n] Subtract fitted psf from psf star n
+
+ Colon Parameter Editing Commands
+
+# Data dependent parameters which affect the psf computation
+
+:scale [value] Show/set the image scale (units / pixel)
+:fwhmpsf [value] Show/set the fwhm of psf (scale units)
+:datamin [value] Show/set the minimum good data value (counts)
+:datamax [value] Show/set the maximum good data value (counts)
+:matchrad [value] Show/set matching radius (scale units)
+
+# Psf computation parameters
+
+:psfimage [name,name] Show/set the psf image and groupfile
+:function [string] Show/set the analytic psf function
+:varorder [integer] Show/set order of psf function variability
+:nclean [integer] Show/set number of cleaning iterations
+:saturated [y/n] Show/set the use saturated star flag
+:psfrad [value] Show/set the psf radius (scale units)
+:fitrad [value] Show/set the fitting radius (scale units)