Changeset 19231 for trunk/ppStack/src/ppStackArguments.c
- Timestamp:
- Aug 26, 2008, 4:56:07 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackArguments.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackArguments.c
r19172 r19231 135 135 { 136 136 assert(config); 137 // bool mdok; // Status of MD lookup 137 138 // This capability makes things much faster when debugging 139 bool debugStack = false; // Read old convolutions to debug the stacking? 140 int argNum = psArgumentGet(argc, argv, "-debug-stack"); // Argument number 141 if (argNum > 0) { 142 debugStack = true; 143 psArgumentRemove(argNum, &argc, argv); 144 } 138 145 139 146 pmConfigFileSetsMD(config->arguments, &argc, argv, "PPSTACK.SOURCES", "-sources", NULL); … … 203 210 } 204 211 212 psMetadataAddBool(arguments, PS_LIST_TAIL, "PPSTACK.DEBUG.STACK", 0, 213 "Read old convolved images to debug stack?", debugStack); 214 205 215 return true; 206 216 }
Note:
See TracChangeset
for help on using the changeset viewer.
