SourceEncodedSupershot¶
-
class
pysit.core.shot.SourceEncodedSupershot(shots, weight_type='gaussian')[source]¶ Bases:
pysit.core.shot.ShotA source encoded supershot.
The
SourceEncodedSupershotclass handles the encoding of the sources of each shot and the recorded ‘real data’. Each time the weight_vector is regenerated, this supershot generates a new encoded SourceSet from the sources of the member shots. A new ReceiverSet is also generated and its recordings are generated by encoding the receiver recordings of each shot.Attributes: - shots : subclass of Shot
A shot with a PointSource source
Attributes Summary
sequential_shotsMethods Summary
encode(self)Do a new encoding. generate_weight_vector(self)Attributes Documentation
-
sequential_shots¶
Methods Documentation