Class MFPGridSearch
java.lang.Object
group3dlocaliser.algorithm.LocaliserAlgorithm3D
group3dlocaliser.algorithm.gridsearch.MFPGridSearch
- All Implemented Interfaces:
LocaliserModel<PamDataUnit>
Grid search using Matched field Processing
Not completed - will take far too long and need too much memory
to process at resolution required for NNHF clicks.
- Author:
- dg50
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Get the name which describes the localiser.getSQLLoggingAddon
(int arrayType) Get SQL Logging Addon data to append to the basic database tableboolean
prepare
(PamDataBlock sourceBlock) Methods inherited from class group3dlocaliser.algorithm.LocaliserAlgorithm3D
canArrayShape, canLocalise, getAlgorithmSettingsPane, getGroupChannelMap, getSourceSettingsPane, preFilterLoc, setLocaliserParams
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface Localiser.LocaliserModel
getLocContents, getToolTipText, hasParams, notifyModelProgress, runModel
-
Field Details
-
algoName
- See Also:
-
-
Constructor Details
-
MFPGridSearch
public MFPGridSearch()
-
-
Method Details
-
getName
Description copied from interface:LocaliserModel
Get the name which describes the localiser.- Returns:
- the name of the localiser.
-
prepare
- Specified by:
prepare
in classLocaliserAlgorithm3D
-
getSQLLoggingAddon
Description copied from class:LocaliserAlgorithm3D
Get SQL Logging Addon data to append to the basic database table- Specified by:
getSQLLoggingAddon
in classLocaliserAlgorithm3D
- Parameters:
arrayType
- type of array - which may affect how logging is organised.- Returns:
- SQL Logging information.
-