Changeset 25804
- Timestamp:
- Oct 7, 2009, 5:15:52 PM (17 years ago)
- File:
-
- 1 edited
-
branches/pap/ppStack/src/ppStackSetup.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/ppStack/src/ppStackSetup.c
r25798 r25804 48 48 // Original images 49 49 options->origImages = psArrayAlloc(num); 50 pmFPAview *view = pmFPAviewAlloc(0); 51 view->chip = view->cell = view->readout = 0; 50 52 for (int i = 0; i < num; i++) { 51 53 pmFPAfile *file = pmFPAfileSelectSingle(config->files, "PPSTACK.INPUT", i); // File of interest 52 options->origImages->data[i] = p sStringCopy(file->filename);54 options->origImages->data[i] = pmFPAfileName(file, view, config); 53 55 } 56 psFree(view); 54 57 55 58 // Generate temporary names for convolved images
Note:
See TracChangeset
for help on using the changeset viewer.
