Changeset 12995
- Timestamp:
- Apr 24, 2007, 11:55:16 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/pswarp/src/pswarpArguments.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pswarp/src/pswarpArguments.c
r12771 r12995 23 23 pmConfigRecipeOptions (config, PSWARP_RECIPE); 24 24 25 pmConfigFileSetsMD (config->arguments, config, "ASTROM", "-astrom", "-astromlist");25 pmConfigFileSetsMD (config->arguments, &argc, argv, "ASTROM", "-astrom", "-astromlist"); 26 26 27 27 // chip selection is used to limit chips to be processed … … 32 32 } 33 33 34 status = pmConfigFileSetsMD (config->arguments, config, "INPUT", "-file", "-list");34 status = pmConfigFileSetsMD (config->arguments, &argc, argv, "INPUT", "-file", "-list"); 35 35 if (!status) { 36 36 psError(PSWARP_ERR_ARGUMENTS, true, "Missing -file (input) or -list (input)"); … … 39 39 40 40 // the mask and weight entries are optional (build from gain?) 41 pmConfigFileSetsMD (config->arguments, config, "MASK", "-mask", "-masklist");42 pmConfigFileSetsMD (config->arguments, config, "WEIGHT", "-weight", "-weightlist");41 pmConfigFileSetsMD (config->arguments, &argc, argv, "MASK", "-mask", "-masklist"); 42 pmConfigFileSetsMD (config->arguments, &argc, argv, "WEIGHT", "-weight", "-weightlist"); 43 43 44 44 if (argc != 3) {
Note:
See TracChangeset
for help on using the changeset viewer.
