lsst-camera-dh / ghosts

Simulate Rubin LSST ghosts image
Other
0 stars 0 forks source link

ghosts

Analyzing ghosts from the CCOB Narrow beam and beyond

Read documentation on ReadTheDocs: latest

Install

conda, then pip

> git clone https://github.com/bregeon/ghosts.git
or
> git clone git@github.com:bregeon/ghosts.git
> cd ghosts
> conda env create -f environment.yml
> conda activate ghosts
> pip install -r requirements.txt
> pip install -e .

pip only

> conda create -n my_ghosts_env python=3.9
> git clone https://github.com/bregeon/ghosts.git
or
> git clone git@github.com:bregeon/ghosts.git
> cd ghosts
> pip install -r requirements.txt
> pip install -e .

People

License, Contributing etc

The code in this repository is available for re-use under the GPL v3 license.

See code coverage at: codecov