IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

working towards convolved stack photometry

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.