OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
l0chunk_modis.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <PGS_TD.h>
Include dependency graph for l0chunk_modis.c:

Go to the source code of this file.

Macros

#define buffsize_mb   0.5
 
#define primary_hdr_size   6
 
#define basename(s)   (strrchr((s), '/') == NULL ? (s) : strrchr((s), '/') + 1)
 

Functions

int main (int argc, char *argv[])
 

Macro Definition Documentation

◆ basename

#define basename (   s)    (strrchr((s), '/') == NULL ? (s) : strrchr((s), '/') + 1)

Definition at line 29 of file l0chunk_modis.c.

◆ buffsize_mb

#define buffsize_mb   0.5

Definition at line 26 of file l0chunk_modis.c.

◆ primary_hdr_size

#define primary_hdr_size   6

Definition at line 27 of file l0chunk_modis.c.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

An implementation of a Lon/Lat to UTM zone code written by Chuck Gantz chuck.nosp@m..gan.nosp@m.tz@gl.nosp@m.obal.nosp@m.star..nosp@m.com ...in 1998...found on http://www.gpsy.com/gpsinfo/geotoutm/, a site published by Karen Nakamura, last updated 22 June 2000.

Minor modifications to the code were made to eliminate deprecation warnings

Definition at line 31 of file l0chunk_modis.c.