IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 13, 2011, 12:33:05 PM (15 years ago)
Author:
eugene
Message:

adding some of the metadata needed by PSPS to output headers; skip models with few valid pixels (eg, only the edge is showing); only do the linear fit on pixels within the fit radius; modify psf-match auto-scaling process; enable multiple target psfs for matched-psf aperture photometry; speed up analysis of the radial apertures

Location:
trunk/psphot
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot

  • trunk/psphot/doc/stack.txt

    r28013 r30624  
     1
     220101221
     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
     2620101207
     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
     37skycellID    : code
     38surveyID     : code
     39filterID     : code
     40stackMetaID  : stack_id
     41photoCalID   : photcode -> number
     42magSat       : FSATUR       saturation magnitude level ** not correctly set
     43completMag   : FLIMIT       95% completion level in mag ** not correctly set
     44stackTypeID  : STK_TYPE     stack type identifier ** deep stack, nightly stack, best IQ stack?
     45refImageID   :              identifier of image used as reference for analysis
     46subtrImageID : N/A (stack)  identifier of image subtracted to generate difference image
     47analVer      :              analysis version index  ** index for tess_id + skycell_id + filter?
     48nP2Images    : NINPUTS      number of P2 images contributing to this cell ** missing from input stack
     49astroScat    :              astrometric scatter for chip ** measure scatter on stack creation?
     50photoScat    :              photometric scatter for chip ** internal scatter? 
     51nAstroRef    :              number of astrometric reference sources ** (connected to above)
     52nPhoRef      :              number of photometric reference sources ** same
     53psfFwhm      :              PSF full width at half maximum ** 0.5(FWHM_MAJ + FWHM_MIN)
     54psfmodelID   : * PSFMODEL   PSF model identifier ** save the PSF model name in the header
     55psfWidMajor  : * FWHM_MAJ     PSF parameters
     56psfWidMinor  : * FWHM_MIN     PSF parameters
     57psfTheta     : * ANGLE        PSF parameters
     58psfExtra1    : * PSF_EXT1   PSF parameters ** (at field center?)
     59psfExtra2    : * PSF_EXT2   PSF parameters ** (not set for all models)
     60photoZero    :              local derived photometric zero point
     61photoColor   :              local derived photometric color term
     62ctype1       : * CTYPE1             name of astrometric projection in RA ** propagate from input stacks
     63ctype2       : * CTYPE2             name of astrometric projection in DEC
     64crval1       : * CRVAL1             RA corresponding to reference pixel
     65crval2       : * CRVAL2             DEC corresponding to reference pixel
     66crpix1       : * CRPIX1             reference pixel value for RA
     67crpix2       : * CRPIX2             reference pixel value for DEC
     68cdelt1       : * CDELT1             scale factor for RA
     69cdelt2       : * CDELT2             scale factor for DEC
     70pc001001     : * PC001001           elements of rotation/Dcale matrix
     71pc001002     : * PC001002           elements of rotation/Dcale matrix
     72pc002001     : * PC002001           elements of rotation/Dcale matrix
     73pc002002     : * PC002002           elements of rotation/Dcale matrix
     74polyOrder    : * NPLYTERM           polynomial order of astrometry fit ** default to 1
     75pca1x3y0     : * PCA1X3Y0     polynomial coefficients for the astrometric fit
     76pca1x2y1     : * PCA1X2Y1     polynomial coefficients for the astrometric fit
     77pca1x1y2     : * PCA1X1Y2     polynomial coefficients for the astrometric fit
     78pca1x0y3     : * PCA1X0Y3     polynomial coefficients for the astrometric fit
     79pca1x2y0     : * PCA1X2Y0     polynomial coefficients for the astrometric fit
     80pca1x1y1     : * PCA1X1Y1     polynomial coefficients for the astrometric fit
     81pca1x0y2     : * PCA1X0Y2     polynomial coefficients for the astrometric fit
     82pca2x3y0     : * PCA2X3Y0     polynomial coefficients for the astrometric fit
     83pca2x2y1     : * PCA2X2Y1     polynomial coefficients for the astrometric fit
     84pca2x1y2     : * PCA2X1Y2     polynomial coefficients for the astrometric fit
     85pca2x0y3     : * PCA2X0Y3     polynomial coefficients for the astrometric fit
     86pca2x2y0     : * PCA2X2Y0     polynomial coefficients for the astrometric fit
     87pca2x1y1     : * PCA2X1Y1     polynomial coefficients for the astrometric fit
     88pca2x0y2     : * PCA2X0Y2     polynomial coefficients for the astrometric fit
     89calibModNum  :              calibration modification number
     90dataRelease  :              Data release
    191
    29220100506:
Note: See TracChangeset for help on using the changeset viewer.