Metadata-Version: 2.1
Name: moons1d
Version: 1.0.1
Summary: 1D simulator for MOONS/VLT
Home-page: https://gitlab.obspm.fr/mrodrigues/moons1d
Author: Myriam Rodrigues
Author-email: myriam.rodrigues@obspm.fr
License: MIT
License-File: LICENSE
Requires-Dist: numpy (>=1.16)
Requires-Dist: astropy (==4.3.1)
Requires-Dist: configobj
Requires-Dist: matplotlib
Requires-Dist: pyparsing
Requires-Dist: scipy
Requires-Dist: numpy
Requires-Dist: synphot
Requires-Dist: spectres

moons1D
==============================

1D simulator for MOONS/VLT

####Install Moons1d

```
git clone https://gitlab.obspm.fr/mrodrigues/moons1d.git
cd moons1d/
sudo python setup.py install
```


####Run scripts

```
cd scripts
python MultipleSource.py
```


####Run notebooks
Use your favorite jupyter notebook server, e.g. https://nteract.io, to open the notebooks (with a python3 kernel

####Documentation
https://moons1d.readthedocs.io/en/latest/index.html#
