TransferFunctions.MeasuredPSF
— TypeMeasuredPSF{T<:Real, N} <: PointSpreadFunction{N}
A measurement of a PSF fro the acquired image(s).
A measurement can be done for example using an image of subresolution microspheres.
Fields
data::AbstractArray{T,N}
Δxy::PixelSize{N}
center::Coordinate{N}
TransferFunctions.MeasuredOTF
— TypeMeasuredOTF{T<:Number, N} <: OpticalTransferFunction{N}
A measurement of an OTF from the acquired image(s).
Fields
data::AbstractArray{T,N}
Δxy::PixelSize{N}
center::Coordinate{N}