Shot (pysit.core.shot)

Note

This section of the documentation is under construction. The source, however, is documented and you can access that via the Reference/API section.

Introduction

A PySIT Shot object specifies the modeling of seismic shot.

Getting Started

  • Importing Shot
  • Constructing a shot from a source and a receiver

Using shot

More details

  • Accessing sources (note, even single sources are referred to in the plural)
  • Accessing receivers

Shots as list Objects

  • PySIT variables shots (plural) assume more than one shot in an iterable container
  • PySIT variables shot (singular) assume a single instance of a Shot object
  • Plural is used for mathematical operations on multiple shots, singular is for things that deal with a single shot

Reference/API

pysit.core.shot Module

Classes

Shot(sources, receivers) Container class for a seismic shot.
SourceEncodedSupershot(shots[, weight_type]) A source encoded supershot.