Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 308 Bytes

File metadata and controls

11 lines (8 loc) · 308 Bytes

postale

Compute the appearance of diffraction grating envelopes

Dependencies

This repo really only needs jupyter, numpy, and matplotlib, but to be sure to have everything you need, you can install a devoted conda environment:

conda env create -f environment.yml
conda activate postale_env