IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 13, 2009, 4:23:58 PM (17 years ago)
Author:
Paul Price
Message:

Add "-debug" flag to enable generation of ds9 region files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackArguments.c

    r23373 r23841  
    119119{
    120120    assert(config);
     121
     122    {
     123        int argNum = psArgumentGet(argc, argv, "-debug"); // Debugging argument number
     124        if (argNum) {
     125            psArgumentRemove(argNum, &argc, argv);
     126            pmSubtractionRegions(true);
     127        }
     128    }
    121129
    122130    // This capability makes things much faster when debugging
Note: See TracChangeset for help on using the changeset viewer.