IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25527


Ignore:
Timestamp:
Sep 23, 2009, 5:30:11 PM (17 years ago)
Author:
eugene
Message:

test for -visual

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/psphot/src/psphotVisual.c

    r25504 r25527  
    166166bool psphotVisualShowImage (pmReadout *readout) {
    167167
    168     // if (!pmVisualIsVisual()) return true;
     168    if (!pmVisualIsVisual()) return true;
    169169
    170170    int kapa = psphotKapaChannel (1);
     
    821821bool psphotVisualShowPSFModel (pmReadout *readout, pmPSF *psf) {
    822822
    823     // if (!pmVisualIsVisual()) return true;
     823    if (!pmVisualIsVisual()) return true;
    824824
    825825    int myKapa = psphotKapaChannel (3);
     
    20002000bool psphotVisualShowResidualImage (pmReadout *readout) {
    20012001
    2002     // if (!pmVisualIsVisual()) return true;
     2002    if (!pmVisualIsVisual()) return true;
    20032003
    20042004    int myKapa = psphotKapaChannel (1);
     
    20992099    KiiOverlay *overlay;
    21002100
    2101     // if (!pmVisualIsVisual()) return true;
     2101    if (!pmVisualIsVisual()) return true;
    21022102
    21032103    int kapa = psphotKapaChannel (1);
Note: See TracChangeset for help on using the changeset viewer.