Changeset 26597 for branches/eam_branches/20091201/ppSub/src/ppSubLoop.c
- Timestamp:
- Jan 14, 2010, 10:50:00 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/ppSub/src/ppSubLoop.c
r26431 r26597 54 54 // Can't do anything at all 55 55 return true; 56 } 57 // generate the residual stamp grid for visualization 58 if (!ppSubResidualSampleJpeg(config)) { 59 psError(PS_ERR_UNKNOWN, false, "Unable to update."); 60 return false; 56 61 } 57 62 … … 130 135 } 131 136 137 // generate the binned image used to write the jpeg 132 138 if (!ppSubReadoutJpeg(config)) { 133 139 psError(PS_ERR_UNKNOWN, false, "Unable to update.");
Note:
See TracChangeset
for help on using the changeset viewer.
