Changeset 20805 for trunk/psastro/src/psastroArguments.c
- Timestamp:
- Nov 19, 2008, 3:28:01 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroArguments.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroArguments.c
r20640 r20805 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 } … … 85 85 } 86 86 87 // run in visual mode? 88 if ((N = psArgumentGet (argc, argv, "-visual"))) { 89 psArgumentRemove (N, &argc, argv); 90 psastroSetVisual (true); 91 pmAstromSetVisual (true); 92 } 93 87 94 // dump the configuration to a file? 88 95 if ((N = psArgumentGet (argc, argv, "-dumpconfig"))) {
Note:
See TracChangeset
for help on using the changeset viewer.
