casacore
Loading...
Searching...
No Matches
LEL.h
Go to the documentation of this file.
1//# LEL.h: Lattice expression
2//# Copyright (C) 1996,1997,1998,1999,2003
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 LATTICES_LEL_H
27#define LATTICES_LEL_H
28
29
30#include <casacore/lattices/LEL/LatticeExpr.h>
31
32
33namespace casacore { //# NAMESPACE CASACORE - BEGIN
34
35// <module>
36
37// <summary>
38// Lattice expressions.
39// </summary>
40
41// <prerequisite>
42// <li> module <linkto module=Lattices>Lattices</linkto>
43// </prerequisite>
44
45// <reviewed reviewer="Peter Barnes" date="1999/10/30" demos="">
46// </reviewed>
47
48// <etymology>
49// LEL: Lattice Expression Language.
50// </etymology>
51
52// <synopsis>
53// A <linkto class=LatticeExpr>LatticeExpr</linkto> represents
54// a mathematical expression of lattices. All standard operators, regions,
55// and many, many <linkto class=LatticeExprNode>functions</linkto>
56// can be used in an expression.
57// <br> An expression is calculated on-the-fly. Thus only when
58// the user gets a part of the lattice, is the expression calculated
59// for that part. Subexpressions resulting in a scalar are calculated
60// only once, on a get of the first part of the lattice expression.
61// <br> Note that a lattice expression is not writable, thus using
62// the put function on such a lattice results in an exception.
63// <br> <a href="../notes/223.html">Note 223</a>
64// gives a more detailed
65// explanation of the capabilities of LEL (Lattice Expression Language).
66// <p>
67// If the expression consists of images, the result can also be
68// treated as an image using class <linkto class=ImageExpr>ImageExpr</linkto>.
69// With the <src>command</src> function in
70// <linkto class=ImageExprParse>ImageExprParse</linkto> it is possible
71// to parse and execute a LEL expression given as as a string.
72
73// </module>
74
75
76} //# NAMESPACE CASACORE - END
77
78#endif
this file contains all the compiler specific defines
Definition mainpage.dox:28