Changeset 23315 for trunk/ppSub/src/ppSubLoop.c
- Timestamp:
- Mar 12, 2009, 7:22:47 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubLoop.c
r23173 r23315 23 23 bool ppSubLoop(pmConfig *config) 24 24 { 25 psAssert(config, "Require configuration."); 26 27 pmConfigCamerasCull(config, NULL); 28 pmConfigRecipesCull(config, "PPSUB,PPSTATS,PSPHOT,MASKS,JPEG"); 29 25 30 bool mdok; // Status of MD lookup 26 31 const char *statsName = psMetadataLookupStr(&mdok, config->arguments, "STATS"); // Filename for statistics … … 172 177 } 173 178 179 psString dump_file = psMetadataLookupStr(&mdok, config->arguments, "-dumpconfig"); 180 if (dump_file) { 181 182 pmFPAfile *input = psMetadataLookupPtr(NULL, config->files, "PPSUB.INPUT"); // Input file 183 pmConfigDump(config, input->fpa, dump_file); 184 } 185 174 186 return true; 175 187 }
Note:
See TracChangeset
for help on using the changeset viewer.
