Class MHO_SBDTableGenerator.
More...
#include <MHO_SBDTableGenerator.hh>
Class MHO_SBDTableGenerator.
implements the conversion of the input visibility array into something which can be transformed into singleband delay space, all it does is construct the sbd data container and size it appropriately
- Author
- J. Barrett - barre.nosp@m.ttj@.nosp@m.mit.e.nosp@m.du
- Date
- Fri Jul 9 11:47:00 2021 -0400
◆ XArgType1
◆ XArgType2
◆ MHO_SBDTableGenerator()
hops::MHO_SBDTableGenerator::MHO_SBDTableGenerator |
( |
| ) |
|
◆ ~MHO_SBDTableGenerator()
hops::MHO_SBDTableGenerator::~MHO_SBDTableGenerator |
( |
| ) |
|
|
virtual |
◆ ExecuteImpl()
Checks if initialized and returns true if so, false otherwise.
- Parameters
-
in | Input raw visibilities |
out | Output single-band-delay table workspace |
- Returns
- Boolean indicating whether the object is initialized
- Note
- This is a virtual function.
Implements hops::MHO_TransformingOperator< visibility_type, sbd_type >.
◆ InitializeImpl()
bool hops::MHO_SBDTableGenerator::InitializeImpl |
( |
const XArgType1 * |
in, |
|
|
XArgType2 * |
out |
|
) |
| |
|
protectedvirtual |
Initializes SBD table generator with raw visibilities and resizes output if needed.
- Parameters
-
in | Input raw visibilities |
out | Output single-band-delay table (workspace/output for normfx) |
- Returns
- True if initialization was successful, false otherwise
- Note
- This is a virtual function.
Implements hops::MHO_TransformingOperator< visibility_type, sbd_type >.
The documentation for this class was generated from the following files: