Package gda.device.detector
Interface GDANexusDetectorData
- All Superinterfaces:
NexusTreeProvider,PlottableDetectorData,Serializable
- All Known Implementing Classes:
NXDetectorData,NXDetectorDataWithFilepathForSrs
-
Method Summary
Modifier and TypeMethodDescriptiongetDetTree(String detName) returns the names detectors treeString[]String[]mergeIn(GDANexusDetectorData data) voidsetPrioritisedData(String detName, String dataName, String className) Methods inherited from interface gda.data.nexus.tree.NexusTreeProvider
getNexusTreeMethods inherited from interface gda.data.PlottableDetectorData
getDoubleVals
-
Method Details
-
getDetTree
returns the names detectors tree- Parameters:
detName- if null or empty it returns the first- Returns:
- the NexusTree associated with the named detector
-
getData
- Parameters:
detName-dataName- name of the child whose data is to be returned. If null or empty the first detector entry is usedclassName- class name of the child whose data is to be returned e.g. NexusExtractor.SDSClassName- Returns:
- NexusGroupData
-
setPrioritisedData
- Parameters:
detName-dataName- name of the child whose data should have their priority changed.className- class name of the child whose data is to be changed e.g. NexusExtractor.SDSClassName
-
getOutputFormat
String[] getOutputFormat() -
mergeIn
-
getExtraNames
String[] getExtraNames()
-