MicAIAABenchmark¶
- class acoular.tools.aiaa.MicAIAABenchmark¶
Bases:
MicGeom
Provides the geometric arrangement of microphones in the array.
In contrast to standard Acoular microphone geometries, the AIAA benchmark format includes the array geometry as metadata in the file containing the measurement data.
- from_file = File(filter=['*.h5'], desc='name of the h5 file containing the microphone geometry')¶
Name of the .h5-file from wich to read the data.
- import_mpos()¶
Import the microphone positions from .h5 file. Called when
basename
changes.