Class JobParameterSetting
A JobParameterSetting is a ParameterSetting that is used when a Job is executed by the queue manager. It uses different database tables and knows how to put its parameter settings onto a script.
- hrm\setting\base\Setting
- hrm\setting\ParameterSetting
- hrm\setting\JobParameterSetting
Methods summary
public static
string
|
|
public static
string
|
#
parameterTable( )
Returns the name of the database table in which all the Parameters for the Settings stored in the table specified in table(). |
Methods inherited from hrm\setting\ParameterSetting
__construct()
,
calculateNyquistRate()
,
capturingParameterNames()
,
checkParameterSetting()
,
checkPostedAberrationCorrectionParameters()
,
checkPostedCalculatePixelSizeParameters()
,
checkPostedCapturingParameters()
,
checkPostedImageParameters()
,
checkPostedMicroscopyParameters()
,
checkPostedSpimParameters()
,
checkPostedStedParameters()
,
correctionParameterNames()
,
displayString()
,
fixedGeometryFileFormats()
,
getAberractionCorrectionParameters()
,
getTemplatesSharedBy()
,
getTemplatesSharedWith()
,
hasPinhole()
,
imageParameterNames()
,
isFixedGeometryFormat()
,
isMultiChannel()
,
isMultiPointConfocal()
,
isMultiPointOrSinglePointConfocal()
,
isNipkowDisk()
,
isSinglePointConfocal()
,
isSpim()
,
isSted()
,
isSted3D()
,
isTif()
,
isTwoPhoton()
,
isTwoPhotonOrSinglePoint()
,
isVariableChannelFormat()
,
isWidefield()
,
isWidefieldOrMultiPoint()
,
microscopeParameterNames()
,
microscopeType()
,
multiChannelFileFormats()
,
numberOfChannels()
,
parseParamsFromHuCore()
,
pixelSize()
,
pixelSizeCalculationParameterNames()
,
sampleSizeT()
,
sampleSizeX()
,
sampleSizeY()
,
sampleSizeZ()
,
sharedParameterTable()
,
sharedTable()
,
singleChannelFileFormats()
,
spimParameterNames()
,
stedParameterNames()
,
threeDimensionalGeometries()
,
timeSeriesGeometries()
,
variableChannelFileFormats()
Methods inherited from hrm\setting\base\Setting
__clone()
,
beDefault()
,
copyParameterFrom()
,
isDefault()
,
load()
,
message()
,
name()
,
owner()
,
parameter()
,
parameterNames()
,
resetDefault()
,
save()
,
set()
,
setName()
,
setNumberOfChannels()
,
setOwner()
,
shareWith()