41 int resolution_meters,
54 if (block == NULL || line == NULL || sample == NULL ||
55 som_x == NULL || som_y == NULL)
69 for (i = 0; i < nelement; i++) {
70 status =
misrinv(block[i], line[i], sample[i], &som_x[i], &som_y[i]);
int misr_init(const int nblock, const int nline, const int nsample, const float relOff[NOFFSET], const double ulc_coord[], const double lrc_coord[])
MISR Projection Parameters.
#define MTK_ERR_CODE_JUMP(code)
MTKt_status MtkPathToProjParam(int path, int resolution_meters, MTKt_MisrProjParam *pp)
Get projection parameters.
int misrinv(const int block, const float line, const float sample, double *x, double *y)
MTKt_status MtkBlsToSomXYAry(int path, int resolution_meters, int nelement, const int *block, const float *line, const float *sample, double *som_x, double *som_y)
Convert array from Block, Line, Sample, to SOM Coordinates.
#define MTK_ERR_COND_JUMP(code)