Skip to content

Commit 27e50e7

Browse files
committed
Clean up again tdem
1 parent 39170cf commit 27e50e7

2 files changed

Lines changed: 1 addition & 125 deletions

File tree

simpeg_drivers/electromagnetics/time_domain/constants.py

Lines changed: 0 additions & 122 deletions
This file was deleted.

simpeg_drivers/electromagnetics/time_domain/params.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,8 @@ class TDEMForwardOptions(EMDataMixin, BaseForwardOptions):
3535
Time Domain Electromagnetic forward options.
3636
3737
:param z_channel_bool: Z-component data channel boolean.
38-
:param z_channel_uncertainty: Z-component data channel uncertainty.
3938
:param x_channel_bool: X-component data channel boolean.
40-
:param x_channel_uncertainty: X-component data channel uncertainty.
4139
:param y_channel_bool: Y-component data channel boolean.
42-
:param y_channel_uncertainty: Y-component data channel uncertainty.
4340
:param model_type: Specify whether the models are provided in resistivity or conductivity.
4441
:param data_units: Units for the TEM data
4542
"""
@@ -54,6 +51,7 @@ class TDEMForwardOptions(EMDataMixin, BaseForwardOptions):
5451
data_object: Receivers
5552
z_channel_bool: bool | None = None
5653
x_channel_bool: bool | None = None
54+
y_channel_bool: bool | None = None
5755
data_units: str = "dB/dt (T/s)"
5856
model_type: str = "Conductivity (S/m)"
5957

0 commit comments

Comments
 (0)