simonsobs / simonsobs/sotodlib
Modularize ML Mapmaking tools
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 19
- Forks
- 23
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 14
Description
In preparation for "feeding" the mapmaker with data in different formats, we should move some of the helper functions into a separate file (perhaps mapmaking_utils.py?). These functions should have docstrings. The main MLMapmaker class can then be refactored slightly so that the build_obs() method can accept either a local AxisManager with pre-defined members (e.g. "signal", "timestamps") or the local piece of a toast.Observation.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the MLMapmaker class and its build_obs() method, then identify the helper functions proposed for extraction into mapmaking_utils.py. Read the AxisManager and toast.Observation input expectations before refactoring. Done means the helpers have docstrings and build_obs() accepts both the local AxisManager form and a local toast.Observation piece.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data, machine-learning
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100