IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 16, 2008, 6:36:55 AM (18 years ago)
Author:
eugene
Message:

working on mods to perform photom sensibly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080511/ppSim/src/ppSimPhotom.c

    r17672 r17708  
    4141
    4242            // run the actual photometry analysis
    43             if (!psphotReadout (config, view)) {
     43            if (!ppSimPhotomReadout (config, view)) {
    4444                psError(psErrorCodeLast(), false, "failure in psphotReadout for chip %d, cell %d, readout %d\n", view->chip, view->cell, view->readout);
    4545                return false;
    4646            }
     47
     48            ppSimDetectionLimits (config, view);
    4749        }
    4850    }
Note: See TracChangeset for help on using the changeset viewer.