IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34282


Ignore:
Timestamp:
Aug 2, 2012, 4:47:28 PM (14 years ago)
Author:
bills
Message:

in the output from -template option update the comments and add the exposure number images

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotStackArguments.c

    r34276 r34282  
    164164
    165165    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");
    168170    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");
    170172    fprintf (stdout, "# PSF may be supplied for the convolution target\n");
    171173    fprintf (stdout, "INPUT METADATA\n");
     
    174176    fprintf (stdout, "  RAW:MASK      STR   file.mk.fits   # mask image filename\n");
    175177    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");
    176179    fprintf (stdout, "  RAW:PSF       STR   file.psf.fits  # psf from input unconvolved image\n");
    177180
     
    179182    fprintf (stdout, "  CNV:MASK      STR   file.mk.fits   # mask image filename\n");
    180183    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");
    181185    fprintf (stdout, "  CNV:PSF       STR   file.psf.fits  # psf from input convolved image\n");
    182186
Note: See TracChangeset for help on using the changeset viewer.