IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 7, 2010, 5:37:07 PM (17 years ago)
Author:
eugene
Message:

update to use new PSPHOT.INPUT handling code which allows multiple images

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/ppImage/src/ppImageReplaceBackground.c

    r25759 r26543  
    8080    // the background model has not been defined, or at least not generated
    8181    if (!modelFile || !modelRO) {
    82         if (!psphotModelBackground(config, &roView, "PPIMAGE.CHIP")) {
     82        if (!psphotModelBackgroundReadoutFileIndex(config, &roView, "PPIMAGE.CHIP", 0)) {
    8383            psError(PS_ERR_UNKNOWN, false, "Unable to model background");
    8484            return false;
Note: See TracChangeset for help on using the changeset viewer.