UnitfulMR.jl

Author fmrilab
Popularity
0 Stars
Updated Last
1 Year Ago
Started In
July 2019

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.

Used By Packages