lst_auto_rta.hdf5_data_check.FileProvenance

class lst_auto_rta.hdf5_data_check.FileProvenance(obs_id, line_idx, worker_node)[source]

Bases: NamedTuple

__init__()

Methods

__init__()

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Attributes

line_idx

Alias for field number 1

obs_id

Alias for field number 0

worker_node

Alias for field number 2

count(value, /)

Return number of occurrences of value.

index(value, start=0, stop=9223372036854775807, /)

Return first index of value.

Raises ValueError if the value is not present.

line_idx: Annotated[int, Ge(ge=0)]

Alias for field number 1

obs_id: Annotated[int, Ge(ge=0)]

Alias for field number 0

worker_node: str

Alias for field number 2