casacore
Loading...
Searching...
No Matches
MSFits.h
Go to the documentation of this file.
1//# MSFits.h: FITS related functionality for MeasurementSets
2//# Copyright (C) 2005
3//# Associated Universities, Inc. Washington DC, USA.
4//#
5//# This library is free software; you can redistribute it and/or modify it
6//# under the terms of the GNU Library General Public License as published by
7//# the Free Software Foundation; either version 2 of the License, or (at your
8//# option) any later version.
9//#
10//# This library is distributed in the hope that it will be useful, but WITHOUT
11//# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12//# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
13//# License for more details.
14//#
15//# You should have received a copy of the GNU Library General Public License
16//# along with this library; if not, write to the Free Software Foundation,
17//# Inc., 675 Massachusetts Ave, Cambridge, MA 02139, USA.
18//#
19//# Correspondence concerning AIPS++ should be addressed as follows:
20//# Internet email: casa-feedback@nrao.edu.
21//# Postal address: AIPS++ Project Office
22//# National Radio Astronomy Observatory
23//# 520 Edgemont Road
24//# Charlottesville, VA 22903-2475 USA
25
26#ifndef MSFITS_MSFITS_H
27#define MSFITS_MSFITS_H
28
29#include <casacore/casa/aips.h>
30
31namespace casacore { //# NAMESPACE CASACORE - BEGIN
32
33// <module>
34//
35// <summary>
36// FITS related functionality for MeasurementSets
37// </summary>
38
39// <prerequisite>
40// <li> <linkto module="MeasurementSets:description">MeasurementSets</linkto> module
41// </prerequisite>
42//
43//
44// <reviewed reviewer="Bob Garwood" date="1997/02/01" demos="">
45// </reviewed>
46
47// <synopsis>
48// The MeasurementSets module handles storage of telescope data in Casacore
49// tables and defines functions to access the data.
50// The MSFits module is an extra layer on top of MeasurementSets to convert
51// a MeasurementSet to and from FITS.
52// There are classes for three FITS formats:
53// <ul>
54// <li> Conventional UVFits
55// <li> IDIFits
56// <li> Single Dish FITS
57// </ul>
58// </synopsis>
59
60// <motivation>
61// To avoid that package <src>ms</src> depends on FITS (and cfitsio),
62// all FITS-related MS code is put in a separate package.
63// </motivation>
64
65//# <todo asof="1997/02/01">
66//# </todo>
67
68// </module>
69
70
71} //# NAMESPACE CASACORE - END
72
73#endif
74
75
76
77
this file contains all the compiler specific defines
Definition mainpage.dox:28