IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27848


Ignore:
Timestamp:
May 3, 2010, 3:03:40 PM (16 years ago)
Author:
eugene
Message:

working towards convolved stack photometry

Location:
trunk/psphot
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/doc/stack.txt

    r26894 r27848  
     1
     220100503:
     3
     4  psphotStack : outline
     5
     6  * load N images
     7  * make chisq detection image
     8  * detect sources on all (N+1) images
     9  * convolve N input images (to match, to target)
     10  * measure source properties on convolved images
    111
    21220100126:
     
    414  * watch out for psphotSetMomentsWindow & MOMENTS_SX_MAX,etc
    515  * watch out for psphotSignificanceImage.c:,psphotEfficiency using the FWHM_MAJ from psphotChoosePSF
    6     * ppSimDetections.c : SIGMA_SMOOTH
    7 ppSmooth/src/ppSmoothReadout.c:    psMetadataAddF32(recipe, PS_LIST_TAIL, "EFFECTIVE_AREA", PS_META_REPLACE, "Effective Area", effArea);
    8 ppSmooth/src/ppSmoothReadout.c:    psMetadataAddF32(recipe, PS_LIST_TAIL, "SIGNIFICANCE_SCALE_FACTOR", PS_META_REPLACE, "Signicance scale factor", factor);
    9 
    1016
    111720100120 : more stack processing mods:
  • trunk/psphot/src/psphotStackImageLoop.c

    r27657 r27848  
    4141                if (! readout->data_exists) { continue; }
    4242
     43# if (0)               
     44                // uncomment to generate matched psfs
     45                if (!psphotStackMatchPSFs (config, view)) {
     46                    psError(psErrorCodeLast(), false, "failure in psphotStackMatchPSFs for chip %d, cell %d, readout %d\n", view->chip, view->cell, view->readout);
     47                    psFree (view);
     48                    return false;
     49                }
     50# endif
     51
    4352                // XXX for now, we assume there is only a single chip in the PHU:
    4453                if (!psphotStackReadout (config, view)) {
    45                     psError(psErrorCodeLast(), false, "failure in psphotReadout for chip %d, cell %d, readout %d\n", view->chip, view->cell, view->readout);
     54                    psError(psErrorCodeLast(), false, "failure in psphotStackReadout for chip %d, cell %d, readout %d\n", view->chip, view->cell, view->readout);
    4655                    psFree (view);
    4756                    return false;
Note: See TracChangeset for help on using the changeset viewer.