simonsobs / simonsobs/sotodlib
obsdb/obsfiledb making without running check book?
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 19
- Forks
- 23
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 14
Description
From a discussion on the FLP call, there's going to be use cases where we want to make obsdbs and obsfiledbs off of subsets of the data. It might be nice to have options where we didn't have to run check book on data we know is already good enough and we just want to put data in databases. Check book opens all the files and takes awhile to run on each 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 code paths that build obsdb and obsfiledb and identify where check book is invoked. Determine how database creation could accept a subset of data without running that validation step; done means the databases can be created from already-validated data while preserving the existing checked path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100