ExaGeoStat
ExaGeoStat is a parallel high performance unified framework for geostatistics on manycore systems.
flat_file.h File Reference
#include "MLE_misc.h"

Go to the source code of this file.

Functions

locationreadLocsFile (char *locs_file, int n)
 Read 2D locations from a given. More...
 
double * readObsFile (char *obsfile, int n)
 Read real observation file. More...
 

Detailed Description

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.

Version
1.0.0
Author
Sameh Abdulah
Date
2018-11-11

Definition in file flat_file.h.

Function Documentation

location* readLocsFile ( char *  locs_file,
int  n 
)

Read 2D locations from a given.

flatfile Returns location struct.

Parameters
[in]locs_file2D 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.