IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 17, 2009, 2:26:32 PM (17 years ago)
Author:
eugene
Message:

change radius for extended sources to use footprint; clean up some of the visualizations; plug some leaks

File:
1 edited

Legend:

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

    r25388 r25433  
    166166bool psphotVisualShowImage (pmReadout *readout) {
    167167
    168     if (!pmVisualIsVisual()) return true;
     168    // if (!pmVisualIsVisual()) return true;
    169169
    170170    int kapa = psphotKapaChannel (1);
     
    20002000bool psphotVisualShowResidualImage (pmReadout *readout) {
    20012001
    2002     if (!pmVisualIsVisual()) return true;
     2002    // if (!pmVisualIsVisual()) return true;
    20032003
    20042004    int myKapa = psphotKapaChannel (1);
     
    21002100    if (source == NULL) return true;
    21012101
    2102     if (!pmVisualIsVisual()) return true;
    2103 
    2104     int kapa = psphotKapaChannel (3);
     2102    // if (!pmVisualIsVisual()) return true;
     2103
     2104    int kapa = psphotKapaChannel (1);
    21052105    if (kapa == -1) return false;
    21062106
Note: See TracChangeset for help on using the changeset viewer.