IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20416


Ignore:
Timestamp:
Oct 27, 2008, 12:50:28 PM (18 years ago)
Author:
beaumont
Message:

Linked with psModules plots better

Location:
branches/cnb_branch_20081011/psastro/src
Files:
3 edited

Legend:

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

    r20263 r20416  
    8585        psArgumentRemove (N, &argc, argv);
    8686        psastroSetVisual (true);
     87        pmAstromSetVisual (true);
    8788    }
    8889
  • branches/cnb_branch_20081011/psastro/src/psastroCleanup.c

    r20263 r20416  
    1212    pmConfigDone ();
    1313    psastroVisualClose ();
     14    pmAstromVisualClose ();
    1415    fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (0, NULL, stdout, false), "psastro");
    1516    // fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (0, NULL, NULL, false), "psastro");
  • branches/cnb_branch_20081011/psastro/src/psastroVisual.c

    r20335 r20416  
    1515//variables to determine when things are plotted
    1616static bool isVisual             = false;
    17 static bool plotRawStars         = true;
    18 static bool plotRefStars         = true;
    19 static bool plotLumFunc          = true;
    20 static bool plotRemoveClumps     = true;
    21 static bool plotOneChipFit       = true;
    22 static bool plotAstromGuessCheck = true;
    23 static bool plotMosaicMatches    = true;
    24 static bool plotMosaicOneChip    = true;
     17static bool plotRawStars         = false;
     18static bool plotRefStars         = false;
     19static bool plotLumFunc          = false;
     20static bool plotRemoveClumps     = false;
     21static bool plotOneChipFit       = false;
     22static bool plotAstromGuessCheck = false;
     23static bool plotMosaicMatches    = false;
     24static bool plotMosaicOneChip    = false;
    2525
    2626// variables to store plotting window indices
Note: See TracChangeset for help on using the changeset viewer.