A supplemental units package of Julia's Unitful.jl for magnetic resonance (MR) usages.
After importing:
julia> using Unitful, UnitfulMR
julia> (1u"Gauss" == 100u"μT") && (1u"Gauss" == 1e-4u"T")
true
- ppm (to be added)
- (More. You are welcomed to contribute.)
Unitful.jl seems to encourage making extension packages, for lighter modules and cleaner namespaces, rather than suggesting individual units to be added to it.