IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30211


Ignore:
Timestamp:
Jan 7, 2011, 9:58:31 AM (15 years ago)
Author:
eugene
Message:

moved a commented-out line, no effect

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20101205/psphot/src/psphotStackParseCamera.c

    r30101 r30211  
    108108
    109109        psString sources = psMetadataLookupStr(&status, input, "SOURCES"); // Name of mask
    110         // pmFPAfile *srcInputFile = rawInputFile ? rawInputFile : cnvInputFile;
    111110        if (sources && strlen(sources) > 0) {
    112111            if (!defineFile(config, NULL, "PSPHOT.STACK.SOURCES", sources, PM_FPA_FILE_CMF)) {
     
    119118        // XXX output of these files should be optional
    120119        {
     120            // pmFPAfile *srcInputFile = rawInputFile ? rawInputFile : cnvInputFile;
    121121            pmFPAfile *outputImage = pmFPAfileDefineOutput(config, NULL, "PSPHOT.STACK.OUTPUT.IMAGE");
    122122            if (!outputImage) {
Note: See TracChangeset for help on using the changeset viewer.