GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-847944e18e
|
#include <stdio.h>
#include <math.h>
#include <errno.h>
#include <grass/gis.h>
#include <grass/raster.h>
#include <grass/bitmap.h>
#include <grass/linkm.h>
#include <grass/interpf.h>
#include <grass/glocale.h>
Go to the source code of this file.
Macros | |
#define | MULT 100000 |
Functions | |
int | IL_output_2d (struct interp_params *params, struct Cell_head *cellhd, double zmin, double zmax, double zminac, double zmaxac, double c1min, double c1max, double c2min, double c2max, double gmin UNUSED, double gmax UNUSED, double ertot, char *input, double dnorm, int dtens, int vect, int n_points) |
Definition in file output2d.c.
#define MULT 100000 |
Definition at line 30 of file output2d.c.
int IL_output_2d | ( | struct interp_params * | params, |
struct Cell_head * | cellhd, | ||
double | zmin, | ||
double | zmax, | ||
double | zminac, | ||
double | zmaxac, | ||
double | c1min, | ||
double | c1max, | ||
double | c2min, | ||
double | c2max, | ||
double gmin | UNUSED, | ||
double gmax | UNUSED, | ||
double | ertot, | ||
char * | input, | ||
double | dnorm, | ||
int | dtens, | ||
int | vect, | ||
int | n_points | ||
) |
Creates output files as well as history files and color tables for them.
ertot can be also called RMS deviation of the interpolated surface.
cellhd | current region |
zmax | min,max input z-values |
c1max | min,max interpolated values |
ertot | total interpolating func. error |
input | input file name |
dnorm | normalization factor |
Definition at line 57 of file output2d.c.