From 9520dc757715545868d77da3fe91ff039ac72597 Mon Sep 17 00:00:00 2001 From: Sergey Koposov Date: Sat, 7 Dec 2024 23:30:35 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c0e622..83fd316 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,7 @@ After that you should be able to use rvspecfit. + ## Code example You need just a few commands @@ -247,4 +248,4 @@ The alternative interpolation method is Neural Network based. ## Other template libraries -You can substitute PHOENIX by your own library of synthetic spectra. The only thing needed there is a wavelength file and a collection of fits files with spectra and stellar parameter information in the headers. You can then use rvs_read_grid to create a database of spectra and then follow the same steps as with PHOENIX \ No newline at end of file +You can substitute PHOENIX by your own library of synthetic spectra. The only thing needed there is a wavelength FITS file and a collection of FITS files with spectra and stellar parameter information in the headers (i.e. LOGG, TEFF keywords etc). You can then use rvs_read_grid to create a database of spectra and then follow the same steps as with PHOENIX