casa
5.7.0-16
|
CalTableFromAIPS: Calibration table creation from AIPS casacore::FITS file. More...
#include <CalTableFromAIPS.h>
Public Member Functions | |
~CalTableFromAIPS () | |
Default destructor. More... | |
CalTableFromAIPS (const casacore::String &fitsFileName, const casacore::String &tableName) | |
Construct from a specified casacore::FITS file name and table name. More... | |
Public Member Functions inherited from casa::CalTable | |
CalTable () | |
Default null constructor, and destructor. More... | |
virtual | ~CalTable () |
CalTable (const casacore::String &tableName, CalTableDesc &ctableDesc, casacore::Table::TableOption access=casacore::Table::New) | |
Construct from a specified table name, calibration table descriptor and table access option. More... | |
CalTable (const casacore::String &tableName, casacore::Table::TableOption access=casacore::Table::Old) | |
Construct from a specified table name, and access option. More... | |
CalTable (const casacore::Table &table) | |
Construct from an existing table object. More... | |
CalTable (const CalTable &other) | |
Copy constructor. More... | |
CalTable & | operator= (const CalTable &other) |
Assignment operator. More... | |
CalTable | sort (const casacore::Block< casacore::String > &columnNames, casacore::Sort::Order order=casacore::Sort::Ascending, casacore::Sort::Option option=casacore::Sort::HeapSort) |
casacore::Sort (cal_main) More... | |
void | sort2 (const casacore::Block< casacore::String > &columnNames, casacore::Sort::Order order=casacore::Sort::Ascending, casacore::Sort::Option option=casacore::Sort::HeapSort) |
casacore::Sort (cal_main) IN PLACE More... | |
CalTable | select (const casacore::String &calSelect) |
Apply selection to the calibration table. More... | |
void | select2 (const casacore::String &calSelect) |
Apply selection to the calibration table IN PLACE. More... | |
casacore::Int | nRowMain () const |
Return number of rows in cal_main, cal_desc or cal_history. More... | |
casacore::Int | nRowDesc () const |
casacore::Int | nRowHistory () const |
casacore::Int | nRowObservation () const |
void | addRowMain (casacore::uInt nrrow=1, casacore::Bool initialize=false) |
Add rows to cal_main, cal_desc or cal_history. More... | |
void | addRowDesc (casacore::uInt nrrow=1, casacore::Bool initialize=false) |
void | addRowHistory (casacore::uInt nrrow=1, casacore::Bool initialize=false) |
casacore::Record | getRowMain (const casacore::Int &jrow) |
Get a row from cal_main, cal_desc or cal_history. More... | |
casacore::Record | getRowDesc (const casacore::Int &jrow) |
casacore::Record | getRowHistory (const casacore::Int &jrow) |
casacore::Record | getRowObservation (const casacore::Int &jrow) |
void | putRowMain (const casacore::Int &jrow, CalMainRecord &tableRec) |
Put a row to cal_main, cal_desc or cal_history. More... | |
void | putRowDesc (const casacore::Int &jrow, CalDescRecord &tableRec) |
void | putRowHistory (const casacore::Int &jrow, CalHistoryRecord &tableRec) |
virtual casacore::Int | maxAntenna () |
Return the maximum antenna number in the table. More... | |
casacore::Int | numberTimeSlots (const casacore::Double &fracError) |
Return the number of unique time slots in the table. More... | |
void | rowsPerCalDescId (casacore::Vector< casacore::Int > &rowspercdi) |
Return the number of rows per CalDescId. More... | |
const casacore::String | tableName () |
const casacore::String | type () |
Additional Inherited Members | |
Protected Member Functions inherited from casa::CalTable | |
void | createCalTable (const casacore::String &tableName, CalTableDesc &ctableDesc, casacore::Table::TableOption access=casacore::Table::New) |
Create a new table. More... | |
void | openCalTable (const casacore::String &tableName, casacore::Table::TableOption access=casacore::Table::Old) |
Open an existing table. More... | |
casacore::Table & | calMainAsTable () |
Return cal_main and sub-tables as casacore::Table references. More... | |
casacore::Table & | calDescAsTable () |
casacore::Table & | calHistoryAsTable () |
casacore::Table & | calObservationAsTable () |
const casacore::Table & | calMainAsTable () const |
const casacore::Table & | calDescAsTable () const |
const casacore::Table & | calHistoryAsTable () const |
const casacore::Table & | calObservationAsTable () const |
CalTableFromAIPS: Calibration table creation from AIPS casacore::FITS file.
Public interface
From "calibration" and "table" and "AIPS".
The CalTable classes provide basic access to calibration tables. This child class of CalTable adds the possibility to construct a caltable from an AIPS casacore::FITS file.
Provide way to transform calibrations perfromed in AIPS to be transferred into CASA, e.g., for VLBI analysis.
Definition at line 72 of file CalTableFromAIPS.h.
casa::CalTableFromAIPS::~CalTableFromAIPS | ( | ) |
Default destructor.
casa::CalTableFromAIPS::CalTableFromAIPS | ( | const casacore::String & | fitsFileName, |
const casacore::String & | tableName | ||
) |
Construct from a specified casacore::FITS file name and table name.