opnavlab / sonic

SONIC is an object-oriented optical navigation (OPNAV) toolkit written in MATLAB.
MIT License
2 stars 0 forks source link

Smear removal #4

Closed athrasher7 closed 2 months ago

athrasher7 commented 2 months ago

Added removeSmearCCD method to Image class. Acts on Image object. Takes in exposure time and read in/out time. Read in/out time can be input as a scalar double (in which case the read in and out time is assumed to be the same) or can be input as a 1x2 vector of doubles (in which case the first index is the read in time and the second is the read out time).

Also updated the auto documentation make file to auto read out to the Docs folder for simplicity. Updated the docs to reflect the removeSmearCCD method.