MIDAS Data Reduction Installation for the FIASCO spectrograph - Version 1.1 by C. Guirao |
1.- Name convention
2.- Introduction
This document describes the installation procedure for the FIASCO pipeline,
which is delivered as a compressed-tar file of the kind: FIASCO-rel-.
The FIASCO.-rel-
In addition to the procedures, you can also download a file called FIASCO-DemoData.tar.gz containing some real spectral data from three stars in the constellation of Cygnus taken with FIASCO in the night 01/09/98. The file includes also the calibration data required for the pipeline.
3.- Contents
The FIASCO-rel-
INSTALLATION.html | This file | |
PROCEDURES.html | Describes MIDAS procedures | |
CALIBRATION.html | Generation of calibration files | |
PIPELINE.html | Running the pipeline | |
*.prg | .MIDAS procedure files | |
*.sh | Shell script files | |
*.dat | Catalogs | |
*.fmt | Table formats |
The FIASCO-DemoData.tar.gz file contains:
README.DemoData | Documentation | |
master_*.fit | Master Calibration data in FITS format | |
cyg*.fit | Raw frames with spectra of 3 stars in Cygnus | |
vega.fit | Raw frame with the spectrophotometric star Vega (HR7001) | |
neon01.fit | Raw frame with the spectrum of a neon calibration lamp | |
hr7001.fit | A FITS table with the spectrum of Vega (HR7001) | |
neon.fit | A FITS table with the wavelength of neon emission lines | |
*.fmt | Table formats |
4.- Installation
The installation starts with the downloading of the compressed-tar files to
any directory of you own, however this section only describes the installation
of the FIASCO-rel-
As FIASCO-
The following is my preferable installation sequence:
% rm -rf $HOME/midwork |
% cd $HOME/midwork |
% zcat ../FIASCO-rel- |
% cd $HOME |
% mkdir demo |
% cd demo |
% zcat ../FIASCO-DemoData.tar.gz | tar xvf - |