IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 21, 2010, 2:58:29 PM (16 years ago)
Author:
eugene
Message:

add some visualization; modification to pmSourceRedefinePixels API; other minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20101205/psphot/src/psphotVisual.c

    r29548 r30140  
    24082408    if (myKapa == -1) return false;
    24092409
    2410     psphotVisualScaleImage (myKapa, readout->image, readout->mask, "resid", 1);
     2410    psphotVisualScaleImage (myKapa, readout->variance, readout->mask, "variance", 1);
     2411    psphotVisualScaleImage (myKapa, readout->image, readout->mask, "resid", 0);
    24112412
    24122413    pmVisualAskUser(NULL);
Note: See TracChangeset for help on using the changeset viewer.