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

fmrilab/UnitfulMR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages