simonsobs / simonsobs/sotodlib
Tweak toast_so_convert book output to match data better
Open
@tskisner is already working on this.
Since Feb 19, 2024.
- Dominant language
- Python
- Stars
- 19
- Forks
- 23
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 14
Description
In the output from toast_so_convert, please adjust:
In M_index.yaml:
- Value for
telescopeshould be lower case, e.g. "lat" not "LAT", "satp1" not "SATP1" (and definitely not "SAT1"). - Must include
tube_slot. Values for LAT are, e.g. "i6". The value for all SATs is the same: "st1". sample_rangesis ... not right. Just leave it out, as it's not really needed downstream.
In the frame data:
ancilencoder data (az, el, corotator / boresight) should be in degrees. Issue for the docs is here; sorry to not run it through.- Instead of
corotation_encthe field should be calledcorotator_enc.
(I am also going to modify the book loader to relax the requirement (in 3.4.1) that Scan Frames must contain tes_biases and primary entries.)
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.