ExaGeoStat
ExaGeoStat is a parallel high performance unified framework for geostatistics on manycore systems.
|
#include "MLE_misc.h"
Go to the source code of this file.
Functions | |
location * | readLocsFile (char *locs_file, int n) |
Read 2D locations from a given. More... | |
double * | readObsFile (char *obsfile, int n) |
Read real observation file. More... | |
Copyright (c) 2017-2018 King Abdullah University of Science and Technology All rights reserved.
ExaGeoStat is a software package provided by KAUST
Heade file of auxiliary functions that are used to read and process flat files.
Definition in file flat_file.h.
location* readLocsFile | ( | char * | locs_file, |
int | n | ||
) |
Read 2D locations from a given.
flatfile Returns location struct.
[in] | locs_file | 2D location file. |
[in] | n | : number of spatial locations. |
Definition at line 22 of file flat_file.c.
double* readObsFile | ( | char * | obsfile, |
int | n | ||
) |
Read real observation file.
Definition at line 74 of file flat_file.c.