IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 10, 2008, 3:26:49 PM (18 years ago)
Author:
beaumont
Message:

Started to create psVisual.c

File:
1 edited

Legend:

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

    r20043 r20058  
    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    }
     
    8888    }
    8989
     90    // show visual diagnostics?
     91    if ((N = psArgumentGet(argc, argv, "-visual"))) {
     92        psArgumentRemove (N, &argc, argv);
     93        psastroSetVisual (true);
     94    }
     95
    9096    status = pmConfigFileSetsMD (config->arguments, &argc, argv, "INPUT", "-file", "-list");
    9197    if (!status) {
Note: See TracChangeset for help on using the changeset viewer.