A simple python library with an astropy unit for λ/D
Project description
lod_unit
This is set up to make it easy to keep coronagraph information in λ/D space with an astropy unit called lod
. Convert into angular units (or vise versa) with an astropy Equivalency relationship lod_eq
.
Installation
pip install lod_unit
Use
Typical use will look like
import astropy.units as u
from lod_unit.lod_unit import lod, lod_eq
diam = 10*u.m
lam = 500*u.nm
separation_lod = 3 * lod
separation_lod.to(u.arcsec, lod_eq(lam, diam))
>> <Quantity 0.03093972 arcsec>
separations_as = [0.1, 0.5, 1]*u.arcsec
separations_as.to(lod, lod_eq(lam, diam))
>> <Quantity [ 9.69627362, 48.48136811, 96.96273622] λ/D>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lod_unit-1.0.3.tar.gz
(4.6 kB
view hashes)
Built Distribution
Close
Hashes for lod_unit-1.0.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed9c94033ee79d5c453822d69f0150cf4d7dd1ba9e5a83c8682e468902082a23 |
|
MD5 | 715bbd036139d7abab8f7cd560bdaaa9 |
|
BLAKE2b-256 | 6f68b85aaf7051fe5cd4a6c4ada813008927f47924dcb2757599c03f8814a6e6 |