Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 946 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 946 Bytes

DISPLAY (Detection and Identification of SPectroscopical Lines for Atacama large milimeter-submilimeter arraY)

The objective of this project is to identify spectroscopical lines from ALMA-like cubes of spectral data.

Authors:

  • Andrés Riveros
  • Karim Pichara
  • Pavlos Protopapas
  • Diego Mardones
  • Mauricio Araya

The syntethic data was generated using the ASYDO (Astronomical SYnthetic Data Observatory) Project:

  • Mauricio Araya
  • Teodoro Hochfärber

Dependencies

  • scipy
  • numpy
  • matplotlib
  • astropy
  • pysqlite
  • ASYDO (package included)

Installing

The DISPLAY package and database creation files should be copy to your working directory. For example, in a unix-based system:

user@machine:~/yourproject$ cp -r ../path_to_DISPLAY/src/display .

ASYDO Data

To create synthetic data, instructions to use the DISPLAY Project are available in (https://github.com/ChileanVirtualObservatory/ASYDO)