This folder has information on the instrument model we used for the S4 design tool simulations. The pdf describes all the fields and the structure of the current model, and the toml file is the output hardware model:
https://drive.google.com/drive/folders/1ohjGyjlbHgDh0z6iwzAtDwgoMBuaj08w?usp=sharing
The instrument model itself is defined by the code in config.py and sim.py here:
https://github.com/CMB-S4/s4sim/tree/85-tube_LAT/s4sim/hardware
config.py defines the structure and the default values of the instrument model. We are working toward making all the hard-coded values in this come from an input file, which would be what could possibly be shared with bolocalc. sim.py mainly deals with the layout of wafers and tubes, so is likely not as relevant.