IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 19, 2008, 3:28:01 PM (17 years ago)
Author:
eugene
Message:

import visualizations from cnb_branch_20081011

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroArguments.c

    r20640 r20805  
    3737        psArgumentRemove (N, &argc, argv);
    3838    }
    39    
     39
    4040    // apply the chip correction based on the reference astrometry?
    4141    if ((N = psArgumentGet (argc, argv, "-fixchips"))) {
     
    5151    status = pmConfigFileSetsMD (config->arguments, &argc, argv, "ASTROM.MODEL", "-astrommodel", "-astrommodellist");
    5252    if (status) {
    53         // if supplied, assume -fixchips is desired
     53        // if supplied, assume -fixchips is desired
    5454        psMetadataAddBool (config->arguments, PS_LIST_TAIL, "PSASTRO.FIX.CHIPS", PS_META_REPLACE, "", true);
    5555    }
     
    8585    }
    8686
     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
    8794    // dump the configuration to a file?
    8895    if ((N = psArgumentGet (argc, argv, "-dumpconfig"))) {
Note: See TracChangeset for help on using the changeset viewer.