casa
5.7.0-16
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
casa
code
imageanalysis
ImageAnalysis
ImageStatsData.h
Go to the documentation of this file.
1
//# Copyright (C) 1998,1999,2000,2001,2003
2
//# Associated Universities, Inc. Washington DC, USA.
3
//#
4
//# This program is free software; you can redistribute it and/or modify it
5
//# under the terms of the GNU General Public License as published by the Free
6
//# Software Foundation; either version 2 of the License, or (at your option)
7
//# any later version.
8
//#
9
//# This program is distributed in the hope that it will be useful, but WITHOUT
10
//# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11
//# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12
//# more details.
13
//#
14
//# You should have received a copy of the GNU General Public License along
15
//# with this program; if not, write to the Free Software Foundation, Inc.,
16
//# 675 Massachusetts Ave, Cambridge, MA 02139, USA.
17
//#
18
//# Correspondence concerning AIPS++ should be addressed as follows:
19
//# Internet email: aips2-request@nrao.edu.
20
//# Postal address: AIPS++ Project Office
21
//# National Radio Astronomy Observatory
22
//# 520 Edgemont Road
23
//# Charlottesville, VA 22903-2475 USA
24
//#
25
//# $Id: tSubImage.cc 20567 2009-04-09 23:12:39Z gervandiepen $
26
27
#ifndef IMAGEANALYSIS_IMAGESTATSDATA_H
28
#define IMAGEANALYSIS_IMAGESTATSDATA_H
29
30
#include <
casa/namespace.h
>
31
32
namespace
casa {
33
34
class
ImageStatsData
{
35
36
public
:
37
38
enum
PreferredClassicalAlgorithm
{
39
// old algorithm
40
TILED_APPLY
,
41
// new algorithm
42
STATS_FRAMEWORK
,
43
// decide based on size and number of steps needed for
44
// stats
45
AUTO
46
};
47
48
};
49
50
}
51
52
#endif
casa::ImageStatsData::AUTO
decide based on size and number of steps needed for stats
Definition:
ImageStatsData.h:45
casa::ImageStatsData::STATS_FRAMEWORK
new algorithm
Definition:
ImageStatsData.h:42
casa::ImageStatsData::TILED_APPLY
old algorithm
Definition:
ImageStatsData.h:40
casa::ImageStatsData::PreferredClassicalAlgorithm
PreferredClassicalAlgorithm
Definition:
ImageStatsData.h:38
casa::ImageStatsData
Definition:
ImageStatsData.h:34
namespace.h
Generated on Sun Sep 1 2019 23:32:35 for casa by
1.8.5