API Reference¶
Start here if you already know which workflow you want:
tide.maxwelltmfor 2D TM forward modeling and inversiontide.maxwell3dfor 3D forward modeling and inversiontide.MaxwellTM/tide.Maxwell3Dfor reusable module-based workflowstide.rickerfor source generationtide.CallbackStatefor forward and backward callbackstide.DebyeDispersionand storage/backend helpers for advanced workflows
Public Modules¶
- tide (top-level)
- tide.callbacks
- tide.resampling
- tide.cfl
- tide.padding
- tide.validation
- tide.maxwell
- tide.wavelets
- tide.staggered
- tide.utils
- tide.storage
Internal Modules¶
- tide.backend_utils
- tide.csrc (C/CUDA)
Conventions used in this API reference: - Tensor shape notation uses [dim0, dim1, ...]. - Time axis is generally the last axis for source wavelets and moved to [nt, ...] for returned receiver traces. - 2D coordinates are [y, x], 3D coordinates are [z, y, x].