simonsobs / sodetlib

Tools for performing core instrument testing, quality control, and analysis tasks.
BSD 2-Clause "Simplified" License
5 stars 0 forks source link

Adds dev-cfg defaults for bias_steps and take_bgmap #404

Open jlashner opened 8 months ago

jlashner commented 8 months ago

This does the same thing we did for the take_iv function, moving configuration params for take_bias_steps and take_bgmap into separate dataclasses so they can be more easily updated with defaults from the device cfg. This also simplifies a bit the storage of run config params and the passing of shared params between take_bgmap and take_bais_steps.

This has not yet been tested.