ProdMLPatchAttrs

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

ProdMLPatchAttrs(
    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 | collections.abc.Sequence[str, collections.abc.Sequence[str]] = None,
    dims: str =”“,
    coords: dascore.utils.mapping.FrozenDict[str, CoordSummary] = None,
    pulse_width: float = nan,
    pulse_width_units: Quantity | str | None = None,
    gauge_length: float = nan,
    gauge_length_units: Quantity | str | None = None,
    schema_version: str =”“,
    **extra_data ,
)-> None

Patch attrs for ProdML.