- Timestamp:
- May 9, 2010, 6:01:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/psphot.20100506/src/psphotStackMatchPSFs.c
r27884 r27888 58 58 } 59 59 } 60 61 psFree (options); 60 62 return true; 61 63 } … … 78 80 pmReadout *readoutOut = pmFPAviewThisReadout(view, fileOut->fpa); 79 81 if (readoutOut == NULL) { 80 readoutOut = pmFPAGenerateReadout(config, view, "PSPHOT.STACK.OUTPUT.IMAGE", fileSrc->fpa, NULL, 0);82 readoutOut = pmFPAGenerateReadout(config, view, "PSPHOT.STACK.OUTPUT.IMAGE", fileSrc->fpa, NULL, index); 81 83 psAssert (readoutOut, "missing readout?"); 82 84 }
Note:
See TracChangeset
for help on using the changeset viewer.
