CLASS TO CONTAIN A SET OF RUNS UNDER A COMMON CHARACTERISTIC (E.G.
BACKGROUND, FOREGROUND).
Definition at line 747 of file postproc.py.
Public Member Functions | |
def | __init__ (self, locations, label, latexlabel, testcoef, engine) |
INITIALISATION OF CLASS. More... | |
def | searchsources (self) |
FIND COMPLETED JOBS AND GET THE FILESNAMES. More... | |
def | pullbayes (self) |
PULL DATA FROM REMOTE OR LOCAL LOCATIONS. More... | |
def | pullsnr (self) |
PULL DATA FROM REMOTE OR LOCAL LOCATIONS. More... | |
def | pullposteriors (self) |
PULLING THE POSTERIOR FILES. More... | |
def | odds (self, N=1) |
CALCULATE THE TOTAL ODDS FROM DATA STRUCTURE. More... | |
def | applycut (self, st=8.0, bt=32.0) |
APPLY DETECTION CUTS (SNR AND BAYESGR) More... | |
def | shufflesources (self, seed) |
APPLY DETECTION CUTS (SNR AND BAYESGR) More... | |
def | savetopickle (self, dest) |
SAVE DATA TO PICKLE FOR QUICK FUTURE LOADING. More... | |
def | savetoascii (self, filename) |
SAVE DATA TO ASCII FILE FOR QUICK FUTURE LOADING. More... | |
def | preprocess (self) |
PREPROCESS DATA ON THE CLUSTERS BEFORE SENDING DATA TO MASTER. More... | |
Data Fields | |
testcoef | |
subhyp | |
nsubhyp | |
engine | |
locations | |
label | |
latexlabel | |
nsources | |
bayes | |
snr | |
def lalinference.tiger.postproc.TigerSet.__init__ | ( | self, | |
locations, | |||
label, | |||
latexlabel, | |||
testcoef, | |||
engine | |||
) |
INITIALISATION OF CLASS.
Definition at line 751 of file postproc.py.
def lalinference.tiger.postproc.TigerSet.searchsources | ( | self | ) |
FIND COMPLETED JOBS AND GET THE FILESNAMES.
Definition at line 783 of file postproc.py.
def lalinference.tiger.postproc.TigerSet.pullbayes | ( | self | ) |
PULL DATA FROM REMOTE OR LOCAL LOCATIONS.
Definition at line 794 of file postproc.py.
def lalinference.tiger.postproc.TigerSet.pullsnr | ( | self | ) |
PULL DATA FROM REMOTE OR LOCAL LOCATIONS.
Definition at line 805 of file postproc.py.
def lalinference.tiger.postproc.TigerSet.pullposteriors | ( | self | ) |
PULLING THE POSTERIOR FILES.
Definition at line 815 of file postproc.py.
def lalinference.tiger.postproc.TigerSet.odds | ( | self, | |
N = 1 |
|||
) |
CALCULATE THE TOTAL ODDS FROM DATA STRUCTURE.
Definition at line 823 of file postproc.py.
def lalinference.tiger.postproc.TigerSet.applycut | ( | self, | |
st = 8.0 , |
|||
bt = 32.0 |
|||
) |
APPLY DETECTION CUTS (SNR AND BAYESGR)
Definition at line 832 of file postproc.py.
def lalinference.tiger.postproc.TigerSet.shufflesources | ( | self, | |
seed | |||
) |
APPLY DETECTION CUTS (SNR AND BAYESGR)
Definition at line 853 of file postproc.py.
def lalinference.tiger.postproc.TigerSet.savetopickle | ( | self, | |
dest | |||
) |
SAVE DATA TO PICKLE FOR QUICK FUTURE LOADING.
Definition at line 870 of file postproc.py.
def lalinference.tiger.postproc.TigerSet.savetoascii | ( | self, | |
filename | |||
) |
SAVE DATA TO ASCII FILE FOR QUICK FUTURE LOADING.
NB: BROKEN - DO NOT USE!
Definition at line 880 of file postproc.py.
def lalinference.tiger.postproc.TigerSet.preprocess | ( | self | ) |
PREPROCESS DATA ON THE CLUSTERS BEFORE SENDING DATA TO MASTER.
NB: UNDER DEVELOPMENT
Definition at line 896 of file postproc.py.
lalinference.tiger.postproc.TigerSet.testcoef |
Definition at line 754 of file postproc.py.
lalinference.tiger.postproc.TigerSet.subhyp |
Definition at line 755 of file postproc.py.
lalinference.tiger.postproc.TigerSet.nsubhyp |
Definition at line 760 of file postproc.py.
lalinference.tiger.postproc.TigerSet.engine |
Definition at line 764 of file postproc.py.
lalinference.tiger.postproc.TigerSet.locations |
Definition at line 769 of file postproc.py.
lalinference.tiger.postproc.TigerSet.label |
Definition at line 772 of file postproc.py.
lalinference.tiger.postproc.TigerSet.latexlabel |
Definition at line 773 of file postproc.py.
lalinference.tiger.postproc.TigerSet.nsources |
Definition at line 776 of file postproc.py.
lalinference.tiger.postproc.TigerSet.bayes |
Definition at line 777 of file postproc.py.
lalinference.tiger.postproc.TigerSet.snr |
Definition at line 778 of file postproc.py.