IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26323


Ignore:
Timestamp:
Dec 2, 2009, 12:11:15 PM (16 years ago)
Author:
Paul Price
Message:

Turn off plotting by default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/psModules/src/imcombine/pmSubtractionVisual.c

    r26322 r26323  
    3434static bool plotLeastSquares     = false;
    3535static bool plotImage            = false;
     36static bool plotFit              = false;
    3637
    3738// variables to store plotting window indices
     
    350351bool pmSubtractionVisualShowFit() {
    351352
    352     // if (!pmVisualIsVisual()) return true;
     353    if (!pmVisualIsVisual() || !plotFit) return true;
    353354    if (!pmVisualInitWindow(&kapa1, "ppSub:Images")) return false;
    354355    if (!pmVisualInitWindow(&kapa2, "ppSub:Misc")) return false;
     
    381382    Graphdata graphdata;
    382383
    383     // if (!pmVisualIsVisual()) return true;
     384    if (!pmVisualIsVisual() || !plotFit) return true;
    384385    if (!pmVisualInitWindow(&kapa3, "ppSub:plots")) return false;
    385386
Note: See TracChangeset for help on using the changeset viewer.