Changeset 34516 for branches/czw_branch/20120906/ppStack/src/ppStackSetup.c
- Timestamp:
- Oct 5, 2012, 6:03:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20120906/ppStack/src/ppStackSetup.c
r31158 r34516 89 89 options->origMasks = psArrayAlloc(num); 90 90 options->origVariances = psArrayAlloc(num); 91 options->bkgImages = psArrayAlloc(num); 91 92 pmFPAview *view = pmFPAviewAlloc(0); 92 93 for (int i = 0; i < num; i++) { … … 103 104 options->origVariances->data[i] = pmFPAfileName(file, view, config); 104 105 } 106 /* { */ 107 /* pmFPAfile *file = pmFPAfileSelectSingle(config->files, "PPSTACK.INPUT.BKGMODEL", i); */ 108 /* options->bkgImages->data[i] = pmFPAfileName(file, view, config); */ 109 /* } */ 105 110 } 106 111 psFree(view);
Note:
See TracChangeset
for help on using the changeset viewer.
