Skip to content
This repository was archived by the owner on Jun 1, 2021. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 748 Bytes

File metadata and controls

26 lines (17 loc) · 748 Bytes

UnitfulMR

A supplemental units package of Julia's Unitful.jl for magnetic resonance (MR) usages.

Defined units and usage

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.)

Why making this package

Unitful.jl seems to encourage making extension packages, for lighter modules and cleaner namespaces, rather than suggesting individual units to be added to it.