IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 23, 2007, 1:24:04 PM (19 years ago)
Author:
eugene
Message:

adding output PPSIM.SOURCES for generated sources

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20070817/ppSim/src/ppSimCreate.c

    r14614 r14642  
    4848    }
    4949
     50    // XXX only invoke this code for OBJECT types of images
     51    // PPSIM.SOURCES carries the constructed, fake sources with their true parameters
     52    pmFPAfile *simSources = pmFPAfileDefineOutput (config, file->fpa, "PPSIM.SOURCES");
     53    if (!simSources) {
     54        psError(PS_ERR_UNKNOWN, false, "Cannot find a rule for PPSIM.SOURCES");
     55        return false;
     56    }
     57    simSources->save = true;
     58
    5059    pmFPALevel phuLevel = pmFPAPHULevel(file->format); // Level at which PHU goes
    5160
Note: See TracChangeset for help on using the changeset viewer.