1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Parameters for the PSF task
image,f,a,,,,"Input image(s) for which to build PSF"
photfile,f,a,default,,,"Input photometry file(s) (default: image.mag.?)"
pstfile,f,a,"",,,"Input psf star list(s) (default: image.pst.?)"
psfimage,f,a,default,,,"Output PSF image(s) (default: image.psf.?)"
opstfile,f,a,default,,,"Output PSF star list(s) (default: image.pst.?)"
groupfile,f,a,default,,,"Output PSF star group file(s) (default: image.psg.?)"
plotfile,f,h,"",,,"Output plot metacode file"
datapars,pset,h,"",,,"Data dependent parameters"
daopars,pset,h,"",,,"Psf fitting parameters"
matchbyid,b,h,yes,,,"Match psf star list to photometry file(s) by id number?"
interactive,b,h,yes,,,"Compute the psf interactively?"
mkstars,b,h,no,,,"Mark deleted and accepted psf stars?"
showplots,b,h,yes,,,"Show plots of PSF stars?"
plottype,s,h,"mesh","|mesh|contour|radial|",,"Default plot type (mesh|contour|radial)"
icommands,*imcur,h,"",,,"Image cursor: [x y wcs] key [cmd]"
gcommands,*gcur,h,"",,,"Graphics cursor: [x y wcs] key [cmd]"
wcsin,s,h,)_.wcsin,,,"The input coordinate system (logical,tv,physical,world)"
wcsout,s,h,)_.wcsout,,,"The output coordinate system (logical,tv,physical)"
cache,b,h,)_.cache,,,"Cache the input image pixels in memory?"
verify,b,h,)_.verify,,,"Verify critical psf parameters?"
update,b,h,)_.update,,,"Update critical psf parameters?"
verbose,b,h,)_.verbose,,,"Print psf messages?"
graphics,s,h,)_.graphics,,,"Graphics device"
display,s,h,)_.display,,,"Display device"
mode,s,h,'ql'
|