IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 8, 2012, 5:30:49 PM (14 years ago)
Author:
watersc1
Message:

Crosstalk spike masking and improved ghost model application.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroMaskUtils.c

    r24045 r33851  
    135135        // XXX optimize this
    136136        float A = 1.0;
    137         float B = shape.sxy*y*PS_SQR(shape.sx);
     137        float B = 2.0 * shape.sxy*y*PS_SQR(shape.sx);
    138138        float C = PS_SQR(y*shape.sx/shape.sy) - PS_SQR(shape.sx);
    139139
Note: See TracChangeset for help on using the changeset viewer.