https://github.com/polyanskiy/refractiveindex.info-scripts
Python scripts for refractiveindex.info database
https://github.com/polyanskiy/refractiveindex.info-scripts
Last synced: about 1 year ago
JSON representation
Python scripts for refractiveindex.info database
- Host: GitHub
- URL: https://github.com/polyanskiy/refractiveindex.info-scripts
- Owner: polyanskiy
- License: gpl-3.0
- Created: 2015-12-08T04:55:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T02:26:53.000Z (about 1 year ago)
- Last Synced: 2025-03-30T03:04:58.148Z (about 1 year ago)
- Language: Python
- Size: 637 KB
- Stars: 74
- Watchers: 11
- Forks: 37
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# refractiveindex.info-scripts
Collection of Python scripts related to refractiveindex.info database
## check_db
Checks the integrity of the `refractiveindex.info database`
## agf2yml
Converts ZEMAX `.agf` glass catalog format into `YAML` format used by the refractiveindex.info database
## ldbb
Calculates optical constants of several metals
# Other projects related to refractiveindex.info dtabase
## PyTMM
https://github.com/kitchenknif/PyTMM
Database browser and Transfer Matrix Method implementation (by Pavel Dmitriev)
## refractiveindex.info-sqlite
https://github.com/HugoGuillen/refractiveindex.info-sqlite
Python 3 + SQLite wrapper for the refractiveindex.info database (by Hugo Guillen)
## refractiveindex.info
https://github.com/cinek810/refractiveindex.info
Support for operations not possible through the web interface, e.g. find materials with refractive index within a specified range (by Marcin Stolarek)