This module provides a set of functions to aid in the calculation of 3D noise parameters from noise images. The functions are based on the work done by John D’Agostino and Curtis Webb. For details see “3-D Analysis Framwork and Measurement Methodology for Imaging System Nioise” p110-121 in “Infrared Imaging Systems: Design, Analysis, Modelling, and Testing II”, Holst, G. C., ed., Volume 1488, SPIE (1991).
See the __main__ function for examples of use.
This package was partly developed to provide additional material in support of students and readers of the book Electro-Optical System Analysis and Design: A Radiometry Perspective, Cornelius J. Willers, ISBN 9780819495693, SPIE Monograph Volume PM236, SPIE Press, 2013. http://spie.org/x648.html?product_id=2021423&origin_id=x646
Operator DT averages over frames for each pixel.
Operator DV averages over rows for each pixel.
Operator DH averages over columns for each pixel.
Operator SDT first averages over frames for each pixel. The result is subtracted from all images.
Operator SDV first averages over rows for each pixel. The result is subtracted from all images.
Operator SDH first averages over columns for each pixel. The result is subtracted from all images.
Average over all pixels.
Average for all pixels as a function of time/frames. Represents noise which consists of fluctuations in the temporal direction affecting the mean of each frame.
Average for each row over all frames and cols. Represents variations in column averages that are fixed in time.
Average for each column over all frames and rows . Represents variations in row averages that are fixed in time.
Average over all frames, for each pixel. Represents non-uniformity spatial noise that does not change from frame-to-frame.
Average for each row and frame over all columns . Represents variations in row averages that change from frame-to-frame.
Average for each column and frame over all rows. Represents variations in column averages that change from frame-to-frame.
Noise for each row, frame & column. Represents random noise in the detector and electronics.
Total system noise.