From 93e90f38e5defaea87e1f556bffefc7010b3c3eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mirko=20M=C3=A4licke?= Date: Thu, 24 Nov 2022 19:52:57 +0100 Subject: [PATCH] add variogram params as sample input --- in/variogram.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 in/variogram.json diff --git a/in/variogram.json b/in/variogram.json new file mode 100644 index 0000000..466ceba --- /dev/null +++ b/in/variogram.json @@ -0,0 +1,6 @@ +{ + "model": "exponential", + "n_lags": 5, + "maxlag": "median", + "bin_func": "uniform" +} \ No newline at end of file