- Timestamp:
- Oct 10, 2008, 3:26:49 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branch_20081010/psastro/src/psastroArguments.c
r20043 r20058 37 37 psArgumentRemove (N, &argc, argv); 38 38 } 39 39 40 40 // apply the chip correction based on the reference astrometry? 41 41 if ((N = psArgumentGet (argc, argv, "-fixchips"))) { … … 51 51 status = pmConfigFileSetsMD (config->arguments, &argc, argv, "ASTROM.MODEL", "-astrommodel", "-astrommodellist"); 52 52 if (status) { 53 // if supplied, assume -fixchips is desired53 // if supplied, assume -fixchips is desired 54 54 psMetadataAddBool (config->arguments, PS_LIST_TAIL, "PSASTRO.FIX.CHIPS", PS_META_REPLACE, "", true); 55 55 } … … 88 88 } 89 89 90 // show visual diagnostics? 91 if ((N = psArgumentGet(argc, argv, "-visual"))) { 92 psArgumentRemove (N, &argc, argv); 93 psastroSetVisual (true); 94 } 95 90 96 status = pmConfigFileSetsMD (config->arguments, &argc, argv, "INPUT", "-file", "-list"); 91 97 if (!status) {
Note:
See TracChangeset
for help on using the changeset viewer.
