opnavlab / sonic

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

Add CCD smear removal #2

Closed JohnAChristian closed 4 months ago

JohnAChristian commented 4 months ago

Need to add functionality for smear removal in CCD images.

athrasher7 commented 4 months ago

Added in Image class method removeSmearCCD which acts on an image object to remove smear. Accepts the exposure time and read in/out time. Assumes CCD reads in from top down. Addressed in merge #4