lukeje / MPMtools.jl

Some useful scripts for MPM MRI data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MPMtools.jl

Some useful scripts for MPM MRI data

Installation

This project is not currently listed in the julia package management system, and thus must be manually installed. One way to do this is using an environment.

First clone the repository on the command line:

git clone https://github.com/lukeje/MPMtools.jl/
julia # open julia REPL

then in the julia REPL run

using Pkg
Pkg.activate("MPMtools.jl")
Pkg.instantiate()

The environment can then be used within julia by running

using Pkg
Pkg.activate("MPMtools.jl")
using MPMtools

Requirements

An installation of a recent version of julia.

Current status

This repository is a result of me wanting to try out the julia language. As I'm still new to the language, I make no guarantees that the scripts work as expected!

About

Some useful scripts for MPM MRI data

License:GNU General Public License v3.0


Languages

Language:Julia 100.0%