A detrended_img is a 4-dimensional array of positive integers in the style
of an ijtiff_img (indexed by img[y, x, channel, frame]) which is the result of a detrending routine. It has 4 attributes:
parameterThe value of the parameter used. This will be the
l,tauordegreeparameter for the respective methods.autoA boolean that is
TRUEif the parameter was found automatically orFALSEif it was manually selected.purposeEither
"FCS"or"FFS"to denote whether the detrending was done for the purpose of fluorescence correlation spectroscopy or fluorescence fluctuation spectroscopy calculations respectively.purposeis not required for Robin Hood detrending.
Arguments
- img
The detrended image series. A 4-dimensional array of non-negative integers in the style of an ijtiff_img, or a 3-dimensional array of non-negative integers which represents a single channel of an ijtiff_img-style array (indexed by
img[y, x, frame]).- method
The method used. One of
"robinhood","boxcar","exponential"or"polynomial".- parameter
A number. The detrend parameter used. One per channel.
- auto
Logical. Was automatic detrending used? One per channel.
- purpose
Either
"FCS"or"FFS". Was the image detrended for the purpose of doing FCS or FFS calculations? See detrending.purposeis not required for Robin Hood detrending.
