Some useful scripts for MPM MRI data
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
An installation of a recent version of julia
.
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!