Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dainakai/particleholography.jl

ParticleHolography.jl: Holographic particle measurement in Julia.
https://github.com/dainakai/particleholography.jl

gpu holography julia

Last synced: about 1 month ago
JSON representation

ParticleHolography.jl: Holographic particle measurement in Julia.

Awesome Lists containing this project

README

        

# ParticleHolography

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://dainakai.github.io/ParticleHolography.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://dainakai.github.io/ParticleHolography.jl/dev/)
[![Build Status](https://github.com/dainakai/ParticleHolography.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/dainakai/ParticleHolography.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/dainakai/ParticleHolography.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/dainakai/ParticleHolography.jl)

Documentation for [ParticleHolography](https://github.com/dainakai/ParticleHolography.jl).

A package for particle measurement using inline holography. Please refer to the [documentation](https://dainakai.github.io/ParticleHolography.jl/stable/) for more information.

## Installation

```julia
using Pkg
Pkg.add("ParticleHolography")
```