IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 15, 2009, 12:45:01 PM (17 years ago)
Author:
Paul Price
Message:

Merging branches/pap (detection efficiency development) into trunk.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/psphot/src/psphotReadout.c

    r24890 r25383  
    6161    // display the backsub and backgnd images
    6262    psphotVisualShowBackground (config, view, readout);
    63    
     63
    6464    // run a single-model test if desired (exits from here if test is run)
    6565    psphotModelTest (config, view, recipe);
     
    224224    psphotMagnitudes(config, readout, view, sources, psf);
    225225
     226    if (!psphotEfficiency(config, readout, view, psf, recipe, sources)) {
     227        psErrorStackPrint(stderr, "Unable to determine detection efficiencies from fake sources");
     228        psErrorClear();
     229    }
     230
    226231    // replace failed sources?
    227232    // psphotReplaceUnfitSources (sources);
Note: See TracChangeset for help on using the changeset viewer.