PlotsForCorrelations::PlotsForCorrelations Class Reference

List of all members.

Public Member Functions

def __init__
def plotCorrelations
def printWarningNonAvailable
def setLabelX
def setLabelY
def plotWaveform
def plot1DHistogram
def plot2DHistogram
def mapCorrelatingArraysByTimeInit
def mapCorrelatingArraysByTimeIterations
def mapCorrelatingArraysByTimeSummary
def mapCorrelatingArraysByTime

Public Attributes

 h5file
 fig
 Ydsname
 Xdsname
 radioXPar
 Ymin
 Ymax
 Xmin
 Xmax
 YParName
 XParName
 YLimsIsOn
 XLimsIsOn
 LogIsOn
 YNBins
 XNBins
 YParIndex
 XParIndex
 dsY
 Yarr
 nYpoints
 markerStyle
 Xarr
 XTitle
 PlotTitle
 dsX
 arrImage
 dsXT
 dsYT
 XTarr
 YTarr

Detailed Description

Plots for correlations.

Definition at line 51 of file PlotsForCorrelations.py.


Member Function Documentation

def PlotsForCorrelations::PlotsForCorrelations::__init__ (   self  ) 

Constructor, initialization

Definition at line 57 of file PlotsForCorrelations.py.

def PlotsForCorrelations::PlotsForCorrelations::mapCorrelatingArraysByTime (   self  ) 

Definition at line 318 of file PlotsForCorrelations.py.

def PlotsForCorrelations::PlotsForCorrelations::mapCorrelatingArraysByTimeInit (   self  ) 

Definition at line 260 of file PlotsForCorrelations.py.

def PlotsForCorrelations::PlotsForCorrelations::mapCorrelatingArraysByTimeIterations (   self  ) 

Definition at line 294 of file PlotsForCorrelations.py.

def PlotsForCorrelations::PlotsForCorrelations::mapCorrelatingArraysByTimeSummary (   self  ) 

Definition at line 312 of file PlotsForCorrelations.py.

def PlotsForCorrelations::PlotsForCorrelations::plot1DHistogram (   self  ) 

Definition at line 216 of file PlotsForCorrelations.py.

def PlotsForCorrelations::PlotsForCorrelations::plot2DHistogram (   self  ) 

Definition at line 227 of file PlotsForCorrelations.py.

def PlotsForCorrelations::PlotsForCorrelations::plotCorrelations (   self,
  fig,
  h5file 
)

Definition at line 66 of file PlotsForCorrelations.py.

def PlotsForCorrelations::PlotsForCorrelations::plotWaveform (   self  ) 

Definition at line 199 of file PlotsForCorrelations.py.

def PlotsForCorrelations::PlotsForCorrelations::printWarningNonAvailable (   self,
  parname 
)

Definition at line 182 of file PlotsForCorrelations.py.

def PlotsForCorrelations::PlotsForCorrelations::setLabelX (   self,
  parname,
  parindex = 'None' 
)

Definition at line 187 of file PlotsForCorrelations.py.

def PlotsForCorrelations::PlotsForCorrelations::setLabelY (   self,
  parname,
  parindex = 'None' 
)

Definition at line 193 of file PlotsForCorrelations.py.


Member Data Documentation

PlotsForCorrelations::PlotsForCorrelations::arrImage

Definition at line 245 of file PlotsForCorrelations.py.

PlotsForCorrelations::PlotsForCorrelations::dsX

Definition at line 128 of file PlotsForCorrelations.py.

PlotsForCorrelations::PlotsForCorrelations::dsXT

Definition at line 270 of file PlotsForCorrelations.py.

PlotsForCorrelations::PlotsForCorrelations::dsY

Definition at line 97 of file PlotsForCorrelations.py.

PlotsForCorrelations::PlotsForCorrelations::dsYT

Definition at line 275 of file PlotsForCorrelations.py.

PlotsForCorrelations::PlotsForCorrelations::fig

Definition at line 69 of file PlotsForCorrelations.py.

PlotsForCorrelations::PlotsForCorrelations::h5file

Definition at line 68 of file PlotsForCorrelations.py.

PlotsForCorrelations::PlotsForCorrelations::LogIsOn

Definition at line 83 of file PlotsForCorrelations.py.

PlotsForCorrelations::PlotsForCorrelations::markerStyle

Definition at line 115 of file PlotsForCorrelations.py.

PlotsForCorrelations::PlotsForCorrelations::nYpoints

Definition at line 110 of file PlotsForCorrelations.py.

PlotsForCorrelations::PlotsForCorrelations::PlotTitle

Definition at line 121 of file PlotsForCorrelations.py.

PlotsForCorrelations::PlotsForCorrelations::radioXPar

Definition at line 74 of file PlotsForCorrelations.py.

PlotsForCorrelations::PlotsForCorrelations::Xarr

Definition at line 118 of file PlotsForCorrelations.py.

PlotsForCorrelations::PlotsForCorrelations::Xdsname

Definition at line 73 of file PlotsForCorrelations.py.

PlotsForCorrelations::PlotsForCorrelations::XLimsIsOn

Definition at line 82 of file PlotsForCorrelations.py.

PlotsForCorrelations::PlotsForCorrelations::Xmax

Definition at line 78 of file PlotsForCorrelations.py.

PlotsForCorrelations::PlotsForCorrelations::Xmin

Definition at line 77 of file PlotsForCorrelations.py.

PlotsForCorrelations::PlotsForCorrelations::XNBins

Definition at line 85 of file PlotsForCorrelations.py.

PlotsForCorrelations::PlotsForCorrelations::XParIndex

Definition at line 87 of file PlotsForCorrelations.py.

PlotsForCorrelations::PlotsForCorrelations::XParName

Definition at line 80 of file PlotsForCorrelations.py.

PlotsForCorrelations::PlotsForCorrelations::XTarr

Definition at line 280 of file PlotsForCorrelations.py.

PlotsForCorrelations::PlotsForCorrelations::XTitle

Definition at line 120 of file PlotsForCorrelations.py.

PlotsForCorrelations::PlotsForCorrelations::Yarr

Definition at line 105 of file PlotsForCorrelations.py.

PlotsForCorrelations::PlotsForCorrelations::Ydsname

Definition at line 72 of file PlotsForCorrelations.py.

PlotsForCorrelations::PlotsForCorrelations::YLimsIsOn

Definition at line 81 of file PlotsForCorrelations.py.

PlotsForCorrelations::PlotsForCorrelations::Ymax

Definition at line 76 of file PlotsForCorrelations.py.

PlotsForCorrelations::PlotsForCorrelations::Ymin

Definition at line 75 of file PlotsForCorrelations.py.

PlotsForCorrelations::PlotsForCorrelations::YNBins

Definition at line 84 of file PlotsForCorrelations.py.

PlotsForCorrelations::PlotsForCorrelations::YParIndex

Definition at line 86 of file PlotsForCorrelations.py.

PlotsForCorrelations::PlotsForCorrelations::YParName

Definition at line 79 of file PlotsForCorrelations.py.

PlotsForCorrelations::PlotsForCorrelations::YTarr

Definition at line 281 of file PlotsForCorrelations.py.


The documentation for this class was generated from the following file:
Generated on 19 Dec 2016 for PSDMSoftware by  doxygen 1.4.7