IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24399 for trunk/psModules


Ignore:
Timestamp:
Jun 14, 2009, 10:30:29 AM (17 years ago)
Author:
eugene
Message:

adding ipp-2.9 build files: moving to cfitsio3100-p2 (automatic install of funpack, fpack); build/install of extsrc/gpcsw for burntool and tiltystreak

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAMaskWeight.c

    r23989 r24399  
    228228
    229229        // a negative variance is non-sensical. if the image value drops below 1, the variance must be 1.
     230        // XXX this calculation is wrong: limit is 1 e-, but this is in DN
    230231        readout->variance = (psImage*)psUnaryOp(readout->variance, readout->variance, "abs");
    231232        readout->variance = (psImage*)psBinaryOp(readout->variance, readout->variance, "max",
     
    239240    }
    240241
     242    // XXX if readnoise is based on an image map, we need to apply it here
    241243    readout->variance = (psImage*)psBinaryOp(readout->variance, readout->variance, "+",
    242244                                           psScalarAlloc(readnoise*readnoise/gain/gain, PS_TYPE_F32));
Note: See TracChangeset for help on using the changeset viewer.