pub fn parse_dynamic_power_coefficient(
    s: &str
) -> Result<BTreeMap<usize, u32>, String>