maser.data.cdpp.ccsds

Python module to define classes for CCSDS Date formats in use with CDPP deep archive data (http://cdpp-archive.cnes.fr). @author: B.Cecconi(LESIA)

Functions

decode_ccsds_date(p_field, t_field[, epoch])

Decode a CCSDS time format into a CCSDSDate derived object.

from_binary_coded_decimal([value])

to_binary_coded_decimal([value])

Classes

CCSDSDate(p_field, t_field)

Base Class for CCSDS time format object.

CCSDSDateCCS(p_field, t_field)

Class for CCSDS CCS (Level 1) time format object.

CCSDSDateCDS(p_field, t_field[, epoch])

Class for CCSDS CDS (Level 1) time format object.

CCSDSDateCUC(p_field, t_field)

Class for CCSDS CUC (Level 1) time format object.