Package gov.nih.mipav.view.dialogs
Interface AlgorithmTreParams
-
- All Known Implementing Classes:
JDialogTreT1
public interface AlgorithmTreParams
This interface contains convenience enumerations for going between the dialog and algorithm of the TRE framework. The enumerations will also be used to simplify the JIST interface to these algorithms.- Author:
- senseneyj
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
AlgorithmTreParams.FieldStrength
Specifies the magnetic field strength of the scanner used.static class
AlgorithmTreParams.InversionType
Specifies the inversion method used for the scan.static class
AlgorithmTreParams.ScannerType
Designates the brand of scanner used for processing.static class
AlgorithmTreParams.Threshold
A three way boolean operator to designate the thresholding option used.
-