Go to the documentation of this file.
24 static double r_major;
25 static double r_minor;
26 static double lon_center;
27 static double e0,e1,e2,e3;
30 static double false_northing;
31 static double false_easting;
61 lon_center = center_lon;
62 false_northing = false_north;
63 false_easting = false_east;
65 temp = r_minor / r_major;
73 sincos(lat1,&sinphi,&cosphi);
86 sincos(lat2,&sinphi,&cosphi);
90 ns = (ms1 - ms2) / (ml2 - ml1);
98 rh = r_major * (
g - ml0);
143 rh1 = r_major * (
g -
ml);
145 *
x = false_easting + rh1 * sin(theta);
146 *
y = false_northing + rh - rh1 * cos(theta);
void gctp_print_origin(double A)
void gctp_print_title(const char *proj_name)
double gctp_calc_e2(double x)
long eqconfor(double lon, double lat, double *x, double *y)
README for MOD_PR02AQUA(AQUA) Version to set to For disabling creating and output data sets when in night mode
#define GCTP_PRINT_ERROR(format,...)
void gctp_print_stparl1(double A)
double adjust_lon(double x)
void gctp_print_stanparl(double A, double B)
double gctp_calc_e0(double x)
void gctp_print_offsetp(double A, double B)
double gctp_calc_e3(double x)
double gctp_calc_e1(double x)
void gctp_print_radius2(double radius1, double radius2)
void gctp_print_cenlonmer(double A)
double gctp_calc_small_radius(double eccent, double sinphi, double cosphi)
long eqconforint(double r_maj, double r_min, double lat1, double lat2, double center_lon, double center_lat, double false_east, double false_north, long mode)
double gctp_calc_dist_from_equator(double e0, double e1, double e2, double e3, double phi)