IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12990


Ignore:
Timestamp:
Apr 24, 2007, 11:42:35 AM (19 years ago)
Author:
Paul Price
Message:

Fixing shutter correction (shouldn't have been hyperbolic, but linear).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSim/src/ppSimLoop.c

    r12973 r12990  
    575575
    576576                        // Shutter: adjust exposure time
    577                         float realExpTime = expTime + shutterTime * (yFPA + 1.0) * (xFPA + 1.0) / 4.0;
     577                        float realExpTime = expTime + shutterTime * (xFPA + yFPA + 2.0) / 4.0;
    578578
    579579                        // Gaussian flat-field over the FPA
Note: See TracChangeset for help on using the changeset viewer.