Modeling Operators (pysit.modeling)

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

  • Physical modeling operators…

Getting Started

  • Instantiating
  • Calling

Using modeling

More details

Operator Interfaces

Extending modeling

Define the required interface:

  • forward_modeling
  • adjoint_operator
  • linear_forward_modeling

Reference/API

pysit.modeling Package

Functions

generate_seismic_data(shots, solver, model) Given a list of shots and a solver, generates seismic data.
generate_seismic_data_from_file(shots, solver)
generate_shot_data_frequency(shot, solver, …) most of this is copied from frequency_modeling.forward_model
generate_shot_data_time(shot, solver, model) Given a shots and a solver, generates seismic data at the specified receivers.

Classes

FrequencyModeling(solver)
HybridModeling(solver[, …]) Class containing a collection of methods needed for seismic inversion in the frequency domain.
TemporalModeling(solver) Class containing a collection of methods needed for seismic inversion in the time domain.