Package icecube.daq.domcal

This package allows programmatic access from Java to the DOM calibration information.

See:
          Description

Class Summary
Baseline  
Calibrator DOM calibration class.
CalibratorComparator Compare calibration data.
CalibratorDB Database interface for Calibrator.
DOMCal  
DOMCalCom  
DOMCalDH DOMCal through DOMHubCom interface.
DOMCalRecord  
DOMCalRecordFactory DEPRICATED -- FILE REMAINS FOR BACKWARD COMPATABILITY
DOMCalXML  
HV2DB  
HVHistogram  
HVHistogramGrapher  
LinearFit  
LinearFitFactory DEPRICATED -- FILE REMAINS FOR BACKWARD COMPATABILITY
QuadraticFit  
Statistics  
 

Exception Summary
DOMCalibrationException Calibrator exception class.
 

Package icecube.daq.domcal Description

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.



Copyright © 2006 IceCube Collaboration. All Rights Reserved.