#include "MisrReadData.h"
#include "MisrFileQuery.h"
#include "MisrUtil.h"
#include "MisrError.h"
#include <string.h>
#include <ctype.h>
#include <math.h>
#include <hdf.h>
#include <HdfEosDef.h>
Go to the source code of this file.
|
MTKt_status | MtkReadL1B2 (const char *filename, const char *gridname, const char *fieldname, MTKt_Region region, MTKt_DataBuffer *databuf, MTKt_MapInfo *mapinfo) |
| Reads, unpacks and unscales any L1B2 grid/field from a MISR L1B2 product file. More...
|
|
MTKt_status | MtkReadL1B2Fid (int32 fid, const char *gridname, const char *fieldname, MTKt_Region region, MTKt_DataBuffer *databuf, MTKt_MapInfo *mapinfo) |
| Version of MtkReadL1B2 that takes an HDF-EOS file identifier rather than a filename. MISR L1B2 product file. More...
|
|
◆ __USE_BSD
◆ MtkReadL1B2()
Reads, unpacks and unscales any L1B2 grid/field from a MISR L1B2 product file.
- Returns
- MTK_SUCCESS if successful.
- Special Note
- Typically this function is not called directly. Instead use MtkReadData().
- Parameters
-
[in] | filename | File name |
[in] | gridname | Grid name |
[in] | fieldname | Field name |
[in] | region | Region |
[out] | databuf | Data buffer |
[out] | mapinfo | Mapinfo |
Definition at line 41 of file MtkReadL1B2.c.
◆ MtkReadL1B2Fid()
Version of MtkReadL1B2 that takes an HDF-EOS file identifier rather than a filename. MISR L1B2 product file.
- Returns
- MTK_SUCCESS if successful.
- Parameters
-
[in] | fid | HDF-EOS file identifier |
[in] | gridname | Grid name |
[in] | fieldname | Field name |
[in] | region | Region |
[out] | databuf | Data buffer |
[out] | mapinfo | Mapinfo |
Definition at line 81 of file MtkReadL1B2.c.