This guide explains how to install and set up CleanLab.
CleanLab requires Python 3.9 or later and the following dependencies:
numpyscipymatplotlibastropytqdmtabulate
bash
git clone https://github.com/<your-username>/CleanLab.git
cd CleanLab
pip install -r requirements.txt
To verify CleanLab is working, run:
./CLEAN --help
You should see the command-line help message printed in your terminal.
- The repository includes example FITS files under images/ for quick testing.
- Output FITS files (
clean_image.fits,residual_image.fits, etc.) are ignored by Git but generated automatically when you run the pipeline.