NASA Logo
Ocean Color Science Software

ocssw V2022
utils.py File Reference

Go to the source code of this file.

Namespaces

 ccsdspy.utils
 

Functions

def get_packet_total_bytes (primary_header_bytes)
 
def get_packet_apid (primary_header_bytes)
 
def iter_packet_bytes (file, include_primary_header=True)
 
def split_packet_bytes (file, include_primary_header=True)
 
def read_primary_headers (file)
 
def split_by_apid (mixed_file, valid_apids=None)
 
def count_packets (file, return_missing_bytes=False)