4b8dec5e7199ad302c52bf9eb6914a170491334c,acoular/fbeamform.py,BeamformerBase,BeamformerBase_1,#,83
Before Change
//: inverse -> Formulation II;
//: true level-> Formulation III (default);
//: true location -> Formulation IV.
steer = Trait("true level", "true location", "classic", "inverse",
desc="Type of steering vectors used. Corresponds to the formulations"
"in :ref:`Sarradj, 2012<Sarradj2012>`. classic -> Formulation I;"
"inverse -> Formulation II; true level-> Formulation III;"
"true location -> Formulation IV")
//: Boolean flag, if "True" (default), the result is cached in h5 files.
cached = Bool(True,
desc="cached flag")
After Change
steer = Property(desc="type of steering vectors used")
// Dummy property for Backward compatibility. See :attr:`~acoular.fbeamform.SteeringVector.env` for information.
env = Property()
// Dummy property for Backward compatibility. See :attr:`~acoular.fbeamform.SteeringVector.grid` for information.
grid = Property(desc="beamforming grid")
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 2
Instances Project Name: acoular/acoular
Commit Name: 4b8dec5e7199ad302c52bf9eb6914a170491334c
Time: 2018-05-03
Author: tom.j.gensch@campus.tu-berlin.de
File Name: acoular/fbeamform.py
Class Name: BeamformerBase
Method Name: BeamformerBase_1
Project Name: acoular/acoular
Commit Name: 4b8dec5e7199ad302c52bf9eb6914a170491334c
Time: 2018-05-03
Author: tom.j.gensch@campus.tu-berlin.de
File Name: acoular/fbeamform.py
Class Name: PointSpreadFunction
Method Name: PointSpreadFunction_1
Project Name: acoular/acoular
Commit Name: 276f8fc3fe9a7424bae6585ed4453190e2a70815
Time: 2018-05-02
Author: tom.j.gensch@campus.tu-berlin.de
File Name: acoular/fbeamform.py
Class Name: BeamformerBase
Method Name: BeamformerBase_1
Project Name: acoular/acoular
Commit Name: 276f8fc3fe9a7424bae6585ed4453190e2a70815
Time: 2018-05-02
Author: tom.j.gensch@campus.tu-berlin.de
File Name: acoular/fbeamform.py
Class Name: PointSpreadFunction
Method Name: PointSpreadFunction_1