#include "MisrReadData.h"
#include "MisrFileQuery.h"
#include "MisrUtil.h"
#include "MisrError.h"
#include <string.h>
#include <stdlib.h>
#include <math.h>
#include <hdf.h>
#include <HdfEosDef.h>
Go to the source code of this file.
|
MTKt_status | MtkReadL2TCCloud (const char *filename, const char *gridname, const char *fieldname, MTKt_Region region, MTKt_DataBuffer *databuf, MTKt_MapInfo *mapinfo) |
| Reads, unpacks and unscales TC_CLOUD grid/fields from a MISR L2 TC_CLOUD product file. More...
|
|
MTKt_status | MtkReadL2TCCloudFid (int32 fid, const char *gridname, const char *fieldname, MTKt_Region region, MTKt_DataBuffer *databuf, MTKt_MapInfo *mapinfo) |
| Version of MtkReadL2TCCloud that takes and HDF-EOS file identifier rather than a filename. More...
|
|
◆ _GNU_SOURCE
◆ MtkReadL2TCCloud()
Reads, unpacks and unscales TC_CLOUD grid/fields from a MISR L2 TC_CLOUD 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 39 of file MtkReadL2TCCloud.c.
◆ MtkReadL2TCCloudFid()
Version of MtkReadL2TCCloud that takes and HDF-EOS file identifier rather than a filename.
- 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 78 of file MtkReadL2TCCloud.c.