Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oleskiewicz/polarisation.jl
Julia package for doing polarisation calculations.
https://github.com/oleskiewicz/polarisation.jl
julia
Last synced: 1 day ago
JSON representation
Julia package for doing polarisation calculations.
- Host: GitHub
- URL: https://github.com/oleskiewicz/polarisation.jl
- Owner: oleskiewicz
- License: gpl-3.0
- Created: 2021-01-24T00:00:48.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-21T22:21:17.000Z (almost 4 years ago)
- Last Synced: 2025-01-09T07:28:59.449Z (1 day ago)
- Topics: julia
- Language: Julia
- Homepage: https://oleskiewicz.github.io/Polarisation.jl/dev/
- Size: 127 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Polarisation.jl
![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/oleskiewicz/Polarisation.jl)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://oleskiewicz.github.io/Polarisation.jl/dev)
[![Build Status](https://github.com/oleskiewicz/Polarisation.jl/workflows/CI/badge.svg)](https://github.com/oleskiewicz/Polarisation.jl/actions)Julia package for polarised light calculations, inspired by
[`zmitchell/polarization`](https://github.com/zmitchell/polarization).```julia
using Polarisation.Jones, Unitful# linearly polarised light at 90°, using Unitful.jl
l(90u"°")# left-hand circular polarised beam, going through 3 elements
lhcp | qwp(0) | lp(45u"°") | qwp(90u"°")
```# Roadmap
- write complex interaction tests for Jones calculus
- implement Mueller calculus
- write parser for `polsim` TOML files
- write visualisation functions# References
-
-
-