IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20347


Ignore:
Timestamp:
Oct 23, 2008, 2:15:39 PM (18 years ago)
Author:
Paul Price
Message:

Add psphot visualisation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpArguments.c

    r20312 r20347  
    2424
    2525    pmConfigFileSetsMD(config->arguments, &argc, argv, "ASTROM",   "-astrom", "-astromlist");
     26
     27    {
     28        int arg;                        // Argument Number
     29        if ((arg = psArgumentGet(argc, argv, "-psphot-visual"))) {
     30            psArgumentRemove(arg, &argc, argv);
     31            psphotSetVisual(true);
     32        }
     33    }
    2634
    2735    // chip selection is used to limit chips to be processed
Note: See TracChangeset for help on using the changeset viewer.