IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 26, 2008, 11:10:43 AM (18 years ago)
Author:
eugene
Message:

adding visualizations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080926/psphot/src/psphotArguments.c

    r13416 r19762  
    6767    }
    6868
     69    // visual : interactive display mode
     70    if ((N = psArgumentGet (argc, argv, "-visual"))) {
     71        psArgumentRemove (N, &argc, argv);
     72        psphotSetVisual (true);
     73    }
     74
    6975    // break : used from recipe throughout psphotReadout
    7076    if ((N = psArgumentGet (argc, argv, "-break"))) {
Note: See TracChangeset for help on using the changeset viewer.