Introduction#
GridPolator is a library for interpolating grids of stellar spectra.
Installation#
To install using pip:
pip install gridpolator
or in development mode:
git clone https://github.com/VSPEC-collab/GridPolator.git
cd GridPolator
pip install -e .
or get a specific release (e.g. v0.1.0):
pip install git+https://github.com/VSPEC-collab/GridPolator.git@v0.4.0
Getting started#
The main class that users interact with is GridSpectra, which can be initialized many ways. To make a custom interpolator with your own grid, follow Intro to Grids. Otherwise, see the other examples to learn about initializing one of the built-in grids.