Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.2%) to scientific vocabulary
Last synced: 7 months ago
·
JSON representation
·
Repository
Simple library for matrix optics calculation
Basic Info
- Host: GitHub
- Owner: cavic19
- License: mit
- Language: Python
- Default Branch: master
- Size: 87.9 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
- Releases: 2
Created about 4 years ago
· Last pushed about 4 years ago
Metadata Files
Readme
License
Citation
README.md
Optix
Library that simplifies matrix optics calculations.
Key features
- Provides plenty of optical elements
- Simulates propagating through the optical system and prints out the resultant gaussian beam
TO-DO
- Add optimization module to iterate though possible optical system compositions and choose the most favourable one
- Support non-Gaussian beams
- Prints out the scheme of the system
- Prints out the gaussian beam transformation
- ... ?
Usage
```Python from optix.ABCDformalism *
Alongside with wavelnegth one aditional parameter needs to be specified. Reyleigh range (zr), divergence (div) or waist radius (w0)
input = GaussianBeam(wavelength=405e-9, zr=0.01)
op = OpticalPath() op.append(FreeSpace(d=0.1)) op.append(ThinLens(d=2.5e-2)) op.append(ThickLens(R1=0.8, n=1.2, R2=0.4, d=0.01)) op.append(FreeSpace(d=1))
Outpus gaussian Beam
output = op.propagate(input) print(output) ```
Installation
pip install optix
Owner
- Name: David Tomeček
- Login: cavic19
- Kind: user
- Repositories: 3
- Profile: https://github.com/cavic19
Citation (CITATION.cff)
cff-version: 1.2.0
title: optix
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: David
family-names: Tomeček
email: david.tomecek1@seznam.cz
license: MIT
repository-code: "https://github.com/citation-file-format/my-research-software"
GitHub Events
Total
Last Year
Committers
Last synced: about 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| David | d****1@s****z | 48 |
| david-tomecek-fjfi | 1****i | 2 |
| David Tomeček | 9****i | 1 |
| Student | t****1@f****z | 1 |
Committer Domains (Top 20 + Academic)
fjfi.cvut.cz: 1
seznam.cz: 1
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 1
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: 1 minute
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- cavic19 (1)
Pull Request Authors
- david-tomecek-swi (1)
Top Labels
Issue Labels
enhancement (1)
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 28 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 4
- Total maintainers: 1
pypi.org: optix
Optics simplified
- Homepage: https://github.com/cavic19/optix
- Documentation: https://optix.readthedocs.io/
- License: MIT
-
Latest release: 0.2.3
published about 4 years ago
Rankings
Dependent packages count: 10.1%
Dependent repos count: 21.5%
Forks count: 22.6%
Average: 25.6%
Downloads: 35.0%
Stargazers count: 38.8%
Maintainers (1)
Last synced:
8 months ago
Dependencies
optix.egg-info/requires.txt
pypi
- numpy >=1.19.4
setup.py
pypi
- numpy >=1.19.4