697fec1021a4f9f6eac93bdfc4b55634abe666dd,acoular/sources.py,PointSource,PointSource_1,#,344

Before Change


        desc="speed of sound")
        
    //: Start time of the signal in seconds, defaults to 0 s.
    start_t = Float(0.0,
        desc="signal start time")
    
    //: Start time of the data aquisition at microphones in seconds, 
    //: defaults to 0 s.
    start = Float(0.0,

After Change


    // The speed of sound.
    // Deprecated! Only kept for backwards compatibility. 
    // Now governed by :attr:`env` trait.
    c = Property()
    
    def _get_c(self):
        return self.env.c
    
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 4

Instances


Project Name: acoular/acoular
Commit Name: 697fec1021a4f9f6eac93bdfc4b55634abe666dd
Time: 2018-12-18
Author: gejohe@web.de
File Name: acoular/sources.py
Class Name: PointSource
Method Name: PointSource_1


Project Name: acoular/acoular
Commit Name: da4e43e9036e1b6a7ad0c3d8ca8b1c7b6ec965d3
Time: 2018-12-18
Author: gejohe@web.de
File Name: acoular/sources.py
Class Name: PointSource
Method Name: PointSource_2


Project Name: acoular/acoular
Commit Name: 2d568b3b96506b3d4cbad93aa2673fb56e306111
Time: 2018-12-18
Author: gejohe@web.de
File Name: acoular/sources.py
Class Name: UncorrelatedNoiseSource
Method Name: UncorrelatedNoiseSource_1