#import <MyImageAligner.h>


Public Attributes | |
| MyIntegerSize | _alignSize |
| id< LynkeosProcessableItem > | _referenceItem |
| The item against which align is done. | |
| double | _cutoff |
| Frequency cutoff applied before corelation. | |
| double | _precisionThreshold |
| BOOL | _checkAlignResult |
| Check for false align. | |
| NSLock * | _refSpectrumLock |
| MyFourierBuffer * | _referenceSpectrum |
Size of the alignment rectangles
| - (double) _precisionThreshold |
Correlation peak standard deviation threshold, above wich the alignment is failed
| - (NSLock*) _refSpectrumLock |
This lock is not saved with the document. It's sole purpose is to enforce that only one processing thread computes the reference spectrum, and that the reference spectrum is computed before any thread uses it
The spectrum of the reference item, it is shared by all processing threads. And is no more saved.
It shall be nil at process creation.
1.5.4