lspestrip / striptease

Strip TEst Analysis for System Evaluation
MIT License
4 stars 3 forks source link

Add parse_polarimeters function to utilities #95

Closed teozec closed 1 year ago

teozec commented 1 year ago

Hi! This PR adds a utility function to parse a list of polarimeters and board names into a list of polarimeters. It recognizes the "all" keyword, all polarimeter and board names, "Q" for all Q polarimeters, "W" for all W polarimeters, f"{board}Q" and f"{board}W" for all Q or W polarimeters in the board. If there is a more standard nomenclature, especially for the last case, I can change it accordingly. Let me know! Thanks.