276f8fc3fe9a7424bae6585ed4453190e2a70815,acoular/fbeamform.py,PointSpreadFunction,PointSpreadFunction_1,#,726

Before Change



    //: :class:`~acoular.environments.Environment` or derived object, 
    //: which provides information about the sound propagation in the medium.
    env = Trait(Environment(), Environment)

    //: The speed of sound, defaults to 343 m/s
    c = Float(343., 
        desc="speed of sound")

After Change


    
    //: instance of :class:`~acoular.fbeamform.SteeringVector` or its derived classes,
    //: that contains information about the steering vector.
    steer_obj = Trait(SteeringVector)

    //: Flag that defines how to calculate and store the point spread function
    //: defaults to "single".
    //:
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 5

Instances


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


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: bc22d044fac59b29d4e5f83e00c4be8448a4bc43
Time: 2018-05-03
Author: gert.herold@tu-berlin.de
File Name: acoular/fbeamform.py
Class Name: PointSpreadFunction
Method Name: PointSpreadFunction_1