simonsobs / simonsobs/sotodlib
AxisManagers -- Adding Units
Open
@kmharrington is already working on this.
Since Jun 11, 2021.
enhancement
- Dominant language
- Python
- Stars
- 19
- Forks
- 23
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 14
Description
Looking for thoughts on how we might want to encode information in Axis managers that aren't aligned along axes.
The main example I have here are units. We'd like a way to track units of signal. But I could also imagine we might want to encode units of other arrays pointing/encoders in particular.
My first two thoughts on options:
- make
aman['units'] = 'string' - Have some sort of
aman._units = {}that keeps track of{'field_name' : unit}
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.
Assessment
This issue has not been assessed yet.