Package for the study of tessellation of the sphere.
To install the package follow these instructions.
- Clone the repository
git clone git@github.com:spacetelescope/skymap.git
- Change directory
cd skymap
- Create an environment with the environment.yml file:
conda env create -f environment.yml
Then activate the environment:
conda activate skymap
- Install the asdf package
conda install -c astropy asdf
- Install the skymap package:
pip install -e .
- You should now be able to open a notebook and use the package.
cd notebook
jupyter-lab Tessellation.ipynb jupyter-lab Skymap.ipynb