Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages