Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 4.82 KB

README.rst

File metadata and controls

61 lines (39 loc) · 4.82 KB

VLT/SPHERE legacy IDL code

Introduction

This repository contains IDL legacy code for the reduction and analysis of VLT/SPHERE data. These codes are slowly being migrated to a more modern Python module, pySPHERE.

Required libraries

For the SPHERE tools to work properly, the following external IDL libraries must be installed and functionnal:

sphere_transmission: SPHERE near-infrared neutral densities

This code allows to compensate the effect of the neutral density filters that may have been used during SPHERE/IRDIFS observations, e.g. to avoid saturation when acquiring and off-axis PSF ("FLUX" in ESO templates and documentation). The code include a function dedicated to IRDIS, which gives the compensation factor to apply for a given filter combination, and a more generic function, which can be used to calibrate IFS or IRDIS/LSS spectroscopy data. The routines are based on (and include) the transmission curves of all IRDIS filters, which are available on the SPHERE filters page at ESO.

ifs_reduction: SPHERE/IFS reduction pipeline

Vigan et al. 2015, MNRAS, 454, 129

This code includes a full data reduction pipeline for SPHERE/IFS data, which allows to go from the raw data, to the properly calibrated and aligned (x,y,λ) data cubes. It does not contain advanced data analysis routines (PCA, LOCI, etc). The pipeline is a combination between the official SPHERE pipeline and additional custom IDL routines developed specifically. This pipeline and its implementation are described in Vigan et al. (2015). The pipeline is released under the MIT license. You are free to use it for your research, but I kindly ask you to cite the above reference in your publication that made use of this pipeline (or parts of it). A more extensive documentation is included in the package.

irdis_lss_reduction: IRDIS/LSS reduction pipeline

Vigan, 2016, ASCL, 1603.001

This code is a full data reduction and analysis pipeline for the SPHERE/IRDIS long-slit spectroscopy mode, which allows to go from the raw data to the extraction of the spectrum of a companion. The pipeline is a combination between the official SPHERE pipeline and additional custom IDL routines developed specifically. The pipeline is released under the MIT license. You are free to use it for your research, but I kindly ask you to cite the above reference in your publication that made use of this pipeline (or parts of it). A more extensive documentation is included in the package.

Credits

The development of the SPHERE instrument has demanded a tremendous effort from many scientists, who have devoted several years of their life to design, build, test and commission the instrument. To recognize this work, we kindly ask you to cite the relevant instrumental papers in your scientific work. The reference papers for the instrument and its observing mode are:

SPHERE:
IRDIS:
IFS:

We are grateful for your effort, and hope that these tools will contribute to your scientific work and discoveries. Please feel free to report any bug or possible improvement to the author(s).

Author

Arthur Vigan, [email protected]