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