Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 988 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 988 Bytes

JMMC logo OpenDev - SearchFTT-ranking

This repository gathers 2 python modules estimating GPAO strehl ratio & GRAVITY noise estimations to compute SearchFTT's ranking score.

  • ASPRO_NGS (GRAVITY+ AO NGS strehl) from Dr. Anthony Berdeu (OBSPM)
    • License: GPL3 (see ASPRO_NGS folder)
    • This project has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreement No 101004719.
  • asproGravFT.py (GRAVITY+ SNR) based on ASPRO2's data and source code, made in collaboration with Dr. Taro Shimizu's Gravity+ simulator (MPE)

Links:

Dependencies:

  • python3 (3.1x)
  • numpy
  • scipy (interpolate)
  • astropy (fits)
  • matplotlib (unused plots)