Changeset 41660
- Timestamp:
- Jun 9, 2021, 3:10:09 PM (5 years ago)
- Location:
- trunk/dvoTools/src
- Files:
-
- 3 edited
-
dvoMakeCorrArguments.c (modified) (1 diff)
-
dvoMakeCorrLoop.c (modified) (3 diffs)
-
dvoMakeCorrUnbin.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dvoTools/src/dvoMakeCorrArguments.c
r20180 r41660 36 36 // these options override the DVOCORR recipe values loaded from recipe files 37 37 // psMetadata *options = pmConfigRecipeOptions (config, RECIPE_NAME); 38 // EAM 20210607 : no dvocorr recipe values are actually defined 38 39 39 40 // XXX add options from command-line here -
trunk/dvoTools/src/dvoMakeCorrLoop.c
r20372 r41660 32 32 pmFPAview *view = pmFPAviewAlloc(0);// View for level of interest 33 33 34 // load data at FPA leve35 if (!pmFPAfileIOChecks(config, view, PM_FPA_BEFORE)) {36 psError(PS_ERR_UNKNOWN, false, "failed IO for fpa in psphot\n");37 psFree(view);38 return false;39 }40 41 34 // XXX for now, do not use the I/O system to read this file; do it manually 42 35 if (!pmFPAfileOpen (input, view, config)) { … … 46 39 } 47 40 input->state = PM_FPA_STATE_INACTIVE; 41 42 // load data at FPA leve 43 if (!pmFPAfileIOChecks(config, view, PM_FPA_BEFORE)) { 44 psError(PS_ERR_UNKNOWN, false, "failed IO for fpa in psphot\n"); 45 psFree(view); 46 return false; 47 } 48 48 49 49 // process each chip in the FPA … … 98 98 } 99 99 100 input->state = PM_FPA_STATE_OPEN; 100 101 pmFPAfileClose (input, view); 101 102 psFree (view); -
trunk/dvoTools/src/dvoMakeCorrUnbin.c
r20562 r41660 48 48 49 49 outData = pmReadoutAlloc (outCell); 50 psFree (outData); // free the extra reference 50 51 assert (outData != NULL); 51 52 }
Note:
See TracChangeset
for help on using the changeset viewer.
