IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 22, 2006, 6:08:35 PM (20 years ago)
Author:
eugene
Message:

further work on plotting functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotSummaryPlots.c

    r10614 r10828  
    2727    psLogMsg ("psphot", 3, "creating moments plot");
    2828
    29     int kapa = pmKapaOpen ();
     29    // XXX get the 'showWindow' option from the recipes somewhere
     30    int kapa = pmKapaOpen (false);
    3031    if (kapa == -1) {
    3132        psError(PSPHOT_ERR_UNKNOWN, true, "failure to open kapa");
    3233        return false;
    3334    }
     35
    3436
    3537    KapaResize (kapa, 500, 500);
     
    123125    psLogMsg ("psphot", 3, "creating psf model plot");
    124126
    125     int kapa = pmKapaOpen ();
     127    int kapa = pmKapaOpen (false);
    126128    if (kapa == -1) {
    127129        psError(PSPHOT_ERR_UNKNOWN, true, "failure to open kapa");
Note: See TracChangeset for help on using the changeset viewer.