IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 18, 2008, 2:26:45 PM (18 years ago)
Author:
beaumont
Message:

Updates to psastro to include plotting calls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cnb_branch_20081011/psastro/src/psastroArguments.c

    r20067 r20263  
    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    }
     
    8181    }
    8282
     83    // run in visual mode?
     84    if ((N = psArgumentGet (argc, argv, "-visual"))) {
     85        psArgumentRemove (N, &argc, argv);
     86        psastroSetVisual (true);
     87    }
     88
    8389    // dump the configuration to a file?
    8490    if ((N = psArgumentGet (argc, argv, "-dumpconfig"))) {
Note: See TracChangeset for help on using the changeset viewer.