casacore
|
#include <MSSummary.h>
Public Member Functions | |
MSSummary (const MeasurementSet &ms, Float maxCacheMB=50.0) | |
Constructor. More... | |
MSSummary (const MeasurementSet *ms, Float maxCacheMB=50.0) | |
MSSummary (const MeasurementSet *ms, const String msname, Float maxCacheMB=50.0) | |
MSSummary (std::shared_ptr< MSMetaData > msmd) | |
construct the object using an MSMetaDataObject More... | |
~MSSummary () | |
Destructor. More... | |
Int64 | nrow () const |
Retrieve number of rows. More... | |
String | name () const |
Retrieve image name. More... | |
Bool | setMS (const MeasurementSet &ms, Float maxCacheMB=-1) |
Set a new MS. More... | |
void | list (LogIO &os, Bool verbose=False, Bool oneBased=True) const |
List all header information. More... | |
void | list (LogIO &os, Record &outRec, Bool verbose=False, Bool fillRecord=True, Bool oneBased=True) const |
Return some useful info in a record too along with os. More... | |
void | listTitle (LogIO &os) const |
List a title for the Summary. More... | |
void | listWhere (LogIO &os, Bool verbose=False) const |
List convenient groupings of tables: list where MS obtained (Observation and Array tables) More... | |
void | listWhat (LogIO &os, Bool verbose=False) const |
List what was observed (Field and Main tables) More... | |
void | listWhat (LogIO &os, Record &outRec, Bool verbose=False, Bool fillRecord=True) const |
void | listHow (LogIO &os, Bool verbose=False, Bool oneBased=True) const |
List how data were obtained (SpectralWindow, Feed, and Antenna tables) More... | |
void | listMain (LogIO &os, Bool verbose=False) const |
List main table. More... | |
void | listMain (LogIO &os, Record &outRec, Bool verbose=False, Bool fillRecord=True) const |
Return some useful info in a record too along with os. More... | |
void | getScanSummary (Record &outRec) const |
Return a Record with information derived from the main table. More... | |
void | listAntenna (LogIO &os, Bool verbose=False) const |
List subtables. More... | |
void | listFeed (LogIO &os, Bool verbose=False, Bool oneBased=True) const |
void | listField (LogIO &os, Bool verbose=False) const |
void | listField (LogIO &os, Record &outRec, Bool verbose=False, Bool fillRecord=True) const |
void | listObservation (LogIO &os, Bool verbose=False) const |
void | listHistory (LogIO &os) const |
void | listPolarization (LogIO &os, Bool verbose=False) const |
void | listSource (LogIO &os, Bool verbose=False) const |
void | listSpectralWindow (LogIO &os, Bool verbose=False) const |
void | getSpectralWindowInfo (Record &outRec) const |
void | listSpectralAndPolInfo (LogIO &os, Bool verbose=False, Bool oneBased=True) const |
void | listSysCal (LogIO &os, Bool verbose=False) const |
void | listWeather (LogIO &os, Bool verbose=False) const |
void | listTables (LogIO &os, Bool verbose=False) const |
List table size summary. More... | |
void | setListUnflaggedRowCount (Bool v) |
void | setMetaDataCacheSizeInMB (Float) |
OBSOLETE. More... | |
Private Member Functions | |
void | clearFlags (LogIO &os) const |
Clear formatting flags. More... | |
Private Attributes | |
const MeasurementSet * | pMS |
Pointer to MS. More... | |
std::shared_ptr< MSMetaData > | _msmd |
const String | dashlin1 |
Formatting strings. More... | |
const String | dashlin2 |
Vector< Int > | nVisPerField_ |
For keeping track of the number of vis per field. More... | |
String | msname_p |
Name of the MS used in the constructor. More... | |
Bool | _listUnflaggedRowCount |
Float | _cacheSizeMB |
Provides and lists information about the header of an image
Public interface
This class lists the ancilliary or header information from a MeasurementSet in a Summary format.
MSs consist of pixels and descriptive information stored in what is loosely termed the header. This is information describing the coordinate system, the image units etc. This class enables you to retrieve the descriptive header information and/or list it.
A PagedMS
object is constructed and then logged to the supplied LogIO
object.
Caution: Note that if the PagedMS
goes out of scope, this class will retrieve rubbish as it just maintains a pointer to the image;
The viewing of the image header is a basic capability that is commonly required.
Definition at line 95 of file MSSummary.h.
casacore::MSSummary::MSSummary | ( | const MeasurementSet & | ms, |
Float | maxCacheMB = 50.0 |
||
) |
Constructor.
maxCacheMB
is the maximum cache size in MB to use for the created MSMetaData object.
casacore::MSSummary::MSSummary | ( | const MeasurementSet * | ms, |
Float | maxCacheMB = 50.0 |
||
) |
casacore::MSSummary::MSSummary | ( | const MeasurementSet * | ms, |
const String | msname, | ||
Float | maxCacheMB = 50.0 |
||
) |
casacore::MSSummary::MSSummary | ( | std::shared_ptr< MSMetaData > | msmd | ) |
construct the object using an MSMetaDataObject
casacore::MSSummary::~MSSummary | ( | ) |
Destructor.
|
private |
Clear formatting flags.
void casacore::MSSummary::getScanSummary | ( | Record & | outRec | ) | const |
Return a Record with information derived from the main table.
void casacore::MSSummary::getSpectralWindowInfo | ( | Record & | outRec | ) | const |
List all header information.
void casacore::MSSummary::list | ( | LogIO & | os, |
Record & | outRec, | ||
Bool | verbose = False , |
||
Bool | fillRecord = True , |
||
Bool | oneBased = True |
||
) | const |
Return some useful info in a record too along with os.
void casacore::MSSummary::listField | ( | LogIO & | os, |
Record & | outRec, | ||
Bool | verbose = False , |
||
Bool | fillRecord = True |
||
) | const |
void casacore::MSSummary::listHistory | ( | LogIO & | os | ) | const |
List how data were obtained (SpectralWindow, Feed, and Antenna tables)
void casacore::MSSummary::listMain | ( | LogIO & | os, |
Record & | outRec, | ||
Bool | verbose = False , |
||
Bool | fillRecord = True |
||
) | const |
Return some useful info in a record too along with os.
void casacore::MSSummary::listSpectralAndPolInfo | ( | LogIO & | os, |
Bool | verbose = False , |
||
Bool | oneBased = True |
||
) | const |
List table size summary.
List what was observed (Field and Main tables)
void casacore::MSSummary::listWhat | ( | LogIO & | os, |
Record & | outRec, | ||
Bool | verbose = False , |
||
Bool | fillRecord = True |
||
) | const |
String casacore::MSSummary::name | ( | ) | const |
Retrieve image name.
Int64 casacore::MSSummary::nrow | ( | ) | const |
Retrieve number of rows.
|
inline |
Definition at line 173 of file MSSummary.h.
References _listUnflaggedRowCount.
|
inline |
OBSOLETE.
No longer does anything, kept for compilation backward compatibility.
Definition at line 176 of file MSSummary.h.
Bool casacore::MSSummary::setMS | ( | const MeasurementSet & | ms, |
Float | maxCacheMB = -1 |
||
) |
Set a new MS.
maxCacheMB
is the maximum cache size of the created MSMetaData tool. If negative, the cache size used when this object was created is used.
|
private |
Definition at line 197 of file MSSummary.h.
|
private |
Definition at line 195 of file MSSummary.h.
Referenced by setListUnflaggedRowCount().
|
private |
Definition at line 181 of file MSSummary.h.
|
private |
Formatting strings.
Definition at line 184 of file MSSummary.h.
|
private |
Definition at line 184 of file MSSummary.h.
|
private |
Name of the MS used in the constructor.
Definition at line 193 of file MSSummary.h.
For keeping track of the number of vis per field.
Definition at line 190 of file MSSummary.h.
|
private |
Pointer to MS.
Definition at line 180 of file MSSummary.h.