ocssw
V2022
|
write_scan.c
Go to the documentation of this file.
138 sprintf(msg,"The Scan Level Metadata could not be written to the L1A granule: %s scan number: %d",
180 sprintf(msg,"The Pixel Quality Data could not be written to the L1A granule: %s scan number %d",
249 sprintf(msg,"The Discarded Packets could not be written to the L1A granule: %s scan number: %d",
PGSt_SMF_status write_scan(MODFILE *L1A_file_ptr, SC_SCAN_DATA_t *L1A_scan, MD_SCAN_MET_t *scan_meta, SC_PIXEL_QUALITY_DATA_t *pix_qual, FP_QUEUE_t failed_pkts, EN_VDATA_TYPE_t *eng_data)
Definition: write_scan.c:12
PGSt_SMF_status write_failed_packets(FP_QUEUE_t failed_pkts)
Definition: write_failed_packets.c:10
PGSt_SMF_status write_eng_data(EN_VDATA_TYPE_t *eng_data)
Definition: write_eng_data.c:10
PGSt_SMF_status write_scan_data(MODFILE *L1A_file_ptr, SC_SCAN_DATA_t *L1A_scan, int16 scan_num, char *scan_type)
Definition: write_scan_data.c:11
PGSt_SMF_status write_scan_metadata(MODFILE *L1A_file_ptr, MD_SCAN_MET_t *scan_meta)
Definition: write_scan_metadata.c:8
Definition: SC_scan.h:204
void log_fmt_msg(PGSt_SMF_status code, const char *routine, const char *msg_fmt,...)
Definition: log_fmt_msg.c:6
Definition: EN_eng_data.h:122
Definition: SC_scan.h:254
Definition: MD_metadata.h:216
PGSt_SMF_status write_pix_qual(MODFILE *L1A_file_ptr, SC_PIXEL_QUALITY_DATA_t *pix_qual, int16 scan_num)
Definition: write_pix_qual.c:10