Changeset 10952 for trunk/pswarp/src/pswarpDataLoad.c
- Timestamp:
- Jan 5, 2007, 6:41:08 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/pswarp/src/pswarpDataLoad.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pswarp/src/pswarpDataLoad.c
r10946 r10952 17 17 if (!input) { 18 18 psError(PSWARP_ERR_CONFIG, true, "Can't find input data!\n"); 19 return false; 20 } 21 22 // select the output readout 23 pmFPAview *outView = pmFPAviewAlloc (0); 24 outView->chip = 0; 25 outView->cell = 0; 26 outView->readout = 0; 27 pmReadout *output = pmFPAfileThisReadout (config->files, outView, "PSWARP.OUTPUT"); 28 if (!output) { 29 psError(PSWARP_ERR_CONFIG, true, "Can't find output data!\n"); 19 30 return false; 20 31 } … … 45 56 if (! readout->data_exists) { continue; } 46 57 47 pswarpConvertReadout ( readout, config);58 pswarpConvertReadout (output, readout, config); 48 59 49 60 pmFPAfileIOChecks (config, view, PM_FPA_AFTER);
Note:
See TracChangeset
for help on using the changeset viewer.
