Simons Observatory
The Simons Observatory project maintains an active github organization where all core software tools are publicly available.
Recent Work
-
sotodlib: This is our primary software package with dozens of contributors. My recent work here has focused on interfaces with the TOAST package and work needed to enable batch processing of tasks.
-
so3g: This hybrid C++ / Python package contains our primary interface to the spt3g package for loading data. I recently completed a large migration of these tools from Boost python to pybind11.
-
soconda: This is a collection of conda recipes and helper scripts for deploying our full software stack on both local and HPC computing resources. I created the initial implementation of these tools. In addition to this package, we are actively working to migrate our core software deployment to conda-forge.
-
sopipetest (private): I created this standalone repo of tools for running larger integration tests that are not suitable for continuous integration services.
-
sotask (private): I began this repo as a curated location for TOAST-based workflow and notebook examples.