ocssw
V2022
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "hdf.h"
#include "mfhdf.h"
Include dependency graph for regen.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | tilt_struct |
struct | nav_struct |
struct | geonav_struct |
struct | fm_struct |
Macros | |
#define | NBANDS 8 |
#define | MSECHOUR 3600000 |
#define | MSECMIN 60000 |
#define | MSECSEC 1000 |
#define | PFLAG 16 |
#define | MAXATTRS 255 |
#define | MAXVAL 255 |
#define | MALLOC_ERR -5 |
#define | MAXVGPS 6 |
#define | DTYPE "Data Type" |
#define | NSAMP "Pixels per Scan Line" |
#define | NREC "Number of Scan Lines" |
#define | TILTFLAGS "tilt_flags" |
#define | TILTRANGES "tilt_ranges" |
#define | TILTLATS "tilt_lats" |
#define | TILTLONS "tilt_lons" |
#define | PTIME "Processing Time" |
#define | SYEAR "Start Year" |
#define | SDAY "Start Day" |
#define | SMSEC "Start Millisec" |
#define | EYEAR "End Year" |
#define | EDAY "End Day" |
#define | EMSEC "End Millisec" |
#define | PIX_START "LAC Pixel Start Number" |
#define | PIX_SUB "LAC Pixel Subsampling" |
#define | CTIME "Scene Center Time" |
#define | SCLAT "Scene Center Latitude" |
#define | SCLON "Scene Center Longitude" |
#define | SCSOLZ "Scene Center Solar Zenith" |
#define | ULLAT "Upper Left Latitude" |
#define | ULLON "Upper Left Longitude" |
#define | URLAT "Upper Right Latitude" |
#define | URLON "Upper Right Longitude" |
#define | LLLAT "Lower Left Latitude" |
#define | LLLON "Lower Left Longitude" |
#define | LRLAT "Lower Right Latitude" |
#define | LRLON "Lower Right Longitude" |
#define | NORTHLAT "Northernmost Latitude" |
#define | SOUTHLAT "Southernmost Latitude" |
#define | WESTLON "Westernmost Longitude" |
#define | EASTLON "Easternmost Longitude" |
#define | BCLAT "Start Center Latitude" |
#define | ECLAT "End Center Latitude" |
#define | BCLON "Start Center Longitude" |
#define | ECLON "End Center Longitude" |
#define | NCREC "Scene Center Scan Line" |
#define | NFREC "Filled Scan Lines" |
#define | FF_MIS "FF Missing Frames" |
#define | SD_MIS "SDPS Missing Frames" |
#define | PCT_FLAG "Flag Percentages" |
#define | L1SATG1 "Gain 1 Saturated Pixels" |
#define | L1SATG2 "Gain 2 Saturated Pixels" |
#define | L1NSATG1 "Gain 1 Non-Saturated Pixels" |
#define | L1NSATG2 "Gain 2 Non-Saturated Pixels" |
#define | L1ZEROS "Zero Pixels" |
#define | L1MEANR1 "Mean Gain 1 Radiance" |
#define | L1MEANR2 "Mean Gain 2 Radiance" |
#define | TILT_STRUCT |
#define | NAV_STRUCT |
#define | GEO_STRUCT |
#define | FM_STRUCT |
Variables | |
char | ERR_MSG [255] |
Macro Definition Documentation
◆ BCLAT
◆ BCLON
◆ CTIME
◆ DTYPE
◆ EASTLON
◆ ECLAT
◆ ECLON
◆ EDAY
◆ EMSEC
◆ EYEAR
◆ FF_MIS
◆ FM_STRUCT
◆ GEO_STRUCT
◆ L1MEANR1
◆ L1MEANR2
◆ L1NSATG1
◆ L1NSATG2
◆ L1SATG1
◆ L1SATG2
◆ L1ZEROS
◆ LLLAT
◆ LLLON
◆ LRLAT
◆ LRLON
◆ MALLOC_ERR
◆ MAXATTRS
◆ MAXVAL
◆ MAXVGPS
◆ MSECHOUR
◆ MSECMIN
◆ MSECSEC
◆ NAV_STRUCT
◆ NBANDS
◆ NCREC
◆ NFREC
◆ NORTHLAT
◆ NREC
◆ NSAMP
◆ PCT_FLAG
◆ PFLAG
◆ PIX_START
◆ PIX_SUB
◆ PTIME
◆ SCLAT
◆ SCLON
◆ SCSOLZ
◆ SD_MIS
◆ SDAY
◆ SMSEC
◆ SOUTHLAT
◆ SYEAR
◆ TILT_STRUCT
◆ TILTFLAGS
◆ TILTLATS
◆ TILTLONS
◆ TILTRANGES
◆ ULLAT
◆ ULLON
◆ URLAT
◆ URLON
◆ WESTLON
Variable Documentation
◆ ERR_MSG
char ERR_MSG[255] |
Definition at line 119 of file extract_sub.c.