IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 16, 2008, 4:40:07 PM (18 years ago)
Author:
eugene
Message:

defer drop internal to outside of psphotReadout (these may be used by other programs)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotReadoutCleanup.c

    r18037 r20769  
    77
    88    // remove internal pmFPAfiles, if created
    9     bool status = true;
    10     status &= pmFPAfileDropInternal (config->files, "PSPHOT.BACKMDL");
    11     status &= pmFPAfileDropInternal (config->files, "PSPHOT.BACKMDL.STDEV");
    12     status &= pmFPAfileDropInternal (config->files, "PSPHOT.BACKGND");
    13     if (!status) {
    14         psError(PSPHOT_ERR_PROG, false, "trouble dropping internal files");
    15         psFree (psf);
    16         psFree (sources);
    17         psFree (detections);
    18         return false;
    19     }
    20 
    219    if (psErrorCodeLast() == PSPHOT_ERR_DATA) {
    2210        psErrorStackPrint(stderr, "Error in the psphot readout analysis");
Note: See TracChangeset for help on using the changeset viewer.