Package pylal :: Module autotrackutils :: Class plotTGN
[hide private]
[frames] | no frames]

Class plotTGN

source code

This class is a wrapper for plotting TGNs. It can plot TGNs on a 2D plot of requested parameter options.

Instance Methods [hide private]
 
__init__(self, iTGN=None, thread=bool(False))
Ths method should be invoked blind with either a single TGN or a list of TGNS.
source code
 
setXQuantity(self, newX="d")
Using the single character string see the output of getQualityTable() select the quantity to show on the Xaxis.
source code
 
setYQuantity(self, newY="y")
Using the single character string see the output of getQualityTable() select the quantity to show on the Yaxis.
source code
 
createFigure(self, filename=None)
This function provides an interface to python plotting that will plot a TGN or thread of TGNs given to the plotTGN class.
source code
 
createReportFigures(self, filename=None)
This function creates a single plot with subplot of all know properties plotted against each other to see if there are any relationships between TGNs
source code
 
__getIndexAndLabels__(self)
Returns index and labels for X and Y axis
source code
 
__primativePlotTGNs__(self, bare=bool(False))
Is a macro of plotting commands that takes a list of TGNs that plots each of these individually as a collection of points.
source code
 
__primativePlotThread__(self, bare=bool(False))
Is a macro of plotting commands that takes a list of TGNs that plots each of these individually as a collection of points.
source code
Method Details [hide private]

__init__(self, iTGN=None, thread=bool(False))
(Constructor)

source code 

Ths method should be invoked blind with either a single TGN or a list of TGNS. Invoking without a TGN is still possible. A second argument lets the plotting code know if we are comparing different TGNs or plotting a thread of TGNs.

__primativePlotTGNs__(self, bare=bool(False))

source code 

Is a macro of plotting commands that takes a list of TGNs that plots each of these individually as a collection of points. Creates a figure plotting the thread of list of TGNs using the centroid and an X,Y error bars. Take a optional boolean to make the plot not include a title and legend

__primativePlotThread__(self, bare=bool(False))

source code 

Is a macro of plotting commands that takes a list of TGNs that plots each of these individually as a collection of points. Creates a figure plotting the thread of list of TGNs using the centroid and an X,Y error bars