This package allows programmatic access from Java to the DOM calibration information. The class reads .xdc files which contain DOM calibration data in an XML document and place the information into a Java class. All the programmer needs to do is construct an instance of the Calibrator class with either a URL or an InputStream pointing to the XML object.

The primary utility of this class is to transform the raw ATWD waveform data into volt units. This can be accomplished one of two ways - either:

The other calibrations tracked by this class are the front-end pulser calibration, the amplifier gains, and the ATWD sampling frequency.