OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
misrproj.h File Reference

Go to the source code of this file.

Macros

#define D2R   1.745329251994328e-2
 
#define NBLOCK   180
 
#define NOFFSET   NBLOCK - 1
 
#define NPROJ   13
 
#define R2D   57.2957795131
 
#define STRLEN   200
 

Functions

int misr_init (const int nblock, const int nline, const int nsample, const float relOff[NOFFSET], const double ulc_coord[], const double lrc_coord[])
 
int misrfor (const double x, const double y, int *block, float *line, float *sample)
 
int misrinv (const int block, const float line, const float sample, double *x, double *y)
 

Macro Definition Documentation

#define D2R   1.745329251994328e-2

Definition at line 8 of file misrproj.h.

#define NBLOCK   180

Definition at line 5 of file misrproj.h.

#define NOFFSET   NBLOCK - 1

Definition at line 6 of file misrproj.h.

#define NPROJ   13

Definition at line 9 of file misrproj.h.

#define R2D   57.2957795131

Definition at line 7 of file misrproj.h.

#define STRLEN   200

Definition at line 4 of file misrproj.h.

Function Documentation

int misr_init ( const int  nblock,
const int  nline,
const int  nsample,
const float  relOff[NOFFSET],
const double  ulc_coord[],
const double  lrc_coord[] 
)
int misrfor ( const double  x,
const double  y,
int *  block,
float *  line,
float *  sample 
)
int misrinv ( const int  block,
const float  line,
const float  sample,
double *  x,
double *  y 
)