IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 17, 2008, 2:39:58 PM (17 years ago)
Author:
Paul Price
Message:

Need to explicitly drop psphot internal files following changes to psphotReadoutCleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackPhotometry.c

    r20751 r20777  
    145145    }
    146146
     147    if (!pmFPAfileDropInternal(config->files, "PSPHOT.BACKMDL") ||
     148        !pmFPAfileDropInternal (config->files, "PSPHOT.BACKMDL.STDEV") ||
     149        !pmFPAfileDropInternal (config->files, "PSPHOT.BACKGND")) {
     150        psError(PS_ERR_UNKNOWN, false, "Unable to drop PSPHOT internal files.");
     151        return false;
     152    }
     153
    147154    pmFPAfileActivate(config->files, false, "PSPHOT.INPUT");
    148155
Note: See TracChangeset for help on using the changeset viewer.