casa
5.7.0-16
|
#include <PlotMSCacheBase.h>
Public Types | |
enum | Type { MS, CAL } |
TBD: friend class PlotMSData;. More... | |
using | RaDecData = casacore::PtrBlock< casacore::Vector< casacore::Double > * > |
using | RaDecMap = std::map< DirectionAxisParams, RaDecData > |
Static Public Member Functions | |
static bool | axisIsMetaData (PMS::Axis axis) |
Static Public Attributes | |
static const unsigned int | THREAD_SEGMENT |
static const PMS::Axis | METADATA [] |
static const unsigned int | N_METADATA |
Protected Member Functions | |
PlotMSCacheBase (const PlotMSCacheBase &) | |
Forbid copy for now. More... | |
void | setCache (casacore::Int newnChunk, const std::vector< PMS::Axis > &loadAxes, const std::vector< PMS::DataColumn > &loadData, bool increaseCache=false) |
Resize storage for the number of chunks increaseCache parameter: false to initialize with empty Arrays before loading cache true to increase: copy values then add empty Arrays while loading cache. More... | |
template<typename T > | |
void | addArrays (casacore::PtrBlock< casacore::Array< T > * > &input, bool increaseCache=false) |
template<typename T > | |
void | addMatrices (casacore::PtrBlock< casacore::Matrix< T > * > &input, bool increaseCache=false) |
template<typename T > | |
void | addVectors (casacore::PtrBlock< casacore::Vector< T > * > &input, bool increaseCache=false) |
virtual void | loadIt (std::vector< PMS::Axis > &loadAxes, std::vector< PMS::DataColumn > &loadData, ThreadCommunication *thread=NULL)=0 |
Specialized method for loading the cache (pure virtual: implemented specifically in child classes) More... | |
virtual void | flagToDisk (const PlotMSFlagging &flagging, casacore::Vector< casacore::Int > &chunks, casacore::Vector< casacore::Int > &relids, casacore::Bool flag, PlotMSIndexer *indexer, int dataIndex)=0 |
void | deleteCache () |
Clean up the PtrBlocks. More... | |
void | deleteIndexer () |
void | deleteAtm () |
helpers for atm/tsky overlays More... | |
void | printAtmStats (casacore::Int scan) |
virtual bool | isEphemeris () |
bool | isEphemerisAxis (PMS::Axis axis) const |
void | setAxesMask (PMS::Axis axis, casacore::Vector< casacore::Bool > &axismask) |
Set the net axes mask (defines how to collapse flags for the chosen plot axes) More... | |
casacore::Vector< casacore::Bool > | netAxesMask (PMS::Axis xaxis, PMS::Axis yaxis) |
Return the net axes mask for the currently set plot axes. More... | |
void | setPlotMask (casacore::Int dataIndex) |
Derive the plot mask by appropriately collapsing the flags. More... | |
void | setPlotMask (casacore::Int dataIndex, casacore::Int chunk) |
void | deletePlotMask () |
Delete the whole plot mask. More... | |
void | logInfo (const casacore::String &method, const casacore::String &message) |
Returns the number of points loaded for the given axis or 0 if not loaded. More... | |
void | logDebug (const casacore::String &method, const casacore::String &message) |
void | logWarn (const casacore::String &method, const casacore::String &message) |
void | logError (const casacore::String &method, const casacore::String &message) |
void | logLoad (const casacore::String &message) |
void | logFlag (const casacore::String &message) |
void | log (const casacore::String &method, const casacore::String &message, int eventType) |
Logs the given message from the given method name as the given event type (see PlotLogger). More... | |
int | findColorIndex (int chunk, bool initialize) |
Return the color lookup index for the chunk. More... | |
template<typename T > | |
T | checkIndex (int index, const std::vector< T > &v, const std::string &vname) const |
Check access to vector. More... | |
Private Member Functions | |
void | _updateAntennaMask (casacore::Int a, casacore::Vector< casacore::Bool > &antMask, const casacore::Vector< casacore::Int > selectedAntennas) |
bool | axisIsValid (PMS::Axis axis, const PlotMSAveraging &averaging) |
Friends | |
class | PlotMSIndexer |
Friend class declarations. More... | |
Definition at line 59 of file PlotMSCacheBase.h.
Definition at line 480 of file PlotMSCacheBase.h.
using casa::PlotMSCacheBase::RaDecMap = std::map<DirectionAxisParams,RaDecData> |
Definition at line 481 of file PlotMSCacheBase.h.
TBD: friend class PlotMSData;.
Varieties of cache TBD: move to PlotMSConstants?
Enumerator | |
---|---|
MS | |
CAL |
Definition at line 70 of file PlotMSCacheBase.h.
casa::PlotMSCacheBase::PlotMSCacheBase | ( | PlotMSApp * | parent, |
PlotMSPlot * | plot = nullptr |
||
) |
Constructor which takes parent PlotMS.
|
virtual |
Destructor.
|
protected |
Forbid copy for now.
|
private |
|
protected |
|
protected |
|
protected |
|
inline |
Definition at line 354 of file PlotMSCacheBase.h.
References ampCorr_.
|
inline |
Definition at line 362 of file PlotMSCacheBase.h.
References ampCorrDivModel_.
|
inline |
Definition at line 363 of file PlotMSCacheBase.h.
References ampCorrDivModelS_.
|
inline |
Definition at line 356 of file PlotMSCacheBase.h.
References ampCorrModel_.
|
inline |
Definition at line 357 of file PlotMSCacheBase.h.
References ampCorrModelS_.
|
inline |
visibility and flag axes (S is for scalar residuals)
Definition at line 353 of file PlotMSCacheBase.h.
References amp_.
|
inline |
Definition at line 360 of file PlotMSCacheBase.h.
References ampDataDivModel_.
|
inline |
Definition at line 361 of file PlotMSCacheBase.h.
References ampDataDivModelS_.
|
inline |
Definition at line 358 of file PlotMSCacheBase.h.
References ampDataModel_.
|
inline |
Definition at line 359 of file PlotMSCacheBase.h.
References ampDataModelS_.
|
inline |
Definition at line 364 of file PlotMSCacheBase.h.
References ampFloat_.
|
inline |
Definition at line 355 of file PlotMSCacheBase.h.
References ampModel_.
|
inline |
Definition at line 432 of file PlotMSCacheBase.h.
References antenna_.
|
inline |
Definition at line 343 of file PlotMSCacheBase.h.
References antenna1_.
|
inline |
Definition at line 344 of file PlotMSCacheBase.h.
References antenna2_.
|
inline |
Definition at line 444 of file PlotMSCacheBase.h.
References antpos_.
bool casa::PlotMSCacheBase::areRaDecAxesLoaded | ( | const DirectionAxisParams & | params | ) | const |
Returns true if RA/DEC axes data.
|
inline |
|
inline |
Access to averaging state in the cache:
Definition at line 159 of file PlotMSCacheBase.h.
References averaging_.
|
static |
|
private |
|
inline |
Definition at line 433 of file PlotMSCacheBase.h.
References az_.
|
inline |
Definition at line 428 of file PlotMSCacheBase.h.
References az0_.
|
inline |
Definition at line 345 of file PlotMSCacheBase.h.
References baseline_.
|
inline |
Returns whether cache is filled.
Definition at line 125 of file PlotMSCacheBase.h.
References dataLoaded_.
Referenced by hasReferenceValue().
|
pure virtual |
Identify myself (MS or CAL)
Implemented in casa::MSCache, and casa::CalCache.
Referenced by casa::CacheFactory::needNewCache().
|
inline |
Definition at line 93 of file PlotMSCacheBase.h.
References calType_.
bool casa::PlotMSCacheBase::canShowImageCurve | ( | ) |
IMAGESB axis; for axis labels/title (image curve axis not always loaded)
|
inline |
Definition at line 339 of file PlotMSCacheBase.h.
References chan_.
|
protected |
Check access to vector.
|
inline |
void casa::PlotMSCacheBase::clear | ( | ) |
Clears the cache of all stored values.
This should be called when the underlying MS/CalTable or selection is changed, thus invalidating stored data.
void casa::PlotMSCacheBase::clearRanges | ( | ) |
|
inline |
Definition at line 342 of file PlotMSCacheBase.h.
References corr_.
|
protected |
helpers for atm/tsky overlays
|
protected |
Clean up the PtrBlocks.
|
protected |
|
protected |
Delete the whole plot mask.
|
inline |
Definition at line 434 of file PlotMSCacheBase.h.
References el_.
|
inline |
Definition at line 429 of file PlotMSCacheBase.h.
References el0_.
|
inline |
Definition at line 349 of file PlotMSCacheBase.h.
References feed1_.
|
inline |
Definition at line 350 of file PlotMSCacheBase.h.
References feed2_.
|
inline |
Definition at line 335 of file PlotMSCacheBase.h.
References field_.
|
protected |
Return the color lookup index for the chunk.
|
inline |
Definition at line 410 of file PlotMSCacheBase.h.
References casa::vi::chunk(), and flag_.
PlotLogMessage* casa::PlotMSCacheBase::flagRange | ( | int | plotIterIndex, |
casa::PlotMSFlagging & | flagging, | ||
const casacore::Vector< PlotRegion > & | regions, | ||
bool | showFlagged | ||
) |
|
inline |
Definition at line 411 of file PlotMSCacheBase.h.
References casa::vi::chunk(), and flagrow_.
|
protectedpure virtual |
Implemented in casa::MSCache, and casa::CalCache.
|
inline |
Definition at line 340 of file PlotMSCacheBase.h.
References freq_.
|
inline |
Definition at line 220 of file PlotMSCacheBase.h.
References amp_.
|
inline |
Definition at line 221 of file PlotMSCacheBase.h.
References ampCorr_.
|
inline |
Definition at line 229 of file PlotMSCacheBase.h.
References ampCorrDivModel_.
|
inline |
Definition at line 230 of file PlotMSCacheBase.h.
References ampCorrDivModelS_.
|
inline |
Definition at line 223 of file PlotMSCacheBase.h.
References ampCorrModel_.
|
inline |
Definition at line 224 of file PlotMSCacheBase.h.
References ampCorrModelS_.
|
inline |
Definition at line 227 of file PlotMSCacheBase.h.
References ampDataDivModel_.
|
inline |
Definition at line 228 of file PlotMSCacheBase.h.
References ampDataDivModelS_.
|
inline |
Definition at line 225 of file PlotMSCacheBase.h.
References ampDataModel_.
|
inline |
Definition at line 226 of file PlotMSCacheBase.h.
References ampDataModelS_.
|
inline |
Definition at line 231 of file PlotMSCacheBase.h.
References ampFloat_.
|
inline |
Definition at line 222 of file PlotMSCacheBase.h.
References ampModel_.
|
inline |
Definition at line 210 of file PlotMSCacheBase.h.
References antenna1_.
|
inline |
Definition at line 211 of file PlotMSCacheBase.h.
References antenna2_.
|
inline |
|
inline |
Definition at line 324 of file PlotMSCacheBase.h.
References antpos_.
|
inline |
|
inline |
Definition at line 309 of file PlotMSCacheBase.h.
References az_.
|
inline |
These are array-global (one value per chunk)
Definition at line 300 of file PlotMSCacheBase.h.
References az0_.
|
inline |
Definition at line 212 of file PlotMSCacheBase.h.
References baseline_.
|
inline |
Definition at line 208 of file PlotMSCacheBase.h.
References chan_.
|
inline |
Returns a list of channel numbers that were averaged together in that chunk.
Definition at line 454 of file PlotMSCacheBase.h.
References chansPerBin_.
|
inline |
Definition at line 209 of file PlotMSCacheBase.h.
References corr_.
|
inline |
Definition at line 114 of file PlotMSCacheBase.h.
References currentX_.
|
inline |
Definition at line 315 of file PlotMSCacheBase.h.
const RaDecData& casa::PlotMSCacheBase::getDecDataX | ( | int | index | ) | const |
const RaDecData& casa::PlotMSCacheBase::getDecDataY | ( | int | index | ) | const |
|
inline |
Definition at line 310 of file PlotMSCacheBase.h.
References el_.
|
inline |
Definition at line 301 of file PlotMSCacheBase.h.
References el0_.
|
inline |
Definition at line 217 of file PlotMSCacheBase.h.
References feed1_.
|
inline |
Definition at line 218 of file PlotMSCacheBase.h.
References feed2_.
|
inline |
Definition at line 202 of file PlotMSCacheBase.h.
References field_.
|
inline |
Definition at line 282 of file PlotMSCacheBase.h.
References flag_.
|
inline |
Definition at line 283 of file PlotMSCacheBase.h.
References flagrow_.
|
inline |
Definition at line 206 of file PlotMSCacheBase.h.
References freq_.
|
inline |
Frequency frame in original casacore::MS or requested by user.
Definition at line 146 of file PlotMSCacheBase.h.
References freqFrame_.
|
inline |
Definition at line 304 of file PlotMSCacheBase.h.
References ha0_.
|
inline |
Definition at line 257 of file PlotMSCacheBase.h.
References imag_.
|
inline |
Definition at line 258 of file PlotMSCacheBase.h.
References imagCorr_.
|
inline |
Definition at line 266 of file PlotMSCacheBase.h.
References imagCorrDivModel_.
|
inline |
Definition at line 267 of file PlotMSCacheBase.h.
References imagCorrDivModelS_.
|
inline |
Definition at line 260 of file PlotMSCacheBase.h.
References imagCorrModel_.
|
inline |
Definition at line 261 of file PlotMSCacheBase.h.
References imagCorrModelS_.
|
inline |
Definition at line 264 of file PlotMSCacheBase.h.
References imagDataDivModel_.
|
inline |
Definition at line 265 of file PlotMSCacheBase.h.
References imagDataDivModelS_.
|
inline |
Definition at line 262 of file PlotMSCacheBase.h.
References imagDataModel_.
|
inline |
Definition at line 263 of file PlotMSCacheBase.h.
References imagDataModelS_.
|
inline |
Definition at line 329 of file PlotMSCacheBase.h.
References imageSideband_.
|
inline |
Definition at line 259 of file PlotMSCacheBase.h.
References imagModel_.
|
inline |
this metadata axis is "loaded" for cal tables so check for empty array
Definition at line 216 of file PlotMSCacheBase.h.
References casa::data, casa::vi::empty(), and intent_.
PMS::Axis casa::PlotMSCacheBase::getIterAxis | ( | ) | const |
|
inline |
Definition at line 214 of file PlotMSCacheBase.h.
References obsid_.
|
inline |
Definition at line 305 of file PlotMSCacheBase.h.
References pa0_.
|
inline |
These support generic non-complex calibration.
Definition at line 322 of file PlotMSCacheBase.h.
References par_.
|
inline |
Definition at line 319 of file PlotMSCacheBase.h.
References parang_.
|
inline |
Definition at line 233 of file PlotMSCacheBase.h.
References pha_.
|
inline |
Definition at line 234 of file PlotMSCacheBase.h.
References phaCorr_.
|
inline |
Definition at line 242 of file PlotMSCacheBase.h.
References phaCorrDivModel_.
|
inline |
Definition at line 243 of file PlotMSCacheBase.h.
References phaCorrDivModelS_.
|
inline |
Definition at line 236 of file PlotMSCacheBase.h.
References phaCorrModel_.
|
inline |
Definition at line 237 of file PlotMSCacheBase.h.
References phaCorrModelS_.
|
inline |
Definition at line 240 of file PlotMSCacheBase.h.
References phaDataDivModel_.
|
inline |
Definition at line 241 of file PlotMSCacheBase.h.
References phaDataDivModelS_.
|
inline |
Definition at line 238 of file PlotMSCacheBase.h.
References phaDataModel_.
|
inline |
Definition at line 239 of file PlotMSCacheBase.h.
References phaDataModelS_.
|
inline |
Definition at line 235 of file PlotMSCacheBase.h.
References phaModel_.
|
inline |
Definition at line 311 of file PlotMSCacheBase.h.
const RaDecData& casa::PlotMSCacheBase::getRaDataX | ( | int | index | ) | const |
const RaDecData& casa::PlotMSCacheBase::getRaDataY | ( | int | index | ) | const |
|
inline |
Definition at line 302 of file PlotMSCacheBase.h.
References radialVelocity_.
|
inline |
Definition at line 245 of file PlotMSCacheBase.h.
References real_.
|
inline |
Definition at line 246 of file PlotMSCacheBase.h.
References realCorr_.
|
inline |
Definition at line 254 of file PlotMSCacheBase.h.
References realCorrDivModel_.
|
inline |
Definition at line 255 of file PlotMSCacheBase.h.
References realCorrDivModelS_.
|
inline |
Definition at line 248 of file PlotMSCacheBase.h.
References realCorrModel_.
|
inline |
Definition at line 249 of file PlotMSCacheBase.h.
References realCorrModelS_.
|
inline |
Definition at line 252 of file PlotMSCacheBase.h.
References realDataDivModel_.
|
inline |
Definition at line 253 of file PlotMSCacheBase.h.
References realDataDivModelS_.
|
inline |
Definition at line 250 of file PlotMSCacheBase.h.
References realDataModel_.
|
inline |
Definition at line 251 of file PlotMSCacheBase.h.
References realDataModelS_.
|
inline |
Definition at line 247 of file PlotMSCacheBase.h.
References realModel_.
|
inline |
Definition at line 303 of file PlotMSCacheBase.h.
References rho_.
|
inline |
Definition at line 213 of file PlotMSCacheBase.h.
References row_.
|
inline |
Definition at line 201 of file PlotMSCacheBase.h.
References scan_.
|
inline |
Definition at line 287 of file PlotMSCacheBase.h.
References sigma_.
|
inline |
Definition at line 288 of file PlotMSCacheBase.h.
References sigmasp_.
|
inline |
Definition at line 323 of file PlotMSCacheBase.h.
References snr_.
|
inline |
Definition at line 205 of file PlotMSCacheBase.h.
References spw_.
|
inline |
Definition at line 203 of file PlotMSCacheBase.h.
References time_.
casacore::String casa::PlotMSCacheBase::getTimeBounds | ( | int | iterValue | ) |
Return a formatted string for time iteration plots giving the time range.
pair<casacore::Double,casacore::Double> casa::PlotMSCacheBase::getTimeBounds | ( | ) | const |
Return the time as doubles.
|
inline |
Definition at line 204 of file PlotMSCacheBase.h.
References timeIntr_.
|
inline |
Definition at line 328 of file PlotMSCacheBase.h.
References tsky_.
|
inline |
Definition at line 292 of file PlotMSCacheBase.h.
References u_.
|
inline |
Definition at line 290 of file PlotMSCacheBase.h.
References uvdist_.
|
inline |
Definition at line 291 of file PlotMSCacheBase.h.
References uvdistL_.
|
inline |
Definition at line 295 of file PlotMSCacheBase.h.
References uwave_.
|
inline |
Definition at line 293 of file PlotMSCacheBase.h.
References v_.
|
inline |
Definition at line 207 of file PlotMSCacheBase.h.
References vel_.
|
inline |
Definition at line 296 of file PlotMSCacheBase.h.
References vwave_.
|
inline |
Definition at line 294 of file PlotMSCacheBase.h.
References w_.
|
inline |
Definition at line 285 of file PlotMSCacheBase.h.
References wt_.
|
inline |
Definition at line 286 of file PlotMSCacheBase.h.
References wtsp_.
|
inline |
Definition at line 269 of file PlotMSCacheBase.h.
References wtxamp_.
|
inline |
Definition at line 270 of file PlotMSCacheBase.h.
References wtxampCorr_.
|
inline |
Definition at line 278 of file PlotMSCacheBase.h.
References wtxampCorrDivModel_.
|
inline |
Definition at line 279 of file PlotMSCacheBase.h.
References wtxampCorrDivModelS_.
|
inline |
Definition at line 272 of file PlotMSCacheBase.h.
References wtxampCorrModel_.
|
inline |
Definition at line 273 of file PlotMSCacheBase.h.
References wtxampCorrModelS_.
|
inline |
Definition at line 276 of file PlotMSCacheBase.h.
References wtxampDataDivModel_.
|
inline |
Definition at line 277 of file PlotMSCacheBase.h.
References wtxampDataDivModelS_.
|
inline |
Definition at line 274 of file PlotMSCacheBase.h.
References wtxampDataModel_.
|
inline |
Definition at line 275 of file PlotMSCacheBase.h.
References wtxampDataModelS_.
|
inline |
Definition at line 280 of file PlotMSCacheBase.h.
References wtxampFloat_.
|
inline |
Definition at line 271 of file PlotMSCacheBase.h.
References wtxampModel_.
|
inline |
Definition at line 297 of file PlotMSCacheBase.h.
References wwave_.
pair<casacore::Double,casacore::Double> casa::PlotMSCacheBase::getXAxisBounds | ( | int | index | ) | const |
Return the axes ranges.
|
inline |
Definition at line 475 of file PlotMSCacheBase.h.
References currentXData_.
pair<casacore::Double,casacore::Double> casa::PlotMSCacheBase::getYAxisBounds | ( | int | index | ) | const |
|
inline |
Definition at line 476 of file PlotMSCacheBase.h.
References currentYData_.
|
inline |
A chunk is good (T) if it contains data (when averaging, some chunks may have nrows=0)
Definition at line 135 of file PlotMSCacheBase.h.
References goodChunk_.
|
inline |
Definition at line 430 of file PlotMSCacheBase.h.
References ha0_.
|
inline |
Definition at line 198 of file PlotMSCacheBase.h.
References antenna2_, and casa::vi::size().
|
inline |
Some metadata axes not loaded for certain calibration tables.
Definition at line 197 of file PlotMSCacheBase.h.
References chan_, and casa::vi::size().
|
inline |
ATM or TSKY axis; for adjusting plot ranges.
Definition at line 101 of file PlotMSCacheBase.h.
References plotmsAtm_.
|
inline |
Is there a reference value for the specified axis? TBD: actually make this axis-dep?
Definition at line 139 of file PlotMSCacheBase.h.
References cacheReady().
Referenced by referenceValue().
|
inline |
Definition at line 388 of file PlotMSCacheBase.h.
References imagCorr_.
|
inline |
Definition at line 396 of file PlotMSCacheBase.h.
References imagCorrDivModel_.
|
inline |
Definition at line 397 of file PlotMSCacheBase.h.
References imagCorrDivModelS_.
|
inline |
Definition at line 390 of file PlotMSCacheBase.h.
References imagCorrModel_.
|
inline |
Definition at line 391 of file PlotMSCacheBase.h.
References imagCorrModelS_.
|
inline |
Definition at line 387 of file PlotMSCacheBase.h.
References imag_.
|
inline |
Definition at line 394 of file PlotMSCacheBase.h.
References imagDataDivModel_.
|
inline |
Definition at line 395 of file PlotMSCacheBase.h.
References imagDataDivModelS_.
|
inline |
Definition at line 392 of file PlotMSCacheBase.h.
References imagDataModel_.
|
inline |
Definition at line 393 of file PlotMSCacheBase.h.
References imagDataModelS_.
|
inline |
Definition at line 449 of file PlotMSCacheBase.h.
References imageSideband_.
|
inline |
Definition at line 389 of file PlotMSCacheBase.h.
References imagModel_.
|
inline |
Reference an indexer; returns -1 if there is no indexer for the given dataIndex.
Definition at line 107 of file PlotMSCacheBase.h.
References indexer_.
|
inline |
Definition at line 110 of file PlotMSCacheBase.h.
References indexer0_.
|
inline |
Definition at line 348 of file PlotMSCacheBase.h.
References intent_.
|
inlineprotectedvirtual |
Reimplemented in casa::MSCache.
Definition at line 532 of file PlotMSCacheBase.h.
|
protected |
bool casa::PlotMSCacheBase::isIndexerInitialized | ( | PMS::Axis | iteraxis, |
casacore::Bool | globalXRange, | ||
casacore::Bool | globalYRange, | ||
int | dataIndex | ||
) | const |
Set up indexing for the plot.
bool casa::PlotMSCacheBase::isValidRaDecIndex | ( | int | index | ) | const |
|
virtual |
Loads the cache for the given axes and data columns.
IMPORTANT: this method assumes that any currently loaded data is valid for the given VisIter; i.e., if the meta-information or either of the axes are already loaded, then they don't need to be reloaded. If this is not the case, then clear() should be called BEFORE append(). If a PlotMSCacheThreadHelper object is given, it will be used to report progress information.
std::vector<PMS::Axis> casa::PlotMSCacheBase::loadedAxes | ( | ) | const |
Returns which axes have been loaded into the cache, including metadata.
Also includes the size (number of points) for each axis (which will eventually be used for a cache manager to let the user know the relative memory use of each axis).
|
protectedpure virtual |
Specialized method for loading the cache (pure virtual: implemented specifically in child classes)
Implemented in casa::CalCache, and casa::MSCache.
casacore::Record casa::PlotMSCacheBase::locateInfo | ( | int | plotIterIndex, |
const casacore::Vector< PlotRegion > & | regions, | ||
bool | showUnflagged, | ||
bool | showFlagged, | ||
bool | selectAll | ||
) |
PlotLogMessage* casa::PlotMSCacheBase::locateRange | ( | int | plotIterIndex, |
const casacore::Vector< PlotRegion > & | regions, | ||
bool | showUnflagged, | ||
bool | showFlagged | ||
) |
|
protected |
Logs the given message from the given method name as the given event type (see PlotLogger).
Referenced by logDebug(), logError(), logFlag(), logInfo(), logLoad(), logmesg(), and logWarn().
|
inlineprotected |
Definition at line 556 of file PlotMSCacheBase.h.
References log(), and casa::PlotLogger::MSG_DEBUG.
|
inlineprotected |
Definition at line 560 of file PlotMSCacheBase.h.
References log(), and casa::PlotLogger::MSG_ERROR.
|
inlineprotected |
Definition at line 565 of file PlotMSCacheBase.h.
References log(), casa::PMS::LOG_EVENT_FLAG, and casa::PMS::LOG_ORIGIN_FLAG.
|
inlineprotected |
Returns the number of points loaded for the given axis or 0 if not loaded.
Only used for PlotMSCacheTab, no longer used in plotms unsigned int nPointsForAxis(PMS::Axis axis) const;
Convenience methods that call log() with the given method name and the appropriate event type.
Definition at line 554 of file PlotMSCacheBase.h.
References log(), and casa::PlotLogger::MSG_INFO.
|
inlineprotected |
Definition at line 563 of file PlotMSCacheBase.h.
References log(), casa::PMS::LOG_EVENT_LOAD_CACHE, and casa::PMS::LOG_ORIGIN_LOAD_CACHE.
|
inline |
public log method
Definition at line 490 of file PlotMSCacheBase.h.
References log(), and casa::type().
|
inlineprotected |
Definition at line 558 of file PlotMSCacheBase.h.
References log(), and casa::PlotLogger::MSG_WARN.
|
inline |
Definition at line 98 of file PlotMSCacheBase.h.
References METADATA.
|
inline |
|
protected |
Return the net axes mask for the currently set plot axes.
casacore::Int casa::PlotMSCacheBase::nIter | ( | int | dataIndex | ) | const |
|
inline |
|
inline |
Definition at line 347 of file PlotMSCacheBase.h.
References obsid_.
|
inline |
Definition at line 431 of file PlotMSCacheBase.h.
References pa0_.
|
inline |
|
inline |
Definition at line 435 of file PlotMSCacheBase.h.
References parang_.
|
inline |
Definition at line 366 of file PlotMSCacheBase.h.
References phaCorr_.
|
inline |
Definition at line 374 of file PlotMSCacheBase.h.
References phaCorrDivModel_.
|
inline |
Definition at line 375 of file PlotMSCacheBase.h.
References phaCorrDivModelS_.
|
inline |
Definition at line 368 of file PlotMSCacheBase.h.
References phaCorrModel_.
|
inline |
Definition at line 369 of file PlotMSCacheBase.h.
References phaCorrModelS_.
|
inline |
Definition at line 365 of file PlotMSCacheBase.h.
References pha_.
|
inline |
Definition at line 372 of file PlotMSCacheBase.h.
References phaDataDivModel_.
|
inline |
Definition at line 373 of file PlotMSCacheBase.h.
References phaDataDivModelS_.
|
inline |
Definition at line 370 of file PlotMSCacheBase.h.
References phaDataModel_.
|
inline |
Definition at line 371 of file PlotMSCacheBase.h.
References phaDataModelS_.
|
inline |
Definition at line 367 of file PlotMSCacheBase.h.
References phaModel_.
|
pure virtual |
Access to pol names.
Implemented in casa::MSCache, and casa::CalCache.
|
inline |
Definition at line 94 of file PlotMSCacheBase.h.
References polnRatio_.
|
protected |
|
inline |
|
inline |
Definition at line 377 of file PlotMSCacheBase.h.
References realCorr_.
|
inline |
Definition at line 385 of file PlotMSCacheBase.h.
References realCorrDivModel_.
|
inline |
Definition at line 386 of file PlotMSCacheBase.h.
References realCorrDivModelS_.
|
inline |
Definition at line 379 of file PlotMSCacheBase.h.
References realCorrModel_.
|
inline |
Definition at line 380 of file PlotMSCacheBase.h.
References realCorrModelS_.
|
inline |
Definition at line 376 of file PlotMSCacheBase.h.
References real_.
|
inline |
Definition at line 383 of file PlotMSCacheBase.h.
References realDataDivModel_.
|
inline |
Definition at line 384 of file PlotMSCacheBase.h.
References realDataDivModelS_.
|
inline |
Definition at line 381 of file PlotMSCacheBase.h.
References realDataModel_.
|
inline |
Definition at line 382 of file PlotMSCacheBase.h.
References realDataModelS_.
|
inline |
Definition at line 378 of file PlotMSCacheBase.h.
References realModel_.
|
inline |
Definition at line 140 of file PlotMSCacheBase.h.
References hasReferenceValue(), and refTime().
|
inline |
Report the reference time for this cache (in seconds)
Definition at line 143 of file PlotMSCacheBase.h.
References refTime_p.
Referenced by referenceValue().
void casa::PlotMSCacheBase::release | ( | const std::vector< PMS::Axis > & | axes | ) |
Releases the given axes from the cache.
void casa::PlotMSCacheBase::resizeIndexer | ( | int | size | ) |
|
inline |
Definition at line 439 of file PlotMSCacheBase.h.
References rho_.
|
inline |
Definition at line 346 of file PlotMSCacheBase.h.
References row_.
|
inline |
|
protected |
Set the net axes mask (defines how to collapse flags for the chosen plot axes)
|
protected |
Resize storage for the number of chunks increaseCache parameter: false to initialize with empty Arrays before loading cache true to increase: copy values then add empty Arrays while loading cache.
|
pure virtual |
keep MS/CT filename (sets calType_)
Implemented in casa::CalCache, and casa::MSCache.
void casa::PlotMSCacheBase::setPlot | ( | PlotMSPlot * | plot | ) |
|
protected |
Derive the plot mask by appropriately collapsing the flags.
|
protected |
void casa::PlotMSCacheBase::setUpIndexer | ( | PMS::Axis | iteraxis = PMS::SCAN , |
casacore::Bool | globalXRange = false , |
||
casacore::Bool | globalYRange = false , |
||
const casacore::String & | xconnect = "none" , |
||
bool | timeconnect = false , |
||
int | dataIndex = 0 |
||
) |
|
inline |
Definition at line 416 of file PlotMSCacheBase.h.
References sigma_.
|
inline |
Definition at line 417 of file PlotMSCacheBase.h.
References sigmasp_.
|
inline |
Definition at line 443 of file PlotMSCacheBase.h.
References snr_.
|
inline |
Definition at line 338 of file PlotMSCacheBase.h.
References spw_.
|
inline |
Definition at line 336 of file PlotMSCacheBase.h.
References time_.
|
inline |
Definition at line 337 of file PlotMSCacheBase.h.
References timeIntr_.
|
inline |
Access to transformations state in the cache.
Definition at line 162 of file PlotMSCacheBase.h.
References transformations_.
|
inline |
Definition at line 448 of file PlotMSCacheBase.h.
References tsky_.
|
inline |
Definition at line 422 of file PlotMSCacheBase.h.
References u_.
|
inline |
|
inline |
Definition at line 421 of file PlotMSCacheBase.h.
References uvdistL_.
|
inline |
Definition at line 425 of file PlotMSCacheBase.h.
References uwave_.
|
inline |
Definition at line 423 of file PlotMSCacheBase.h.
References v_.
|
inline |
Definition at line 341 of file PlotMSCacheBase.h.
References vel_.
|
inline |
Definition at line 426 of file PlotMSCacheBase.h.
References vwave_.
|
inline |
Definition at line 424 of file PlotMSCacheBase.h.
References w_.
|
inline |
Returns whether user canceled during loading chunks.
Definition at line 128 of file PlotMSCacheBase.h.
References userCanceled_.
|
inline |
|
inline |
Definition at line 415 of file PlotMSCacheBase.h.
References wtsp_.
|
inline |
Definition at line 399 of file PlotMSCacheBase.h.
References wtxampCorr_.
|
inline |
Definition at line 407 of file PlotMSCacheBase.h.
References wtxampCorrDivModel_.
|
inline |
Definition at line 408 of file PlotMSCacheBase.h.
References wtxampCorrDivModelS_.
|
inline |
Definition at line 401 of file PlotMSCacheBase.h.
References wtxampCorrModel_.
|
inline |
Definition at line 402 of file PlotMSCacheBase.h.
References wtxampCorrModelS_.
|
inline |
Definition at line 398 of file PlotMSCacheBase.h.
References wtxamp_.
|
inline |
Definition at line 405 of file PlotMSCacheBase.h.
References wtxampDataDivModel_.
|
inline |
Definition at line 406 of file PlotMSCacheBase.h.
References wtxampDataDivModelS_.
|
inline |
Definition at line 403 of file PlotMSCacheBase.h.
References wtxampDataModel_.
|
inline |
Definition at line 404 of file PlotMSCacheBase.h.
References wtxampDataModelS_.
|
inline |
Definition at line 409 of file PlotMSCacheBase.h.
References wtxampFloat_.
|
inline |
Definition at line 400 of file PlotMSCacheBase.h.
References wtxampModel_.
|
inline |
Definition at line 427 of file PlotMSCacheBase.h.
References wwave_.
|
friend |
Friend class declarations.
Definition at line 62 of file PlotMSCacheBase.h.
|
protected |
casacore::Data (the heavy part)
Definition at line 632 of file PlotMSCacheBase.h.
|
protected |
Definition at line 632 of file PlotMSCacheBase.h.
Referenced by ampCorr(), and getAmpCorr().
|
protected |
Definition at line 632 of file PlotMSCacheBase.h.
Referenced by ampCorrDivModel(), and getAmpCorrDivMod().
|
protected |
Definition at line 632 of file PlotMSCacheBase.h.
Referenced by ampCorrDivModelS(), and getAmpCorrDivModS().
|
protected |
Definition at line 632 of file PlotMSCacheBase.h.
Referenced by ampCorrModel(), and getAmpCorrMod().
|
protected |
Definition at line 632 of file PlotMSCacheBase.h.
Referenced by ampCorrModelS(), and getAmpCorrModS().
|
protected |
Definition at line 632 of file PlotMSCacheBase.h.
Referenced by ampDataDivModel(), and getAmpDataDivMod().
|
protected |
Definition at line 632 of file PlotMSCacheBase.h.
Referenced by ampDataDivModelS(), and getAmpDataDivModS().
|
protected |
Definition at line 632 of file PlotMSCacheBase.h.
Referenced by ampDataModel(), and getAmpDataMod().
|
protected |
Definition at line 632 of file PlotMSCacheBase.h.
Referenced by ampDataModelS(), and getAmpDataModS().
|
protected |
Definition at line 632 of file PlotMSCacheBase.h.
Referenced by ampFloat(), and getAmpFloat().
|
protected |
Definition at line 632 of file PlotMSCacheBase.h.
Referenced by ampModel(), and getAmpModel().
|
protected |
Definition at line 617 of file PlotMSCacheBase.h.
|
protected |
Definition at line 617 of file PlotMSCacheBase.h.
|
protected |
Definition at line 661 of file PlotMSCacheBase.h.
Referenced by ant(), and getAntenna().
|
protected |
meta info for locate output
Definition at line 715 of file PlotMSCacheBase.h.
|
protected |
Definition at line 673 of file PlotMSCacheBase.h.
Referenced by antpos(), and getAntPos().
|
protected |
Definition at line 717 of file PlotMSCacheBase.h.
|
protected |
Definition at line 669 of file PlotMSCacheBase.h.
|
protected |
Definition at line 704 of file PlotMSCacheBase.h.
Referenced by averaging().
|
protected |
Definition at line 667 of file PlotMSCacheBase.h.
|
protected |
Definition at line 662 of file PlotMSCacheBase.h.
|
protected |
Definition at line 617 of file PlotMSCacheBase.h.
|
protected |
Definition at line 706 of file PlotMSCacheBase.h.
|
protected |
The calibration type (casacore::Table subType)
Definition at line 727 of file PlotMSCacheBase.h.
Referenced by calType().
|
protected |
Definition at line 621 of file PlotMSCacheBase.h.
|
protected |
Definition at line 622 of file PlotMSCacheBase.h.
Referenced by getChansPerBin().
|
protected |
The fundamental meta-data cache.
Definition at line 612 of file PlotMSCacheBase.h.
Referenced by chunkShapes().
|
protected |
Definition at line 623 of file PlotMSCacheBase.h.
|
protected |
Definition at line 678 of file PlotMSCacheBase.h.
Referenced by getDataCount().
|
protected |
Definition at line 680 of file PlotMSCacheBase.h.
Referenced by getXDataColumn().
|
protected |
Definition at line 682 of file PlotMSCacheBase.h.
|
protected |
Definition at line 684 of file PlotMSCacheBase.h.
|
protected |
Definition at line 679 of file PlotMSCacheBase.h.
|
protected |
Definition at line 681 of file PlotMSCacheBase.h.
Referenced by getYDataColumn().
|
protected |
Definition at line 683 of file PlotMSCacheBase.h.
|
protected |
Definition at line 685 of file PlotMSCacheBase.h.
|
protected |
|
protected |
Definition at line 663 of file PlotMSCacheBase.h.
|
protected |
Definition at line 664 of file PlotMSCacheBase.h.
|
protected |
Definition at line 667 of file PlotMSCacheBase.h.
|
protected |
Definition at line 662 of file PlotMSCacheBase.h.
|
protected |
Definition at line 723 of file PlotMSCacheBase.h.
|
protected |
Definition at line 626 of file PlotMSCacheBase.h.
Referenced by feed1(), and getFeed1().
|
protected |
Definition at line 626 of file PlotMSCacheBase.h.
Referenced by feed2(), and getFeed2().
|
protected |
Definition at line 615 of file PlotMSCacheBase.h.
Referenced by field(), and getField().
|
protected |
A copy of the casacore::Data parameters.
Definition at line 702 of file PlotMSCacheBase.h.
Referenced by casa::MSCache::setFilename().
|
protected |
Definition at line 654 of file PlotMSCacheBase.h.
|
protected |
Definition at line 655 of file PlotMSCacheBase.h.
Referenced by flagrow(), and getFlagRow().
|
protected |
Definition at line 718 of file PlotMSCacheBase.h.
|
protected |
Definition at line 620 of file PlotMSCacheBase.h.
|
protected |
Set frame from VI if not specified by user (for VI2::getFrequencies and axis label)
Definition at line 606 of file PlotMSCacheBase.h.
Referenced by getFreqFrame().
|
protected |
Definition at line 613 of file PlotMSCacheBase.h.
Referenced by goodChunk().
|
protected |
Definition at line 667 of file PlotMSCacheBase.h.
|
protected |
Definition at line 644 of file PlotMSCacheBase.h.
Referenced by getImag(), and imagData().
|
protected |
Definition at line 644 of file PlotMSCacheBase.h.
Referenced by getImagCorr(), and imagCorr().
|
protected |
Definition at line 644 of file PlotMSCacheBase.h.
Referenced by getImagCorrDivMod(), and imagCorrDivModel().
|
protected |
Definition at line 644 of file PlotMSCacheBase.h.
Referenced by getImagCorrDivModS(), and imagCorrDivModelS().
|
protected |
Definition at line 644 of file PlotMSCacheBase.h.
Referenced by getImagCorrMod(), and imagCorrModel().
|
protected |
Definition at line 644 of file PlotMSCacheBase.h.
Referenced by getImagCorrModS(), and imagCorrModelS().
|
protected |
Definition at line 644 of file PlotMSCacheBase.h.
Referenced by getImagDataDivMod(), and imagDataDivModel().
|
protected |
Definition at line 644 of file PlotMSCacheBase.h.
Referenced by getImagDataDivModS(), and imagDataDivModelS().
|
protected |
Definition at line 644 of file PlotMSCacheBase.h.
Referenced by getImagDataMod(), and imagDataModel().
|
protected |
Definition at line 644 of file PlotMSCacheBase.h.
Referenced by getImagDataModS(), and imagDataModelS().
|
protected |
Definition at line 669 of file PlotMSCacheBase.h.
Referenced by getImageSideband(), and imageSideband().
|
protected |
Definition at line 644 of file PlotMSCacheBase.h.
Referenced by getImagModel(), and imagModel().
|
protected |
An empty indexer (its an empty PlotData object used for initialization)
Definition at line 590 of file PlotMSCacheBase.h.
Referenced by indexer0().
|
protected |
The indexer into the cache.
Definition at line 593 of file PlotMSCacheBase.h.
Referenced by indexer().
|
protected |
Definition at line 625 of file PlotMSCacheBase.h.
Referenced by getIntent(), and intent().
|
protected |
Definition at line 719 of file PlotMSCacheBase.h.
|
protected |
Definition at line 722 of file PlotMSCacheBase.h.
|
protected |
Parent PlotMSPlot, if any.
Definition at line 587 of file PlotMSCacheBase.h.
|
protected |
Definition at line 691 of file PlotMSCacheBase.h.
|
protected |
Definition at line 692 of file PlotMSCacheBase.h.
|
protected |
Definition at line 693 of file PlotMSCacheBase.h.
|
protected |
Definition at line 690 of file PlotMSCacheBase.h.
|
protected |
Definition at line 688 of file PlotMSCacheBase.h.
|
protected |
Definition at line 689 of file PlotMSCacheBase.h.
|
protected |
Definition at line 609 of file PlotMSCacheBase.h.
|
protected |
Definition at line 609 of file PlotMSCacheBase.h.
|
static |
Definition at line 73 of file PlotMSCacheBase.h.
Referenced by metadata().
|
protected |
Global min/max.
Definition at line 609 of file PlotMSCacheBase.h.
|
protected |
Definition at line 609 of file PlotMSCacheBase.h.
|
static |
Definition at line 74 of file PlotMSCacheBase.h.
Referenced by nmetadata().
|
protected |
The number of antennas.
Definition at line 602 of file PlotMSCacheBase.h.
|
protected |
The number of chunks in the cache.
Definition at line 596 of file PlotMSCacheBase.h.
Referenced by nChunk().
|
protected |
Axes mask.
Definition at line 709 of file PlotMSCacheBase.h.
|
protected |
Definition at line 624 of file PlotMSCacheBase.h.
Referenced by getObsid(), and obsid().
|
protected |
Definition at line 667 of file PlotMSCacheBase.h.
|
protected |
Optional parts of the cache.
Definition at line 629 of file PlotMSCacheBase.h.
|
protected |
Page header items.
Definition at line 732 of file PlotMSCacheBase.h.
Referenced by casa::MSCache::pageHeaderCache().
|
protected |
|
protected |
Definition at line 660 of file PlotMSCacheBase.h.
Referenced by getParAng(), and parAng().
|
protected |
map<PMS::Axis, std::set<PMS::DataColumn>> loadedAxesData_;
Definition at line 695 of file PlotMSCacheBase.h.
|
protected |
Definition at line 636 of file PlotMSCacheBase.h.
|
protected |
Definition at line 636 of file PlotMSCacheBase.h.
Referenced by getPhaCorr(), and phaCorr().
|
protected |
Definition at line 636 of file PlotMSCacheBase.h.
Referenced by getPhaCorrDivMod(), and phaCorrDivModel().
|
protected |
Definition at line 636 of file PlotMSCacheBase.h.
Referenced by getPhaCorrDivModS(), and phaCorrDivModelS().
|
protected |
Definition at line 636 of file PlotMSCacheBase.h.
Referenced by getPhaCorrMod(), and phaCorrModel().
|
protected |
Definition at line 636 of file PlotMSCacheBase.h.
Referenced by getPhaCorrModS(), and phaCorrModelS().
|
protected |
Definition at line 636 of file PlotMSCacheBase.h.
Referenced by getPhaDataDivMod(), and phaDataDivModel().
|
protected |
Definition at line 636 of file PlotMSCacheBase.h.
Referenced by getPhaDataDivModS(), and phaDataDivModelS().
|
protected |
Definition at line 636 of file PlotMSCacheBase.h.
Referenced by getPhaDataMod(), and phaDataModel().
|
protected |
Definition at line 636 of file PlotMSCacheBase.h.
Referenced by getPhaDataModS(), and phaDataModelS().
|
protected |
Definition at line 636 of file PlotMSCacheBase.h.
Referenced by getPhaModel(), and phaModel().
|
protected |
collapsed flag mask for plotting
Definition at line 712 of file PlotMSCacheBase.h.
|
protected |
Private data.
Parent plotms. (used only for access to logger, so far)
Definition at line 584 of file PlotMSCacheBase.h.
|
protected |
For atm/tsky overlays.
Definition at line 735 of file PlotMSCacheBase.h.
Referenced by hasOverlay().
|
protected |
polarization selection is ratio ("/")
Definition at line 729 of file PlotMSCacheBase.h.
Referenced by polnRatio().
|
protected |
Definition at line 720 of file PlotMSCacheBase.h.
|
protected |
Definition at line 663 of file PlotMSCacheBase.h.
|
protected |
Definition at line 666 of file PlotMSCacheBase.h.
Referenced by getRadialVelocity0(), and radvel().
|
protected |
Definition at line 664 of file PlotMSCacheBase.h.
|
protected |
Definition at line 640 of file PlotMSCacheBase.h.
Referenced by getReal(), and realData().
|
protected |
Definition at line 640 of file PlotMSCacheBase.h.
Referenced by getRealCorr(), and realCorr().
|
protected |
Definition at line 640 of file PlotMSCacheBase.h.
Referenced by getRealCorrDivMod(), and realCorrDivModel().
|
protected |
Definition at line 640 of file PlotMSCacheBase.h.
Referenced by getRealCorrDivModS(), and realCorrDivModelS().
|
protected |
Definition at line 640 of file PlotMSCacheBase.h.
Referenced by getRealCorrMod(), and realCorrModel().
|
protected |
Definition at line 640 of file PlotMSCacheBase.h.
Referenced by getRealCorrModS(), and realCorrModelS().
|
protected |
Definition at line 640 of file PlotMSCacheBase.h.
Referenced by getRealDataDivMod(), and realDataDivModel().
|
protected |
Definition at line 640 of file PlotMSCacheBase.h.
Referenced by getRealDataDivModS(), and realDataDivModelS().
|
protected |
Definition at line 640 of file PlotMSCacheBase.h.
Referenced by getRealDataMod(), and realDataModel().
|
protected |
Definition at line 640 of file PlotMSCacheBase.h.
Referenced by getRealDataModS(), and realDataModelS().
|
protected |
Definition at line 640 of file PlotMSCacheBase.h.
Referenced by getRealModel(), and realModel().
|
protected |
The reference time for this cache, in seconds.
Definition at line 599 of file PlotMSCacheBase.h.
Referenced by refTime().
|
protected |
Definition at line 666 of file PlotMSCacheBase.h.
|
protected |
Definition at line 616 of file PlotMSCacheBase.h.
|
protected |
Definition at line 615 of file PlotMSCacheBase.h.
|
protected |
Definition at line 703 of file PlotMSCacheBase.h.
|
protected |
Definition at line 658 of file PlotMSCacheBase.h.
Referenced by getSigma(), and sigma().
|
protected |
Definition at line 658 of file PlotMSCacheBase.h.
Referenced by getSigmaSp(), and sigmasp().
|
protected |
Definition at line 672 of file PlotMSCacheBase.h.
|
protected |
Definition at line 615 of file PlotMSCacheBase.h.
|
protected |
Definition at line 716 of file PlotMSCacheBase.h.
|
static |
Definition at line 72 of file PlotMSCacheBase.h.
|
protected |
Definition at line 614 of file PlotMSCacheBase.h.
|
protected |
Definition at line 614 of file PlotMSCacheBase.h.
Referenced by getTimeIntr(), and timeIntr().
|
protected |
Definition at line 705 of file PlotMSCacheBase.h.
Referenced by transformations().
|
protected |
Definition at line 669 of file PlotMSCacheBase.h.
|
protected |
Definition at line 618 of file PlotMSCacheBase.h.
|
protected |
Definition at line 724 of file PlotMSCacheBase.h.
|
protected |
Definition at line 677 of file PlotMSCacheBase.h.
Referenced by wasCanceled().
|
protected |
Definition at line 618 of file PlotMSCacheBase.h.
Referenced by getUVDist(), and uVDist().
|
protected |
Definition at line 619 of file PlotMSCacheBase.h.
Referenced by getUVDistL(), and uVDistL().
|
protected |
Definition at line 619 of file PlotMSCacheBase.h.
Referenced by getUwave(), and uWave().
|
protected |
Definition at line 618 of file PlotMSCacheBase.h.
|
protected |
Definition at line 620 of file PlotMSCacheBase.h.
|
protected |
Definition at line 619 of file PlotMSCacheBase.h.
Referenced by getVwave(), and vWave().
|
protected |
Definition at line 618 of file PlotMSCacheBase.h.
|
protected |
Definition at line 657 of file PlotMSCacheBase.h.
|
protected |
Definition at line 657 of file PlotMSCacheBase.h.
|
protected |
Definition at line 648 of file PlotMSCacheBase.h.
Referenced by getWtxAmp(), and wtxampData().
|
protected |
Definition at line 648 of file PlotMSCacheBase.h.
Referenced by getWtxAmpCorr(), and wtxampCorr().
|
protected |
Definition at line 648 of file PlotMSCacheBase.h.
Referenced by getWtxAmpCorrDivMod(), and wtxampCorrDivModel().
|
protected |
Definition at line 648 of file PlotMSCacheBase.h.
Referenced by getWtxAmpCorrDivModS(), and wtxampCorrDivModelS().
|
protected |
Definition at line 648 of file PlotMSCacheBase.h.
Referenced by getWtxAmpCorrMod(), and wtxampCorrModel().
|
protected |
Definition at line 648 of file PlotMSCacheBase.h.
Referenced by getWtxAmpCorrModS(), and wtxampCorrModelS().
|
protected |
Definition at line 648 of file PlotMSCacheBase.h.
Referenced by getWtxAmpDataDivMod(), and wtxampDataDivModel().
|
protected |
Definition at line 648 of file PlotMSCacheBase.h.
Referenced by getWtxAmpDataDivModS(), and wtxampDataDivModelS().
|
protected |
Definition at line 648 of file PlotMSCacheBase.h.
Referenced by getWtxAmpDataMod(), and wtxampDataModel().
|
protected |
Definition at line 648 of file PlotMSCacheBase.h.
Referenced by getWtxAmpDataModS(), and wtxampDataModelS().
|
protected |
Definition at line 648 of file PlotMSCacheBase.h.
Referenced by getWtxAmpFloat(), and wtxampFloat().
|
protected |
Definition at line 648 of file PlotMSCacheBase.h.
Referenced by getWtxAmpModel(), and wtxampModel().
|
protected |
Definition at line 619 of file PlotMSCacheBase.h.
Referenced by getWwave(), and wWave().
|
protected |
Definition at line 698 of file PlotMSCacheBase.h.
|
protected |
Definition at line 698 of file PlotMSCacheBase.h.
|
protected |
Definition at line 698 of file PlotMSCacheBase.h.
|
protected |
Global ranges (unflagged and flagged, per indexer)
Definition at line 698 of file PlotMSCacheBase.h.
|
protected |
Definition at line 686 of file PlotMSCacheBase.h.
|
protected |
Definition at line 687 of file PlotMSCacheBase.h.
|
protected |
Definition at line 698 of file PlotMSCacheBase.h.
|
protected |
Definition at line 698 of file PlotMSCacheBase.h.
|
protected |
Definition at line 698 of file PlotMSCacheBase.h.
|
protected |
Definition at line 698 of file PlotMSCacheBase.h.