Class CalFileReader

java.lang.Object
d3.calibration.CalFileReader

public class CalFileReader extends Object
  • Method Details

    • openCalFile

      public static 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.
      Parameters:
      file - wav file (or valid xml file)
      Returns:
      an XML file, from which additional information can then be extracted.
    • readEverything

      public CalibrationSet readEverything()
      Read in all the calibration information and pack it into a nested list of CalibrationInfo objects.