MISR Toolkit  1.5.1
ease.h
Go to the documentation of this file.
1 #ifndef EASE_H_
2 #define EASE_H_
3 
4 #include <math.h>
5 #define BCEA_COLS25 1383 /* total number of columns for EASE grid */
6 #define BCEA_ROWS25 586 /* total number of rows for EASE grid */
7 #define BCEA_CELL_M 25067.525 /* Cell size for EASE grid */
8 #define BCEA_RE_M 6371228.0 /* Earth radius used in GCTP projection tools for
9  Behrmann Cylindrical Equal Area projection */
10 #define DEFAULT_BCEA_LTRUESCALE 30.00 /*Latitude of true scale in DMS */
11 #define BCEA_COS_PHI1 cos(DEFAULT_BCEA_LTRUESCALE *3.141592653589793238 /180.0)
12 #define PI 3.141592653589793238
13 #define EASE_GRID_DEFAULT_UPLEFT_LON -180.0
14 #define EASE_GRID_DEFAULT_UPLEFT_LAT 86.72
15 #define EASE_GRID_DEFAULT_LOWRGT_LON 180.0
16 #define EASE_GRID_DEFAULT_LOWRGT_LAT -86.72
17 
18 #endif /* #ifndef EASE_H_ */

MISR Toolkit - Copyright © 2005 - 2020 Jet Propulsion Laboratory
Generated on Fri Jun 19 2020 22:49:52