Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Jul 21, 2024
1 parent 9d0a209 commit 0e3a1d7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ This requires running
```
$ rvs_train_nn_interpolator --dir ${PREFIX}/ --setup myconf
```

instead of rvs_make_nd.
When doing the fitting, you may also set this
environmental variable RVS_NN_DEVICE=cpu to force the code to run on cpu.

* Making the cross-correlation files

Expand Down Expand Up @@ -231,7 +233,8 @@ To run on DESI data use rvs_desi_fit or rvs_weave_fit

By default rvspecfit uses the multi-dimensional linear interpolation with Delaunay
triangulation. It also supports the multilinear interpolation if
the input grid is organized as a true n-D grid without gaps
the input grid is organized as a true n-D grid without gaps.
The alternative interpolation method is Neural Network based.

## Other template libraries

Expand Down

0 comments on commit 0e3a1d7

Please sign in to comment.