https://github.com/simonsobs/soopercool
https://github.com/simonsobs/soopercool
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonsobs/soopercool
- Owner: simonsobs
- Created: 2023-03-12T11:30:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T10:33:45.000Z (over 1 year ago)
- Last Synced: 2025-04-10T06:23:41.320Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 18.8 MB
- Stars: 5
- Watchers: 7
- Forks: 4
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation
- 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](https://setuptools.pypa.io/en/latest/userguide/development_mode.html)
- Test SOOPERCOOL
Go to the `pipeline` directory (`cd pipeline`), and run the current pipeline bash script (`./run_all.sh`).