simonsobs/sotodlib

More specific "type" checking for `ctx.get_meta` and `ctx.get_obs`

Open

#1,290 opened on Jul 14, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (23 forks)auto 404
good first issuequestion

Repository metrics

Stars
 (17 stars)
PR merge metrics
 (PR metrics pending)

Description

Based on helping debug long context metadata loading error messages, could we have ctx.get_obs and ctx.get_meta` look at the input observation ID and see if it's actually a well formatted obs-id and not some other random string?

Contributor guide