IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 9, 2010, 3:08:33 PM (16 years ago)
Author:
eugene
Message:

update output headers with WCS; add mean PSF parameters 7 & 8 (if used) and model names to headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20101205/psphot/doc/stack.txt

    r28013 r30006  
     1
     220101207
     3
     4  header fields for PSPS:
     5
     6  * stack needs to count # of inputs
     7  * propagate the input header to the output image (DONE)
     8  * save PSF parameters in header
     9  * stack type is only known to the launcher
     10
     11  * what are we doing for the stack calibrations??
     12
     13skycellID    : code
     14surveyID     : code
     15filterID     : code
     16stackMetaID  : stack_id
     17photoCalID   : photcode -> number
     18magSat       : FSATUR       saturation magnitude level ** not correctly set
     19completMag   : FLIMIT       95% completion level in mag ** not correctly set
     20stackTypeID  :              stack type identifier ** deep stack, nightly stack, best IQ stack?
     21refImageID   :              identifier of image used as reference for analysis
     22subtrImageID : N/A (stack)  identifier of image subtracted to generate difference image
     23analVer      :              analysis version index  ** index for tess_id + skycell_id + filter?
     24nP2Images    :              number of P2 images contributing to this cell ** missing from input stack
     25astroScat    :              astrometric scatter for chip ** measure scatter on stack creation?
     26photoScat    :              photometric scatter for chip ** internal scatter? 
     27nAstroRef    :              number of astrometric reference sources ** (connected to above)
     28nPhoRef      :              number of photometric reference sources ** same
     29psfFwhm      :              PSF full width at half maximum ** 0.5(FWHM_MAJ + FWHM_MIN)
     30psfmodelID   : * PSFMODEL   PSF model identifier ** save the PSF model name in the header
     31psfWidMajor  : * FWHM_MAJ     PSF parameters
     32psfWidMinor  : * FWHM_MIN     PSF parameters
     33psfTheta     : * ANGLE        PSF parameters
     34psfExtra1    : * PSF_EXT1   PSF parameters ** (at field center?)
     35psfExtra2    : * PSF_EXT2   PSF parameters ** (not set for all models)
     36photoZero    :              local derived photometric zero point
     37photoColor   :              local derived photometric color term
     38ctype1       : * CTYPE1             name of astrometric projection in RA ** propagate from input stacks
     39ctype2       : * CTYPE2             name of astrometric projection in DEC
     40crval1       : * CRVAL1             RA corresponding to reference pixel
     41crval2       : * CRVAL2             DEC corresponding to reference pixel
     42crpix1       : * CRPIX1             reference pixel value for RA
     43crpix2       : * CRPIX2             reference pixel value for DEC
     44cdelt1       : * CDELT1             scale factor for RA
     45cdelt2       : * CDELT2             scale factor for DEC
     46pc001001     : * PC001001           elements of rotation/Dcale matrix
     47pc001002     : * PC001002           elements of rotation/Dcale matrix
     48pc002001     : * PC002001           elements of rotation/Dcale matrix
     49pc002002     : * PC002002           elements of rotation/Dcale matrix
     50polyOrder    : * NPLYTERM           polynomial order of astrometry fit ** default to 1
     51pca1x3y0     : * PCA1X3Y0     polynomial coefficients for the astrometric fit
     52pca1x2y1     : * PCA1X2Y1     polynomial coefficients for the astrometric fit
     53pca1x1y2     : * PCA1X1Y2     polynomial coefficients for the astrometric fit
     54pca1x0y3     : * PCA1X0Y3     polynomial coefficients for the astrometric fit
     55pca1x2y0     : * PCA1X2Y0     polynomial coefficients for the astrometric fit
     56pca1x1y1     : * PCA1X1Y1     polynomial coefficients for the astrometric fit
     57pca1x0y2     : * PCA1X0Y2     polynomial coefficients for the astrometric fit
     58pca2x3y0     : * PCA2X3Y0     polynomial coefficients for the astrometric fit
     59pca2x2y1     : * PCA2X2Y1     polynomial coefficients for the astrometric fit
     60pca2x1y2     : * PCA2X1Y2     polynomial coefficients for the astrometric fit
     61pca2x0y3     : * PCA2X0Y3     polynomial coefficients for the astrometric fit
     62pca2x2y0     : * PCA2X2Y0     polynomial coefficients for the astrometric fit
     63pca2x1y1     : * PCA2X1Y1     polynomial coefficients for the astrometric fit
     64pca2x0y2     : * PCA2X0Y2     polynomial coefficients for the astrometric fit
     65calibModNum  :              calibration modification number
     66dataRelease  :              Data release
    167
    26820100506:
Note: See TracChangeset for help on using the changeset viewer.