Package tethys.pamdata
Class TethysParameterPacker
java.lang.Object
tethys.pamdata.TethysParameterPacker
Functions to pack up a PAMGuard parameters object into the correct format
 for Tethys. This is very similar to functions in PamguardXMLWriter.writeUnitSettings
 but seems to have enough differences that it needs totally rewriting for Tethys.
- Author:
 - dg50
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionpackObject(Object data) packObject(Object data, String elementName) packParameters(PamDataBlock pamDataBlock) Get a list of elements of parameters for all modules feeding the given datablock. 
- 
Constructor Details
- 
TethysParameterPacker
- Throws:
 javax.xml.bind.JAXBException
 
 - 
 - 
Method Details
- 
packParameters
Get a list of elements of parameters for all modules feeding the given datablock. These are given in reverse order.- Parameters:
 pamDataBlock- output datablockfullChain-- Returns:
 - parameters of all modules feeding that datablock.
 
 - 
packObject
 - 
packObject
 
 -