Changeset 19399 for trunk/ppImage/src/ppImageLoop.c
- Timestamp:
- Sep 5, 2008, 12:41:58 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageLoop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageLoop.c
r19044 r19399 28 28 } 29 29 30 { 30 psString dump_file = psMetadataLookupStr(&status, config->arguments, "DUMP_CONFIG"); 31 if (dump_file) { 31 32 pmConfigCamerasCull(config, NULL); 32 33 pmConfigRecipesCull(config, "PPIMAGE,PPSTATS,PSPHOT,MASKS,PSASTRO"); 33 34 34 const char *outroot = psMetadataLookupStr(NULL, config->arguments, "OUTPUT"); // Output root name 35 psAssert(outroot, "Should be there, we put it there!"); 36 pmConfigDump(config, input->fpa, outroot); 35 pmConfigDump(config, input->fpa, dump_file); 37 36 } 38 37
Note:
See TracChangeset
for help on using the changeset viewer.
