Contains:
Description of the code
How to install
Description: Code to find optimum smoothing for continuum absorption and photodissociation spectra.
How to install: This method works for linux machines and should work for Mac OS. If you are running Windows, Windows Subsystem for Linux is recomended here.
In terminal create a directory named 'binslt' and download this repository. Enter this directory, running:
$ls
Should return:
exosmooth dist examples pyproject.toml README.md
and run in terminal:
$pip install .
Don't skip the "."
If you wish to make changes to the code while using it:
pip install -e .
Any problems can be reported to [email protected]