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
synthesis
ImagerObjects
ParallelImagerParams.h
Go to the documentation of this file.
1
/* -*- mode: c++ -*- */
2
//# ParallelImagerParams.h: Parameters for parallel imaging
3
//# Copyright (C) 2016
4
//# Associated Universities, Inc. Washington DC, USA.
5
//#
6
//# This library is free software; you can redistribute it and/or modify it
7
//# under the terms of the GNU Library General Public License as published by
8
//# the Free Software Foundation; either version 2 of the License, or (at your
9
//# option) any later version.
10
//#
11
//# This library is distributed in the hope that it will be useful, but WITHOUT
12
//# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13
//# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
14
//# License for more details.
15
//#
16
//# You should have received a copy of the GNU Library General Public License
17
//# along with this library; if not, write to the Free Software Foundation,
18
//# Inc., 675 Massachusetts Ave, Cambridge, MA 02139, USA.
19
//#
20
//# Correspondence concerning AIPS++ should be addressed as follows:
21
//# Internet email: aips2-request@nrao.edu.
22
//# Postal address: AIPS++ Project Office
23
//# National Radio Astronomy Observatory
24
//# 520 Edgemont Road
25
//# Charlottesville, VA 22903-2475 USA
26
//#
27
#ifndef PARALLEL_IMAGER_PARAMS_H_
28
#define PARALLEL_IMAGER_PARAMS_H_
29
30
#include <
casa/Containers/Record.h
>
31
32
namespace
casa {
33
38
struct
ParallelImagerParams
{
39
ParallelImagerParams
(
casacore::Record
sl,
casacore::Record
im,
casacore::Record
gr,
casacore::Record
wt,
casacore::Record
nm,
40
casacore::Record
dc,
casacore::Record
it)
41
:
selection
(sl)
42
,
image
(im)
43
,
grid
(gr)
44
,
weight
(wt)
45
,
normalization
(nm)
46
,
deconvolution
(dc)
47
,
iteration
(it) {};
48
49
ParallelImagerParams
()
50
:
selection
(
casacore
::
Record
())
51
,
image
(
casacore
::
Record
())
52
,
grid
(
casacore
::
Record
())
53
,
weight
(
casacore
::
Record
())
54
,
normalization
(
casacore
::
Record
())
55
,
deconvolution
(
casacore
::
Record
())
56
,
iteration
(
casacore
::
Record
()) {};
57
58
casacore::Record
selection
;
59
casacore::Record
image
;
60
casacore::Record
grid
;
61
casacore::Record
weight
;
62
casacore::Record
normalization
;
63
casacore::Record
deconvolution
;
64
casacore::Record
iteration
;
65
};
66
67
}
// namespace casa
68
69
#endif // PARALLEL_IMAGER_PARAMS_H_
casa::ParallelImagerParams::grid
casacore::Record grid
Definition:
ParallelImagerParams.h:60
casa::ParallelImagerParams::ParallelImagerParams
ParallelImagerParams()
Definition:
ParallelImagerParams.h:49
casa::ParallelImagerParams::ParallelImagerParams
ParallelImagerParams(casacore::Record sl, casacore::Record im, casacore::Record gr, casacore::Record wt, casacore::Record nm, casacore::Record dc, casacore::Record it)
Definition:
ParallelImagerParams.h:39
casa::ParallelImagerParams::deconvolution
casacore::Record deconvolution
Definition:
ParallelImagerParams.h:63
casa::ParallelImagerParams::selection
casacore::Record selection
Definition:
ParallelImagerParams.h:56
casa::ParallelImagerParams::normalization
casacore::Record normalization
Definition:
ParallelImagerParams.h:62
casa::ParallelImagerParams::image
casacore::Record image
Definition:
ParallelImagerParams.h:59
casa::ParallelImagerParams
Collection of parameters for parallel imaging, categorized roughly by imaging component.
Definition:
ParallelImagerParams.h:38
casacore::Record
A hierarchical collection of named fields of various types.
Definition:
Record.h:180
Record.h
casa::ParallelImagerParams::iteration
casacore::Record iteration
Definition:
ParallelImagerParams.h:64
casa::ParallelImagerParams::weight
casacore::Record weight
Definition:
ParallelImagerParams.h:61
casacore
#define casacore
<X11/Intrinsic.h> #defines true, false, casacore::Bool, and String.
Definition:
X11Intrinsic.h:42
Generated on Sun Sep 1 2019 23:32:41 for casa by
1.8.5