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.