Package d3.calibration
Class CalFileReader
java.lang.Object
d3.calibration.CalFileReader
-
Method Summary
Modifier and TypeMethodDescriptionstatic CalFileReader
openCalFile
(File xmlFile) Open an XML file for a corresponding wav file by changing the file end to xml and then trying to find an xml file in the same directory.Read in all the calibration information and pack it into a nested list of CalibrationInfo objects.
-
Method Details
-
openCalFile
Open an XML file for a corresponding wav file by changing the file end to xml and then trying to find an xml file in the same directory.- Parameters:
file
- wav file (or valid xml file)- Returns:
- an XML file, from which additional information can then be extracted.
-
readEverything
Read in all the calibration information and pack it into a nested list of CalibrationInfo objects.
-