mescla.types.WaterChemistry¶ class mescla.types.WaterChemistry(data, species=None, index=None, units='mg/L', sigma=None, censored=None)[source]¶ Bases: ChemTable Chemistry of mixed water samples – the waters whose origin you want to explain. Parameters: data (ndarray) species (tuple[str, ...]) index (tuple[str, ...]) units (Any) sigma (ndarray | None) censored (ndarray | None) property samples: tuple[str, ...]¶ Alias for index, reading better at the call site.