Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dainakai/particleholography.jl
- Owner: dainakai
- License: mit
- Created: 2024-05-07T14:59:33.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T06:53:42.000Z (7 months ago)
- Last Synced: 2024-05-22T07:41:58.345Z (7 months ago)
- Topics: gpu, holography, julia
- Language: Julia
- Homepage: https://dainakai.github.io/ParticleHolography.jl/stable/
- Size: 46.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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")
```