From 9d0a209ef52a274ec18e16c45c8c9ed36b4271ab Mon Sep 17 00:00:00 2001 From: "Sergey E. Koposov" Date: Sun, 21 Jul 2024 19:09:29 +0100 Subject: [PATCH] add information about neural network interpolator --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 0b5723a..d757f6e 100644 --- a/README.md +++ b/README.md @@ -72,11 +72,21 @@ That will create the spectral configuration called myconf for spectra with wavel This step can take up to an hour, depending on your machine. + * Making the n-d interpolator. That requires the path to the files created at previous step. ``` $ rvs_make_nd --prefix ${PREFIX}/ --setup myconf --revision=v2020x ``` +This will create either a polylinear interpolator or Linear interpolator within Voronoi cells. + +* Neural network interpolator +An alternative to polylinear interpolator is a neural network based interpolator. +This requires running +``` +$ rvs_train_nn_interpolator --dir ${PREFIX}/ --setup myconf +``` + * Making the cross-correlation files