andrewbechter / ImageProcessing

Reads in frames from ANDOR Zyla and Basler detectors. Calculates centroids, 2D Gaussian fit parameters, FFTs, PSDs, and scatter statistics
0 stars 0 forks source link

add bad frame removal #2

Open andrewbechter opened 6 years ago

andrewbechter commented 6 years ago

Add a function to flag bad frames after processing initial run. Use the bad image flag to ignore bad frames when calculating statistics or plotting. Use linear interpolation to test FFT with bad frames. (the FFT doesnt seem to be impacted too much by bad frames)

andrewbechter commented 6 years ago

Added SNR threshold for bad frames