- Timestamp:
- Feb 20, 2009, 2:47:54 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branch_20090215/ppStack/src/ppStackArguments.c
r21536 r22214 182 182 "Delete temporary files on completion?", false); 183 183 psMetadataAddS32(arguments, PS_LIST_TAIL, "-threads", 0, "Number of threads to use", 0); 184 psMetadataAddBool(arguments, PS_LIST_TAIL, "-visual", 0, "visualisation", 0);184 psMetadataAddBool(arguments, PS_LIST_TAIL, "-visual", 0, "visualisation", false); 185 185 186 186 if (argc == 1 || !psArgumentParse(arguments, &argc, argv) || argc != 3) { … … 256 256 valueArgRecipeStr(arguments, recipe, "-psf-model", "PSF.MODEL", recipe); 257 257 258 if (psMetadataLookupBool(NULL, arguments, "-viusal") { 259 pmVisualSetVisual(true); 260 } 261 258 262 if (psMetadataLookupBool(NULL, arguments, "-photometry") || 259 263 psMetadataLookupBool(NULL, recipe, "PHOTOMETRY")) {
Note:
See TracChangeset
for help on using the changeset viewer.
