Calib¶
-
class
acoular.calib.
Calib
¶ Bases:
traits.has_traits.HasPrivateTraits
Container for calibration data in *.xml format
This class serves as interface to load calibration data for the used microphone array.
-
from_file
= File(filter=['*.xml'], …¶ Name of the .xml file to be imported.
-
basename
= Property( depends_on = 'from_file', …¶ Basename of the .xml-file. Readonly / is set automatically.
-
num_mics
= CLong( 0, …¶ Number of microphones in the calibration data, is set automatically / read from file.
-
data
= CArray( …¶ Array of calibration factors, is set automatically / read from file.
-
import_data
()¶ Loads the calibration data from *.xml file .
-