Skip to content
Marten B. Scheuck edited this page Nov 27, 2024 · 8 revisions

MATISSE Tools

You are on the MATISSE tools distribution page.

The MATISSE tools are an addition to the standard data reduction software that is distributed separately by ESO to make it easier to use. These scripts were developped for the MATISSE commissionning to ease the reduction of MATISSE data, and may be of some use for general users. However, please note that they should be used at your own risks! These tools are composed of:

  1. Python tools to make data reduction easier than only with esorex
  2. Shell scripts as a wrapper for the IRBIS image reconstruction software

Python tools

These scripts are meant to reduce and visualize data from MATISSE.

Quick install:

pip install git+https://github.com/Matisse-Consortium/tools.git

You may encounter missing libraries, so you may want to type also the command pip install tqdm colorama additionally.

Quick use

  1. mat_autoPipeline.py <raw data directory>
  2. mat_tidyupOiFits.py <product directory>
  3. mat_autoCalib.py <oifits directory>
  4. mat_showOiData.py <a MATISSE oifits file>

More info

  • Installation instructions are given here.

IRBIS interface

An IRBIS interface has been developed by K. H. Hofmann as a set of shell scripts, in order to make it easy to use.

Development status

The development status of the pipeline (including the ESO version of the code) is ongoing.

Clone this wiki locally