- Install SOOPERCOOL
git clone git@github.com:simonsobs/SOOPERCOOL.git
cd SOOPERCOOL
pip install -e .
-e option will install local src with development/editable mode
- Test SOOPERCOOL
Go to the
pipelinedirectory (cd pipeline), and run the current pipeline bash script (./run_all.sh).