Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 37ce2601040f8edc2329d4714238376a > files > 688

eso-midas-doc-13SEPpl1.2-3.mga5.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 98.1p1 release (March 2nd, 1998)
originally by Nikos Drakos (nikos@cbl.leeds.ac.uk), CBLU, University of Leeds
* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>Data Exchange Format</TITLE>
<META NAME="description" CONTENT="Data Exchange Format">
<META NAME="keywords" CONTENT="vol1">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<LINK REL="STYLESHEET" HREF="vol1.css">
<LINK REL="next" HREF="node126.html">
<LINK REL="previous" HREF="node83.html">
<LINK REL="up" HREF="vol1.html">
<LINK REL="next" HREF="node110.html">
</HEAD>
<BODY >
<!--Navigation Panel-->
<A NAME="tex2html1893"
 HREF="node110.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
 SRC="icons.gif/next_motif.gif"></A> 
<A NAME="tex2html1889"
 HREF="vol1.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
 SRC="icons.gif/up_motif.gif"></A> 
<A NAME="tex2html1883"
 HREF="node108.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
 SRC="icons.gif/previous_motif.gif"></A> 
<A NAME="tex2html1891"
 HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
 SRC="icons.gif/contents_motif.gif"></A> 
<A NAME="tex2html1892"
 HREF="node216.html">
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
 SRC="icons.gif/index_motif.gif"></A> 
<BR>
<B> Next:</B> <A NAME="tex2html1894"
 HREF="node110.html">FITS Format</A>
<B> Up:</B> <A NAME="tex2html1890"
 HREF="vol1.html">No Title</A>
<B> Previous:</B> <A NAME="tex2html1884"
 HREF="node108.html">Image Hardcopy</A>
<BR>
<BR>
<!--End of Navigation Panel-->

<H1><A NAME="SECTION001100000000000000000">&#160;</A>
<A NAME="data-exchange-format">&#160;</A>
<BR>
Data Exchange Format
</H1>

<P>
This chapter describes how to exchange data between MIDAS and other
systems. MIDAS supports the <B>F</B>lexible <B>I</B>mage <B>T</B>ransport
<B>S</B>ystem (FITS) as the official format for data interchange and
long term storage. The FITS format is recommended by the IAU for
exchange of digital information between astronomical institutes and
provides a computer independent description of the data.

<P>
It is important to recognise that MIDAS officially only supports the
FITS format for data exchange. For backwards compatibility, MIDAS can
also read the IHAP format which was used by the old ESO image
processing system and some data acquisition systems at La Silla.
Other formats are not supported officially and no help will be
provided to access such data.

<P>
<BLOCKQUOTE>
<DIV ALIGN="CENTER">
<B>Note</DIV>
<I>The data representation of internal MIDAS files is machine dependent
in order to optimise performance.  Further, their layout may change
with time.  The use of the FITS format for storage and exchange will
always ensure that proper conversions are made. This is not the case
with other formats.  It is safer for you to save your data in FITS
format, especially if you intend keeping them for a longer time.</I></B></BLOCKQUOTE>
<P>
For standard text files such as programs, procedures and ASCII data
files, operating systems utilities can be used (<I>e.g.</I> <TT>tar</TT>). Text files can also be saved as FITS headers using
ASCII-catalogues in MIDAS, however, such files can only be decoded by
the MIDAS FITS reader.

<P>
The MIDAS commands for data exchange (<TT>INTAPE</TT>, <TT>OUTTAPE</TT>) can
convert the FITS files directly to/from either sequence tape devices
or disks. It is therefore also possible to convert to/from FITS on
disk and afterward use general utilities (<I>e.g.</I> <TT>tar</TT> or <TT>ftp</TT>) to do the actual transfer. In that case, proper options must be
used to ensure that the files are transferred in binary mode and with
correct blocking factors.

<P>
<BR><HR>
<!--Table of Child-Links-->
<A NAME="CHILD_LINKS">&#160;</A>
<UL>
<LI><A NAME="tex2html1895"
 HREF="node110.html">FITS Format</A>
<UL>
<LI><A NAME="tex2html1896"
 HREF="node111.html">Structure of FITS files</A>
<LI><A NAME="tex2html1897"
 HREF="node112.html">FITS data-types and extensions</A>
<LI><A NAME="tex2html1898"
 HREF="node113.html">FITS keywords</A>
<UL>
<LI><A NAME="tex2html1899"
 HREF="node114.html">Standard keywords</A>
<LI><A NAME="tex2html1900"
 HREF="node115.html">Non-standard keywords</A>
<LI><A NAME="tex2html1901"
 HREF="node116.html">Hierarchical keywords</A>
</UL>
<LI><A NAME="tex2html1902"
 HREF="node117.html">Restrictions</A>
</UL>
<LI><A NAME="tex2html1903"
 HREF="node118.html">IHAP Format</A>
<UL>
<LI><A NAME="tex2html1904"
 HREF="node119.html">Translation of IHAP header</A>
<LI><A NAME="tex2html1905"
 HREF="node120.html">Restrictions</A>
</UL>
<LI><A NAME="tex2html1906"
 HREF="node121.html">Conversion between FITS and internal format</A>
<UL>
<LI><A NAME="tex2html1907"
 HREF="node122.html">Devices</A>
<LI><A NAME="tex2html1908"
 HREF="node123.html">File naming</A>
<LI><A NAME="tex2html1909"
 HREF="node124.html">Reading FITS</A>
<LI><A NAME="tex2html1910"
 HREF="node125.html">Writing FITS</A>
</UL></UL>
<!--End of Table of Child-Links-->
<HR>
<!--Navigation Panel-->
<A NAME="tex2html1893"
 HREF="node110.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
 SRC="icons.gif/next_motif.gif"></A> 
<A NAME="tex2html1889"
 HREF="vol1.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
 SRC="icons.gif/up_motif.gif"></A> 
<A NAME="tex2html1883"
 HREF="node108.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
 SRC="icons.gif/previous_motif.gif"></A> 
<A NAME="tex2html1891"
 HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
 SRC="icons.gif/contents_motif.gif"></A> 
<A NAME="tex2html1892"
 HREF="node216.html">
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index"
 SRC="icons.gif/index_motif.gif"></A> 
<BR>
<B> Next:</B> <A NAME="tex2html1894"
 HREF="node110.html">FITS Format</A>
<B> Up:</B> <A NAME="tex2html1890"
 HREF="vol1.html">No Title</A>
<B> Previous:</B> <A NAME="tex2html1884"
 HREF="node108.html">Image Hardcopy</A>
<!--End of Navigation Panel-->
<ADDRESS>
<I>Petra Nass</I>
<BR><I>1999-06-09</I>
</ADDRESS>
</BODY>
</HTML>