MISR Toolkit
1.5.1
|
Go to the source code of this file.
Functions | |
MTKt_status | MtkFileBlockMetaFieldRead (const char *filename, const char *blockmetaname, const char *fieldname, MTKt_DataBuffer *blockmetabuf) |
Read a block metadata field. More... | |
MTKt_status | MtkFileBlockMetaFieldReadFid (int32 file_id, const char *blockmetaname, const char *fieldname, MTKt_DataBuffer *blockmetabuf) |
Version of MtkFileBlockMetaFileRead that takes an HDF file identifier rather than a filename. More... | |
MTKt_status MtkFileBlockMetaFieldRead | ( | const char * | filename, |
const char * | blockmetaname, | ||
const char * | fieldname, | ||
MTKt_DataBuffer * | blockmetabuf | ||
) |
Read a block metadata field.
lock_coor_ulc_som_meter.x
from the PerBlockMetadataCommon
block metadata structure in the file MISR_AM1_GRP_TERRAIN_GM_P161_O012115_DF_F03_0021.hdf
transform.ref_time
field in the PerBlockMetadataRad
structure the two strings are concatenated, and there is no terminating NULL. [in] | filename | Filename |
[in] | blockmetaname | Block metadata structure name |
[in] | fieldname | Field name |
[out] | blockmetabuf | Block metadata values |
Definition at line 40 of file MtkFileBlockMetaFieldRead.c.
MTKt_status MtkFileBlockMetaFieldReadFid | ( | int32 | file_id, |
const char * | blockmetaname, | ||
const char * | fieldname, | ||
MTKt_DataBuffer * | blockmetabuf | ||
) |
Version of MtkFileBlockMetaFileRead that takes an HDF file identifier rather than a filename.
[in] | file_id | HDF file identifier |
[in] | blockmetaname | Block metadata structure name |
[in] | fieldname | Field name |
[out] | blockmetabuf | Block metadata values |
Definition at line 84 of file MtkFileBlockMetaFieldRead.c.