An open API service indexing awesome lists of open source software.

https://github.com/magneticparticleimaging/mpiui.jl


https://github.com/magneticparticleimaging/mpiui.jl

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# MPIUI

![MPIUI Example Screenshots](assets/mpilab.png)

[![CI](https://github.com/tknopp/MPIUI.jl/workflows/CI/badge.svg)](https://github.com/tknopp/MPIUI.jl/actions?query=workflow%3ACI)

## MPI Packages Build Status

| **ImageUtils** | **RegularizedLeastSquares** | **SparsityOperators** | **MPIFiles** | **MPIReco** | **MPIMeasurements** |
|:----------------:|:----------------:| :----------------:|:----------------:|:----------------:|:----------------:|
| [![CI](https://github.com/tknopp/ImageUtils.jl/workflows/CI/badge.svg)](https://github.com/tknopp/ImageUtils.jl/actions?query=workflow%3ACI) | [![CI](https://github.com/tknopp/RegularizedLeastSquares.jl/workflows/CI/badge.svg)](https://github.com/tknopp/RegularizedLeastSquares.jl/actions?query=workflow%3ACI) | [![CI](https://github.com/tknopp/SparsityOperators.jl/workflows/CI/badge.svg)](https://github.com/tknopp/SparsityOperators.jl/actions?query=workflow%3ACI) | [![CI](https://github.com/MagneticParticleImaging/MPIFiles.jl/workflows/CI/badge.svg)](https://github.com/MagneticParticleImaging/MPIFiles.jl/actions?query=workflow%3ACI) | [![CI](https://github.com/MagneticParticleImaging/MPIReco.jl/workflows/CI/badge.svg)](https://github.com/MagneticParticleImaging/MPIReco.jl/actions?query=workflow%3ACI) | [![CI](https://github.com/MagneticParticleImaging/MPIMeasurements.jl/workflows/CI/badge.svg)](https://github.com/MagneticParticleImaging/MPIMeasurements.jl/actions?query=workflow%3ACI) |

## Installation
```julia
using Pkg
Pkg.add(url="https://github.com/tknopp/MPIUI.jl.git")
```