ESO-MIDAS

The ESO-MIDAS system provides general tools for image processing and data reduction with emphasis on astronomical applications including imaging and special reduction packages for ESO instrumentation at La Silla and the VLT at Paranal. In addition it contains applications packages for stellar and surface photometry, image sharpening and decomposition, statistics and various others.

The MIDAS command language, MCL, provides the tools to construct complex command procedures from existing commands. Since all application programs get their parameters via a set of standard interfaces, it is very simple to string commands together, each using results from the previous command. In fact, except for the system commands, all MIDAS commands are MCL procedures themselves.

MCL is an interpreted language which means that the definition of local variables may be done anywhere in a procedure and no compilation and linking steps are required before executing a MCL procedure. To identify syntax and other obvious errors in long and complicated procedures the MIDAS Command Language Debugger is provided. It enables debugging of procedures as well as application code (F77 and C).

Установка ESO-MIDAS

Версия 07SEP и позднее (на более ранних не проверял) компилится 4-й версией gcc, то есть с использованием gfortran вместо g77. Для успешной компиляции, после распаковки исходников, следует изменить файл $MIDASHOME/$MIDVERS/install/unix/systems/Linux/make_options:

F77=gfortran
LD77_CMD=gfortran
F_OPT=-O -march=native -ff2c
Возможно, потребуется откомпилить progress.for с дополнительным флагом -fno-automatic.

Для удовлетворения зависимостей следует поставить openmotif, для некоторых бинарных дистрибутивов также и openmotif devel-пакет, содержащий нужные хедеры.

После компиляции необходимо вручную скопировать следующие файлы:

cd $MIDASHOME/$MIDVERS/system/unix/
sudo cp {in,go,help}midas drs /usr/local/bin/


Dech

DECH software provides all stages of CCD echelle-image-spectra processing: bias/background subtraction, flatfield division, one--dimensional spectrum extraction from 2-dimensional images, correction for diffuse light, spectrum addition and exclusion of cosmic ray features. One can also set a continuum, and measure equivalent widths, line positions and displacements.

список изменений для Dech20T.
Программа написана под Windows. Под Wine работает. Есть проблемы с локалями, точнее, с разделителем целой и дробной частей. Решается добавлением в строку запуска переменной LANG с нужной локалью:

env LANG=en_US.UTF-8 WINEPREFIX="~/.wine" wine ~/.wine/drive_c/Program\ Files/Dech/dech20t.exe
Перед установкой желательно настроить Wine с помощью winecfg.

Существует проблема с пониманием этой программой символов конца строки, нетипичных для Windows. Решается заменой этих символов на нужные ;)



Gimp Astronomy Plugins. Нашел ссылку, может пригодится.