https://github.com/simonsobs/bbpipe_paper
https://github.com/simonsobs/bbpipe_paper
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonsobs/bbpipe_paper
- Owner: simonsobs
- Created: 2022-05-16T10:16:31.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-13T13:52:08.000Z (over 3 years ago)
- Last Synced: 2024-12-27T04:25:41.682Z (over 1 year ago)
- Language: Python
- Size: 13.2 MB
- Stars: 0
- Watchers: 10
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BB pipeline paper plots
To add a new plot:
- Add all necessary data to the `data` folder. Be minimalistic (e.g. if you are taking the mean and standard deviation of 500 sims and only using that in the plot, then it's best to just upload a file with the mean and standard deviation, than 500 files with all the sims).
- Add a script to `plot_scripts` that uses those data to generate a plot. It should be callable from the root directory. See [plot_scripts/example.py](plot_scripts/example.py) for an example.
- Do not add the plot this generates to the repo. pdf files are not easy to track for git, and they end up taking a huge amount of space.