MISR Toolkit
1.5.1
|
#include "MisrFileQuery.h"
#include "MisrError.h"
#include <stdio.h>
#include <string.h>
#include <ctype.h>
Go to the source code of this file.
Functions | |
MTKt_status | MtkMakeFilename (const char *basedir, const char *product, const char *camera, int path, int orbit, const char *version, char **filename) |
Given a base directory, product, camera, path, orbit, version. More... | |
MTKt_status MtkMakeFilename | ( | const char * | basedir, |
const char * | product, | ||
const char * | camera, | ||
int | path, | ||
int | orbit, | ||
const char * | version, | ||
char ** | filename | ||
) |
Given a base directory, product, camera, path, orbit, version.
The camera
parameter can be set to NULL if product is not by camera. The orbit
parameter can be set to 0 if product is not by orbit. The basedir
parameter can be set to "." for current or no directory specified.
misr_products/MISR_AM1_GRP_TERRAIN_GM_P161_O012115_DF_F03_0021.hdf
misr_products/MISR_AM1_GP_GMP_P037_O014845_F02_0009.hdf
filename
[in] | basedir | Base Directory |
[in] | product | Product |
[in] | camera | Camera |
[in] | path | Path |
[in] | orbit | Orbit |
[in] | version | Version |
[out] | filename | Filename |
Definition at line 49 of file MtkMakeFilename.c.