- Timestamp:
- Oct 18, 2008, 2:26:45 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branch_20081011/psastro/src/psastroArguments.c
r20067 r20263 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 } … … 81 81 } 82 82 83 // run in visual mode? 84 if ((N = psArgumentGet (argc, argv, "-visual"))) { 85 psArgumentRemove (N, &argc, argv); 86 psastroSetVisual (true); 87 } 88 83 89 // dump the configuration to a file? 84 90 if ((N = psArgumentGet (argc, argv, "-dumpconfig"))) {
Note:
See TracChangeset
for help on using the changeset viewer.
