Skip to content

Commit

Permalink
add information about neural network interpolator
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Jul 21, 2024
1 parent 6b19e65 commit 9d0a209
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9d0a209

Please sign in to comment.