sarkit.cphd.Reader.read_pvps

Reader.read_pvps(channel_identifier, *, start_vector=None, stop_vector=None, out=None)

Read pvp data from a CPHD file

Parameters:
channel_identifierstr

Channel unique identifier

start_vectorint or None, optional

Lowest vector index to retrieve (inclusive). If None, defaults to first vector.

stop_vectorint or None, optional

Highest vector index to retrieve (exclusive). If None, defaults to one after last vector.

outndarray or None, optional

Array to store read data. If None, a new array will be created.

Returns:
ndarray

CPHD PVP array