Skip to content

lsst/scarlet_lite

Repository files navigation

Scarlet Lite

This package is a re-imagining of the original scarlet deblending package specificaly designed for single instrument surveys where all of the observed images have been reprojected onto the same WCS, with the same pixel grid. Scarlet Lite uses the same algorithm as the original scarlet, as described in Melchior et al. (2018), with a more streamlined architecture that is faster and uses less memory due to the assumptions regarding the observed images.

Outside of the LSST science pipelines this can be installed from the command line using

> pip install .

Inside the LSST science pipelines this can be installed by navigating to the repo directory and entering

> setup -j -r .
> scons

after setting up the lsst environment. To build the docs one must be in the LSST environment and enter

> setup -j -r .
> package-docs build

which will build the docs in the doc/build directory.

About

Lite version of scarlet deblending code tuned for LSST-like images

Resources

License

Stars

Watchers

Forks

Packages

No packages published