Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALInference 4.1.9.1-b246709
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
lalinference.tiger.postproc.TigerRun Class Reference

Detailed Description

TIGERRUN CLASS DEFINITIONS.

Class for a specific TIGER run

Definition at line 534 of file postproc.py.

Public Member Functions

def __init__ (self, cluster, directory, engine, subhyp)
 Initialisation of class. More...
 
def searchsources (self)
 Search for sources completed sources in the specified cluster and location. More...
 
def pullbayes (self)
 Download Bayes factors from remote location. More...
 
def pullsnr (self)
 Download SNRs from remote location. More...
 
def pullposteriors (self)
 Download posterior pdfs from remote location. More...
 
def applycut (self, st=8.0, bt=32.0)
 Apply a Bayes factor and SNR cut on the data. More...
 
def savetopickle (self, dest)
 Pull data from remote or local locations. More...
 

Data Fields

 cluster
 
 directory
 
 engine
 
 subhyp
 
 bayesfiles
 
 snrfiles
 
 detectors
 
 posteriorfiles
 
 gps
 
 nsources
 
 bayes
 
 snr
 
 posteriorsamples
 

Constructor & Destructor Documentation

◆ __init__()

def lalinference.tiger.postproc.TigerRun.__init__ (   self,
  cluster,
  directory,
  engine,
  subhyp 
)

Initialisation of class.

Definition at line 539 of file postproc.py.

Member Function Documentation

◆ searchsources()

def lalinference.tiger.postproc.TigerRun.searchsources (   self)

Search for sources completed sources in the specified cluster and location.

Definition at line 560 of file postproc.py.

◆ pullbayes()

def lalinference.tiger.postproc.TigerRun.pullbayes (   self)

Download Bayes factors from remote location.

Only works after sources are found by the searchsources function.

Definition at line 624 of file postproc.py.

◆ pullsnr()

def lalinference.tiger.postproc.TigerRun.pullsnr (   self)

Download SNRs from remote location.

Only works after sources are found by the searchsources function.

Definition at line 652 of file postproc.py.

◆ pullposteriors()

def lalinference.tiger.postproc.TigerRun.pullposteriors (   self)

Download posterior pdfs from remote location.

Only works after sources are found by the searchsources function. NB: NOT READY FOR USE YET!

Definition at line 690 of file postproc.py.

◆ applycut()

def lalinference.tiger.postproc.TigerRun.applycut (   self,
  st = 8.0,
  bt = 32.0 
)

Apply a Bayes factor and SNR cut on the data.

Definition at line 724 of file postproc.py.

◆ savetopickle()

def lalinference.tiger.postproc.TigerRun.savetopickle (   self,
  dest 
)

Pull data from remote or local locations.

Definition at line 737 of file postproc.py.

Field Documentation

◆ cluster

lalinference.tiger.postproc.TigerRun.cluster

Definition at line 540 of file postproc.py.

◆ directory

lalinference.tiger.postproc.TigerRun.directory

Definition at line 542 of file postproc.py.

◆ engine

lalinference.tiger.postproc.TigerRun.engine

Definition at line 545 of file postproc.py.

◆ subhyp

lalinference.tiger.postproc.TigerRun.subhyp

Definition at line 546 of file postproc.py.

◆ bayesfiles

lalinference.tiger.postproc.TigerRun.bayesfiles

Definition at line 547 of file postproc.py.

◆ snrfiles

lalinference.tiger.postproc.TigerRun.snrfiles

Definition at line 548 of file postproc.py.

◆ detectors

lalinference.tiger.postproc.TigerRun.detectors

Definition at line 549 of file postproc.py.

◆ posteriorfiles

lalinference.tiger.postproc.TigerRun.posteriorfiles

Definition at line 550 of file postproc.py.

◆ gps

lalinference.tiger.postproc.TigerRun.gps

Definition at line 551 of file postproc.py.

◆ nsources

lalinference.tiger.postproc.TigerRun.nsources

Definition at line 552 of file postproc.py.

◆ bayes

lalinference.tiger.postproc.TigerRun.bayes

Definition at line 553 of file postproc.py.

◆ snr

lalinference.tiger.postproc.TigerRun.snr

Definition at line 554 of file postproc.py.

◆ posteriorsamples

lalinference.tiger.postproc.TigerRun.posteriorsamples

Definition at line 555 of file postproc.py.