IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 9, 2010, 6:01:15 PM (16 years ago)
Author:
eugene
Message:

psphotStack now correctly convolves the input images to match target PSF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/psphot.20100506/src/psphotStackParseCamera.c

    r27884 r27888  
    125125            }
    126126            outputMask->save = true;
     127            outputMask->fileID = i;             // this is used to generate output names
    127128
    128129            pmFPAfile *outputVariance = pmFPAfileDefineOutput(config, outputImage->fpa, "PSPHOT.STACK.OUTPUT.VARIANCE");
     
    136137            }
    137138            outputVariance->save = true;
     139            outputVariance->fileID = i;         // this is used to generate output names
    138140
    139141            // the output sources are carried on the outputImage->fpa structures
Note: See TracChangeset for help on using the changeset viewer.