ModelSrcInterface

class ModelSrcInterface[source]

Bases: object

Base object for the creation of the shadowgram model of different sources

Constructor

Warning

_snr attribute is unused so far

Attributes Summary

name Get name.

Methods Summary

get_noisy_model([obs_time]) Return the shadowgram model with poisson noise.
update() return True if the model is already update with position or not yet defined

Attributes Documentation

name

Get name.

Methods Documentation

get_noisy_model(obs_time=None)[source]

Return the shadowgram model with poisson noise.

Parameters:obs_time (float) – observation time in seconds
update()[source]

return True if the model is already update with position or not yet defined