IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25336


Ignore:
Timestamp:
Sep 10, 2009, 5:43:13 PM (17 years ago)
Author:
Paul Price
Message:

Adding detection efficiency, for image subtraction.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/psphot/src/psphotReadoutMinimal.c

    r24890 r25336  
    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.