Changeset 30624 for trunk/psphot/doc/stack.txt
- Timestamp:
- Feb 13, 2011, 12:33:05 PM (15 years ago)
- Location:
- trunk/psphot
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
doc/stack.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot
- Property svn:mergeinfo changed
-
trunk/psphot/doc/stack.txt
r28013 r30624 1 2 20101221 3 4 psphotStackReadout is now correctly subtracting the PSF models from 5 the images as it measures the radial aperture fluxes. 6 7 Some issues: 8 9 * the source properties get buggered up by the radial aperture flux 10 analysis (we need to re-determine the psf, re-create the source 11 pixels, and re-fit the models (linearly) to subtract them 12 correctly). 13 14 * the standard analysis sequence is not doing a second pass 15 16 * the choice of the best model is ambiguous 17 18 * the radial aperture (and source addition / subtraction) is only 19 using the PSF model 20 21 * make sure psphotEfficiency actually subtracts the inserted fake 22 sources 23 24 * XXX how does the PSF-convolved model work with changing psf models? 25 26 20101207 27 28 header fields for PSPS: 29 30 * stack needs to count # of inputs 31 * propagate the input header to the output image (DONE) 32 * save PSF parameters in header 33 * stack type is only known to the launcher 34 35 * what are we doing for the stack calibrations?? 36 37 skycellID : code 38 surveyID : code 39 filterID : code 40 stackMetaID : stack_id 41 photoCalID : photcode -> number 42 magSat : FSATUR saturation magnitude level ** not correctly set 43 completMag : FLIMIT 95% completion level in mag ** not correctly set 44 stackTypeID : STK_TYPE stack type identifier ** deep stack, nightly stack, best IQ stack? 45 refImageID : identifier of image used as reference for analysis 46 subtrImageID : N/A (stack) identifier of image subtracted to generate difference image 47 analVer : analysis version index ** index for tess_id + skycell_id + filter? 48 nP2Images : NINPUTS number of P2 images contributing to this cell ** missing from input stack 49 astroScat : astrometric scatter for chip ** measure scatter on stack creation? 50 photoScat : photometric scatter for chip ** internal scatter? 51 nAstroRef : number of astrometric reference sources ** (connected to above) 52 nPhoRef : number of photometric reference sources ** same 53 psfFwhm : PSF full width at half maximum ** 0.5(FWHM_MAJ + FWHM_MIN) 54 psfmodelID : * PSFMODEL PSF model identifier ** save the PSF model name in the header 55 psfWidMajor : * FWHM_MAJ PSF parameters 56 psfWidMinor : * FWHM_MIN PSF parameters 57 psfTheta : * ANGLE PSF parameters 58 psfExtra1 : * PSF_EXT1 PSF parameters ** (at field center?) 59 psfExtra2 : * PSF_EXT2 PSF parameters ** (not set for all models) 60 photoZero : local derived photometric zero point 61 photoColor : local derived photometric color term 62 ctype1 : * CTYPE1 name of astrometric projection in RA ** propagate from input stacks 63 ctype2 : * CTYPE2 name of astrometric projection in DEC 64 crval1 : * CRVAL1 RA corresponding to reference pixel 65 crval2 : * CRVAL2 DEC corresponding to reference pixel 66 crpix1 : * CRPIX1 reference pixel value for RA 67 crpix2 : * CRPIX2 reference pixel value for DEC 68 cdelt1 : * CDELT1 scale factor for RA 69 cdelt2 : * CDELT2 scale factor for DEC 70 pc001001 : * PC001001 elements of rotation/Dcale matrix 71 pc001002 : * PC001002 elements of rotation/Dcale matrix 72 pc002001 : * PC002001 elements of rotation/Dcale matrix 73 pc002002 : * PC002002 elements of rotation/Dcale matrix 74 polyOrder : * NPLYTERM polynomial order of astrometry fit ** default to 1 75 pca1x3y0 : * PCA1X3Y0 polynomial coefficients for the astrometric fit 76 pca1x2y1 : * PCA1X2Y1 polynomial coefficients for the astrometric fit 77 pca1x1y2 : * PCA1X1Y2 polynomial coefficients for the astrometric fit 78 pca1x0y3 : * PCA1X0Y3 polynomial coefficients for the astrometric fit 79 pca1x2y0 : * PCA1X2Y0 polynomial coefficients for the astrometric fit 80 pca1x1y1 : * PCA1X1Y1 polynomial coefficients for the astrometric fit 81 pca1x0y2 : * PCA1X0Y2 polynomial coefficients for the astrometric fit 82 pca2x3y0 : * PCA2X3Y0 polynomial coefficients for the astrometric fit 83 pca2x2y1 : * PCA2X2Y1 polynomial coefficients for the astrometric fit 84 pca2x1y2 : * PCA2X1Y2 polynomial coefficients for the astrometric fit 85 pca2x0y3 : * PCA2X0Y3 polynomial coefficients for the astrometric fit 86 pca2x2y0 : * PCA2X2Y0 polynomial coefficients for the astrometric fit 87 pca2x1y1 : * PCA2X1Y1 polynomial coefficients for the astrometric fit 88 pca2x0y2 : * PCA2X0Y2 polynomial coefficients for the astrometric fit 89 calibModNum : calibration modification number 90 dataRelease : Data release 1 91 2 92 20100506:
Note:
See TracChangeset
for help on using the changeset viewer.
