OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
level1a.c File Reference
#include <math.h>
#include "EN_eng_data.h"
#include "FP_failed_pkt_queue.h"
#include "hdfi.h"
#include "L1A_prototype.h"
#include "MS_misc.h"
#include "PC_pcf_info.h"
#include "PGS_IO_L0.h"
#include "PGS_MODIS_35005.h"
#include "PGS_PC.h"
#include "PGS_SMF.h"
#include "PGS_TD.h"
#include "PGS_TYPES.h"
#include "PH_pkt_hdr.h"
#include "VU_vdata_utility.h"
#include "version.h"
#include "smfio.h"
Include dependency graph for level1a.c:

Go to the source code of this file.

Functions

int main ()
 

Variables

char global_input_pointer [MAX_INPUTS][PGSd_PC_VALUE_LENGTH_MAX]
 
int global_VU_ID_TABLE_READY = FALSE
 
int32 global_H_ID
 
PGSt_double global_first_gran_start_time
 
PGSt_double global_last_gran_stop_time
 
PGSt_double global_time_offset_array [5]
 
PGSt_PC_Logical global_L0_logical
 
VU_ID_TABLE global_VU_VDATA_ID [VU_MAX_NUMBER_OF_VDATAS]
 

Function Documentation

◆ main()

int main ( )

Advance the start/stop times for the next granule and

check to see if the last granule was just created

Definition at line 40 of file level1a.c.

Variable Documentation

◆ global_first_gran_start_time

PGSt_double global_first_gran_start_time

Definition at line 30 of file level1a.c.

◆ global_H_ID

int32 global_H_ID

GLOBALS

Definition at line 27 of file level1a.c.

◆ global_input_pointer

char global_input_pointer[MAX_INPUTS][PGSd_PC_VALUE_LENGTH_MAX]

Definition at line 23 of file level1a.c.

◆ global_L0_logical

PGSt_PC_Logical global_L0_logical

Definition at line 35 of file level1a.c.

◆ global_last_gran_stop_time

PGSt_double global_last_gran_stop_time

Definition at line 31 of file level1a.c.

◆ global_time_offset_array

PGSt_double global_time_offset_array[5]

Definition at line 32 of file level1a.c.

◆ global_VU_ID_TABLE_READY

int global_VU_ID_TABLE_READY = FALSE

Definition at line 26 of file level1a.c.

◆ global_VU_VDATA_ID

VU_ID_TABLE global_VU_VDATA_ID[VU_MAX_NUMBER_OF_VDATAS]

Definition at line 36 of file level1a.c.