Changeset 19024
- Timestamp:
- Aug 12, 2008, 9:20:22 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageLoop.c
r18969 r19024 30 30 { 31 31 pmConfigCamerasCull(config); 32 pmConfigRecipesCull(config, "PPIMAGE,PPSTATS,PSPHOT,MASKS ");32 pmConfigRecipesCull(config, "PPIMAGE,PPSTATS,PSPHOT,MASKS,PSASTRO"); 33 33 34 34 const char *outroot = psMetadataLookupStr(NULL, config->arguments, "OUTPUT"); // Output root name … … 64 64 } 65 65 66 // XXX for now, skip the video cells (cell->readouts->n > 1)67 if (cell->readouts->n > 1) {68 psWarning ("Skipping Video Cell for ppImageDetrendReadout");69 continue;70 }66 // XXX for now, skip the video cells (cell->readouts->n > 1) 67 if (cell->readouts->n > 1) { 68 psWarning ("Skipping Video Cell for ppImageDetrendReadout"); 69 continue; 70 } 71 71 72 72 // process each of the readouts
Note:
See TracChangeset
for help on using the changeset viewer.
