Changeset 34282
- Timestamp:
- Aug 2, 2012, 4:47:28 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotStackArguments.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotStackArguments.c
r34276 r34282 164 164 165 165 fprintf (stdout, "# copy and repeat the following block as needed (one per input image set)\n"); 166 fprintf (stdout, "# either RAW (unconvolved) or CNV (convolved) input images are required\n"); 167 fprintf (stdout, "# if both are supplied, by default RAW is used for detection, CNV is convolved (further) to match target PSF\n"); 166 fprintf (stdout, "# RAW (unconvolved) and CNV (convolved) input images are required\n"); 167 fprintf (stdout, "# RAW is used for detection and by default for measurements,\n"); 168 fprintf (stdout, "# CNV is convolved (further) to match target PSF and is used for radial aperture measurements\n"); 169 fprintf (stdout, "# and if PSPHOT.STACK.USE.RAW = F for measurements\n"); 168 170 fprintf (stdout, "# if MASK or VARIANCE images are not supplied, they will be generated\n"); 169 fprintf (stdout, "# if MASK or VARIANCE images are not supplied, they will be generated\n");171 fprintf (stdout, "# EXPNUM images are optional. If supplied they are uesd to set the value of NFRAMES\n"); 170 172 fprintf (stdout, "# PSF may be supplied for the convolution target\n"); 171 173 fprintf (stdout, "INPUT METADATA\n"); … … 174 176 fprintf (stdout, " RAW:MASK STR file.mk.fits # mask image filename\n"); 175 177 fprintf (stdout, " RAW:VARIANCE STR file.wt.fits # variance image filename\n"); 178 fprintf (stdout, " RAW:EXPNUM STR file.num.fits # exposure number image filename\n"); 176 179 fprintf (stdout, " RAW:PSF STR file.psf.fits # psf from input unconvolved image\n"); 177 180 … … 179 182 fprintf (stdout, " CNV:MASK STR file.mk.fits # mask image filename\n"); 180 183 fprintf (stdout, " CNV:VARIANCE STR file.wt.fits # variance image filename\n"); 184 fprintf (stdout, " CNV:EXPNUM STR file.num.fits # exposure number image filename\n"); 181 185 fprintf (stdout, " CNV:PSF STR file.psf.fits # psf from input convolved image\n"); 182 186
Note:
See TracChangeset
for help on using the changeset viewer.
