NeubrexDASPatchAttrs

class of dascore.io.neubrex.core
inherits from: PatchAttrs, DascoreBaseModel, pydantic.main.BaseModel
source

NeubrexDASPatchAttrs(
    data_type: Literal[’‘, ’velocity’, ‘strain_rate’, ‘phase’, ‘strain’, ‘temperature’, ‘temperature_gradient’] = ““,
    data_category: Literal[’‘, ’DAS’, ‘DTS’, ‘DSS’] =”“,
    data_units: Quantity | str | None = None,
    instrument_id: str =”“,
    acquisition_id: str =”“,
    tag: str =”“,
    station: str =”“,
    network: str =”“,
    history: str | tuple[str, tuple[str, …]] = None,
    dims: str =”“,
    coords: dascore.utils.mapping.FrozenDict[str, CoordSummary] = None,
    gauge_length: float = 0,
    gauge_length_units: str =”“,
    index_of_reflection: float = 1.46,
    triggered_time: numpy.datetime64 | None[datetime64, None] = None,
    phase_to_strain: float | None[float, None] = None,
    instrument_model: str =”“,
    **extra_data ,
)-> None

Patch attrs for Neubrex DAS Format files.