Changeset 6107
- Timestamp:
- Jan 20, 2006, 5:09:49 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/chiptoolConfig.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/chiptoolConfig.c
r6103 r6107 73 73 psMetadataAddStr(config->arguments, PS_LIST_TAIL, "-filter", 0, "define filter of interest", ""); 74 74 75 if (config->mode == P2_MODE_NONE) { 76 fprintf (stderr, "search mode not specified\n"); 77 psArgumentHelp(config->arguments); 78 psFree(config->arguments); 79 exit(EXIT_FAILURE); 80 } 81 75 82 if (! psArgumentParse(config->arguments, &argc, argv) || argc != 1) { 76 83 printf("\nPan-STARRS Phase 2 Search Tool\n\n"); … … 83 90 84 91 // add the input and output images to the arguments list 85 psMetadataAddStr (config->arguments, PS_LIST_TAIL, "-output", 0, "Name of the output image", argv[1]);92 //psMetadataAddStr (config->arguments, PS_LIST_TAIL, "-output", 0, "Name of the output image", argv[1]); 86 93 87 94 // define Database handle, if used
Note:
See TracChangeset
for help on using the changeset viewer.
