Changeset 26899 for trunk/ppSub/src/ppSubLoop.c
- Timestamp:
- Feb 10, 2010, 7:42:02 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubLoop.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubLoop.c
r24862 r26899 27 27 28 28 pmConfigCamerasCull(config, NULL); 29 pmConfigRecipesCull(config, "PPSUB,PPSTATS,PSPHOT, MASKS,JPEG");29 pmConfigRecipesCull(config, "PPSUB,PPSTATS,PSPHOT,PSASTRO,MASKS,JPEG"); 30 30 31 31 … … 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.
