MISR Toolkit
1.5.1
|
#include "MisrFileQuery.h"
#include "MisrUtil.h"
#include "MisrError.h"
#include <hdf.h>
#include <string.h>
Go to the source code of this file.
Functions | |
MTKt_status | MtkFileBlockMetaFieldList (const char *filename, const char *blockmetaname, int *nfields, char **fieldlist[]) |
Read list of fields in a block metadata structure. More... | |
MTKt_status | MtkFileBlockMetaFieldListFid (int32 file_id, const char *blockmetaname, int *nfields, char **fieldlist[]) |
Version of MtkFileBlockMetaFieldList that takes an HDF file identifier rather than a filename. More... | |
MTKt_status MtkFileBlockMetaFieldList | ( | const char * | filename, |
const char * | blockmetaname, | ||
int * | nfields, | ||
char ** | fieldlist[] | ||
) |
Read list of fields in a block metadata structure.
PerBlockMetadataCommon
structure in the file MISR_AM1_GRP_TERRAIN_GM_P161_O012115_DF_F03_0021.hdf
[in] | filename | Filename |
[in] | blockmetaname | Block metadata structure name |
[out] | nfields | Number of Fields |
[out] | fieldlist | List of Fields |
Definition at line 39 of file MtkFileBlockMetaFieldList.c.
MTKt_status MtkFileBlockMetaFieldListFid | ( | int32 | file_id, |
const char * | blockmetaname, | ||
int * | nfields, | ||
char ** | fieldlist[] | ||
) |
Version of MtkFileBlockMetaFieldList that takes an HDF file identifier rather than a filename.
[in] | file_id | HDF file identifier |
[in] | blockmetaname | Block metadata structure name |
[out] | nfields | Number of Fields |
[out] | fieldlist | List of Fields |
Definition at line 84 of file MtkFileBlockMetaFieldList.c.