IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 24, 2010, 4:56:11 PM (16 years ago)
Author:
eugene
Message:

updates for source sizes and CR masking

File:
1 edited

Legend:

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

    r27268 r27440  
    180180bool psphotVisualShowImage (pmReadout *readout) {
    181181
    182     // if (!pmVisualIsVisual()) return true;
     182    if (!pmVisualIsVisual()) return true;
    183183
    184184    int kapa = psphotKapaChannel (1);
     
    15141514        if (source == NULL) continue;
    15151515
    1516         // if (source->type != type) continue;
    15171516        if (mode) {
    15181517            if (keep) {
     
    15511550bool psphotVisualShowSourceSize (pmReadout *readout, psArray *sources) {
    15521551
    1553     // if (!pmVisualIsVisual()) return true;
     1552    if (!pmVisualIsVisual()) return true;
    15541553
    15551554    int myKapa = psphotKapaChannel (1);
     
    15781577    KapaSection section;
    15791578
    1580     // if (!pmVisualIsVisual()) return true;
     1579    if (!pmVisualIsVisual()) return true;
    15811580
    15821581    int myKapa = psphotKapaChannel (2);
Note: See TracChangeset for help on using the changeset viewer.