Due to the lapse in federal government funding, NASA is not updating this website. We sincerely regret this inconvenience.
NASA Logo
Ocean Color Science Software

ocssw V2022
constants.py
Go to the documentation of this file.
1 """Constants used in the CCSDSPy package."""
2 
3 # Number of bits in a byte
4 BITS_PER_BYTE = 8
5 
6 # Number of bytes in a CCSDS primary headero
7 PRIMARY_HEADER_NUM_BYTES = 6