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
Fields - 
Constructor Summary
Constructors - 
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 tablebooleanprepare(PamDataBlock sourceBlock) Methods inherited from class group3dlocaliser.algorithm.LocaliserAlgorithm3D
canArrayShape, canLocalise, getAlgorithmSettingsPane, getGroupChannelMap, getSourceSettingsPane, preFilterLoc, setLocaliserParamsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:LocaliserModelGet the name which describes the localiser.- Returns:
 - the name of the localiser.
 
 - 
prepare
- Specified by:
 preparein classLocaliserAlgorithm3D
 - 
getSQLLoggingAddon
Description copied from class:LocaliserAlgorithm3DGet SQL Logging Addon data to append to the basic database table- Specified by:
 getSQLLoggingAddonin classLocaliserAlgorithm3D- Parameters:
 arrayType- type of array - which may affect how logging is organised.- Returns:
 - SQL Logging information.
 
 
 -