eyepiece 0.8.1

A crate to generate star fields as seen with different telescopes
Documentation
1
2
3
4
5
6
7
8
9
10
# Diffraction limited

```rust
cargo run --release --example diffraction-limited
```
Compares K band diffraction limited images of the HST, JWST and GMT for a globular-cluster-like distribution of stars.

<img src="hst_fieldK.png" alt="HST" title="HST image" width="250"/>
<img src="jwst_fieldK.png" alt="JWST" title="JWST image" width="250"/>
<img src="gmt_fieldK.png" alt="GMT" title="GMT image" width="250"/>