swvo.io.RBMDataSet.identify_orbits#

Functions

identify_orbits(self, orbit_type, ] =, ...)

Classes

Trajectory(start, end, direction)

class swvo.io.RBMDataSet.identify_orbits.Trajectory(start, end, direction)[source]#

Bases: NamedTuple

start: int#

Alias for field number 0

end: int#

Alias for field number 1

direction: Literal['inbound', 'outbound']#

Alias for field number 2

count(value, /)#

Return number of occurrences of value.

index(value, start=0, stop=sys.maxsize, /)#

Return first index of value.

Raises ValueError if the value is not present.