28#include <casacore/casa/aips.h> 
  100    return ! (lhs == rhs);
 
 
  120std::set<ScanKey> 
filter(
const std::set<ScanKey> scans, 
const ArrayKey& arrayKey);
 
String: the storage and methods of handling collections of characters.
 
this file contains all the compiler specific defines
 
ostream & operator<<(ostream &os, const IComplex &)
Show on ostream.
 
ScanKey scanKey(const SubScanKey &subScanKey)
create a ScanKey from a SubScanKey, just omits the SubScanKey's fieldID
 
std::set< ScanKey > filter(const std::set< ScanKey > scans, const ArrayKey &arrayKey)
given a set of scan keys, return the subset that matches the given array key
 
bool operator==(const casacore_allocator< T, ALIGNMENT > &, const casacore_allocator< T, ALIGNMENT > &)
 
bool operator!=(const casacore_allocator< T, ALIGNMENT > &, const casacore_allocator< T, ALIGNMENT > &)
 
Bool operator<(const MVTime &lh, const MVTime &rh)
 
String toString(const SubScanKey &subScanKey)
 
bool Bool
Define the standard types used by Casacore.
 
std::set< ScanKey > scanKeys(const std::set< Int > &scans, const ArrayKey &arrayKey)
construct scan keys given a set of scan numbers and an ArrayKey
 
std::set< Int > scanNumbers(const std::set< ScanKey > &scanKeys)
extract all the unique scan numbers from the specified scans
 
std::set< ArrayKey > uniqueArrayKeys(const std::set< ScanKey > &scanKeys)
get a set of unique ArrayKeys from a set of ScanKeys
 
An ArrayKey is a unique combination of observation ID and array ID Negative values are allowed to ind...
 
A scan is a unique combination of observation ID, array ID, and scan number Negative values are allow...
 
represents primary key in the SOURCE table
 
A sub scan is a unique combination of observation ID, array ID, scan number, and field ID.