bc22d044fac59b29d4e5f83e00c4be8448a4bc43,acoular/fbeamform.py,PointSpreadFunction,_get_psf,#PointSpreadFunction#,963
Before Change
if freqInSteerObjFreq.any():
freqInd = flatnonzero(freqInSteerObjFreq)
else:
warn("PointSpreadFunction.freq was appended to PointSpreadFunction.steer_obj.f, "\
"as it was not an element of the original list! "\
"You should check possible implications on beamformer results, etc.", Warning, stacklevel = 2)
self.steer_obj.f.append(self.freq)
freqInd = int(-1)
// get the cached data, or, if non-existing, create new structure
After Change
g_ind_calc = self.grid_indices[calc_ind]
r0 = self.r0
rm = self.rm
kj = array(2j*pi*self.freq/self.c)[newaxis]
steerVecFormulation = steerVecTranslation(self.steer)
if self.calcmode == "single":
for ind in g_ind_calc:
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 2
Instances
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: _get_psf
Project Name: shakedzy/dython
Commit Name: c39850dcb5112d64ffd9d4d4bce178155ecc3b64
Time: 2018-04-09
Author: shaked.zychlinski@doubleverify.com
File Name: dython/utils.py
Class Name:
Method Name: roc_graph
Project Name: ilastik/ilastik
Commit Name: c8105b3974fba93097bd28e5ae14a27e5f56c857
Time: 2013-03-14
Author: bergs@janelia.hhmi.org
File Name: ilastik/applets/objectExtraction/objectExtractionSerializer.py
Class Name: SerialObjectFeaturesSlot
Method Name: deserialize