Lynkeos
|
Preferences for the alignment process. More...
#import <MyImageAlignerPrefs.h>
Instance Methods | |
(IBAction) | - changeAlignFrequencyCutoff: |
Set the frequency cutoff for alignment. More... | |
(IBAction) | - changeAlignThreshold: |
Change the alignment success threshold. More... | |
(IBAction) | - changeAlignImageUpdating: |
Set wether to redisplay the image when aligned. More... | |
(IBAction) | - changeAlignCheck: |
Set wether to redisplay the image when aligned. More... | |
(IBAction) | - changeAlignMultiProc: |
Set the multiprocessor optimization to use for alignment. More... | |
![]() | |
(NSView *) | - getPreferencesView |
Get the view with the controls. | |
(void) | - savePreferences: |
Save the controls changes in the user defaults. | |
(void) | - revertPreferences |
Cancel all the changes to the user defaults. | |
(void) | - resetPreferences: |
Reset the user defaults to factory settings. | |
Protected Attributes | |
IBOutlet NSView * | _prefsView |
The view inside the preferences window. | |
IBOutlet NSSlider * | _alignFrequencyCutoffSlider |
Slider for the cutoff frequency. | |
IBOutlet NSTextField * | _alignFrequencyCutoffText |
Text field for the cutoff frequency. | |
IBOutlet NSSlider * | _alignThresholdSlider |
Slider for the standard deviation threshold. | |
IBOutlet NSTextField * | _alignThresholdText |
Text field for the standard deviation threshold. | |
IBOutlet NSButton * | _alignImageUpdatingButton |
Checkbox for the image updating. | |
IBOutlet NSButton * | _alignCheckButton |
Checkbox for the image alignment checking. | |
IBOutlet NSPopUpButton * | _alignMultiProcPopup |
Popup for the multiprocessor opimization strategy. | |
double | _alignFrequencyCutoff |
Frequency above which the spectrum is cleared before alignment. | |
double | _alignThreshold |
Maximum standard deviation for succesful alignment. | |
BOOL | _alignImageUpdating |
Wether to redisplay the images once aligned. | |
BOOL | _alignCheck |
Wether to check the alignment result. | |
ParallelOptimization_t | _alignMultiProc |
What kind of multiprocessor optimization to use for alignment. | |
Additional Inherited Members | |
![]() | |
(void) | + getPreferenceTitle:icon:tip: |
Retrieves a preference toolbar characteristics. More... | |
(id< LynkeosPreferences >) | + getPreferenceInstance |
Get the preference singleton instance. More... | |
Preferences for the alignment process.
- (IBAction) changeAlignCheck: | (id) | sender |
Set wether to redisplay the image when aligned.
sender | The checkbox |
References _alignCheck.
- (IBAction) changeAlignFrequencyCutoff: | (id) | sender |
Set the frequency cutoff for alignment.
sender | The slider or the text field |
References _alignFrequencyCutoff, _alignFrequencyCutoffSlider, and _alignFrequencyCutoffText.
- (IBAction) changeAlignImageUpdating: | (id) | sender |
Set wether to redisplay the image when aligned.
sender | The checkbox |
References _alignImageUpdating.
- (IBAction) changeAlignMultiProc: | (id) | sender |
Set the multiprocessor optimization to use for alignment.
sender | The popup |
References _alignMultiProc.
- (IBAction) changeAlignThreshold: | (id) | sender |
Change the alignment success threshold.
sender | The slider or the text field |
References _alignThreshold, _alignThresholdSlider, and _alignThresholdText.