|
MISR Toolkit
1.5.1
|
#include "MisrFileQuery.h"#include "MisrUtil.h"#include "MisrError.h"#include <hdf.h>#include <string.h>#include <stdlib.h>Go to the source code of this file.
Functions | |
| MTKt_status | MtkFileBlockMetaList (const char *filename, int *nblockmeta, char ***blockmetalist) |
| List block metadata structures. More... | |
| MTKt_status | MtkFileBlockMetaListFid (int32 file_id, int *nblockmeta, char ***blockmetalist) |
| Version of MtkFileBlockMetaList that takes an HDF file identifier rather than a filename. More... | |
| MTKt_status MtkFileBlockMetaList | ( | const char * | filename, |
| int * | nblockmeta, | ||
| char *** | blockmetalist | ||
| ) |
List block metadata structures.
MISR_AM1_GRP_TERRAIN_GM_P161_O012115_DF_F03_0021.hdf | [in] | filename | File name |
| [out] | nblockmeta | Number of Block Metadata |
| [out] | blockmetalist | Block Metadata List |
Definition at line 40 of file MtkFileBlockMetaList.c.
| MTKt_status MtkFileBlockMetaListFid | ( | int32 | file_id, |
| int * | nblockmeta, | ||
| char *** | blockmetalist | ||
| ) |
Version of MtkFileBlockMetaList that takes an HDF file identifier rather than a filename.
| [in] | file_id | HDF file identifier |
| [out] | nblockmeta | Number of Block Metadata |
| [out] | blockmetalist | Block Metadata List |
Definition at line 82 of file MtkFileBlockMetaList.c.