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 | |
def lalinference.tiger.postproc.TigerRun.__init__ | ( | self, | |
cluster, | |||
directory, | |||
engine, | |||
subhyp | |||
) |
Initialisation of class.
Definition at line 539 of file postproc.py.
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.
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.
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.
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.
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.
def lalinference.tiger.postproc.TigerRun.savetopickle | ( | self, | |
dest | |||
) |
Pull data from remote or local locations.
Definition at line 737 of file postproc.py.
lalinference.tiger.postproc.TigerRun.cluster |
Definition at line 540 of file postproc.py.
lalinference.tiger.postproc.TigerRun.directory |
Definition at line 542 of file postproc.py.
lalinference.tiger.postproc.TigerRun.engine |
Definition at line 545 of file postproc.py.
lalinference.tiger.postproc.TigerRun.subhyp |
Definition at line 546 of file postproc.py.
lalinference.tiger.postproc.TigerRun.bayesfiles |
Definition at line 547 of file postproc.py.
lalinference.tiger.postproc.TigerRun.snrfiles |
Definition at line 548 of file postproc.py.
lalinference.tiger.postproc.TigerRun.detectors |
Definition at line 549 of file postproc.py.
lalinference.tiger.postproc.TigerRun.posteriorfiles |
Definition at line 550 of file postproc.py.
lalinference.tiger.postproc.TigerRun.gps |
Definition at line 551 of file postproc.py.
lalinference.tiger.postproc.TigerRun.nsources |
Definition at line 552 of file postproc.py.
lalinference.tiger.postproc.TigerRun.bayes |
Definition at line 553 of file postproc.py.
lalinference.tiger.postproc.TigerRun.snr |
Definition at line 554 of file postproc.py.
lalinference.tiger.postproc.TigerRun.posteriorsamples |
Definition at line 555 of file postproc.py.