IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 15, 2009, 4:08:45 PM (17 years ago)
Author:
eugene
Message:

updates from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/psphot/src/psphotReadoutMinimal.c

    r25022 r25409  
    9797    psphotMagnitudes(config, readout, view, sources, psf);
    9898
     99    if (!psphotEfficiency(config, readout, view, psf, recipe, sources)) {
     100        psErrorStackPrint(stderr, "Unable to determine detection efficiencies from fake sources");
     101        psErrorClear();
     102    }
     103
    99104    // drop the references to the image pixels held by each source
    100105    psphotSourceFreePixels (sources);
Note: See TracChangeset for help on using the changeset viewer.