BinaryPatchAttrs

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

BinaryPatchAttrs(
    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_ns: float = nan,
    gauge_length: float = nan,
    distance_units: str =”“,
    zone_name: str =”“,
    **extra_data ,
)-> None

Patch attrs for Binary.