simonsobs / simonsobs/sotodlib
make_hkaman makes a seperate aman for each 372 feed
Open
@sanahabhimani is already working on this.
Since Apr 18, 2023.
- Dominant language
- Python
- Stars
- 19
- Forks
- 23
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 14
Description
Tried loading up some LATR thermometry data with the new code in hk_utils that was merged recently and I noticed that every feed from a Lakeshore 372 gets put into a separate sub-axis manager. This does make sence because of the way that the 372's sample but from a UX perspective its not ideal.
Would it be possible to either:
- Treat the 372s as a special case and bin/interpolate them so the feeds are cosampled
- Add in some sort of flag/config option to tell
get_hkamanto bin/interpolate a subset of feeds - Some other solution?
Don't think this is that big of a deal since it isn't technically doing anything incorrect, but it does make things a bit clunky.
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.