Functions | |
def | fstatinputfromSFTFiles (SFTfmin, SFTfmax, finputdata, timeint=[-1, -2], sft_path=".", detectors=[], inject_params=[]) |
def | SFTCatalog (tstart, Tdata, finputdata) |
def | fstatinput (SFTfmin, SFTfmax, sft_catalog, finputdata, inject_params, timeint=[-1, -2], trefsegfrac=0.0) |
def | computefstat (template, finputdata, fstatinputarray, transformmatrices, trefsegfrac=0.0, rtnsum=False) |
def | fstat_res_heap_to_file (filename, fstat_res_heap, fstats_first=True) |
def | add_fstat_to_dic (fstat, dic) |
def | dic_to_file (filename, dic) |
def | semifstatcatalogue (SFTfmin, SFTfmax, tbank, finputdata, signalparams, filename, out_directory=".", SFTdirectory=".", trefsegfrac=0.0, rtnsum=False, SFTFiles=False, tempsperfile=1000, Fstat_mismatch=False, fstat_hist=False, mode="search") |
def | pw_fstat_search_catalogue (SFTfmin, SFTfmax, tbank, finputdata, filename, tbankdirectory=".", SFTdirectory=".", trefsegfrac=0.0, rtnsum=False, tempsperfile=1000) |
def lalpulsar.piecewise_model.pw_fstat.fstatinputfromSFTFiles | ( | SFTfmin, | |
SFTfmax, | |||
finputdata, | |||
timeint = [-1, -2] , |
|||
sft_path = "." , |
|||
detectors = [] , |
|||
inject_params = [] |
|||
) |
Definition at line 43 of file pw_fstat.py.
def lalpulsar.piecewise_model.pw_fstat.SFTCatalog | ( | tstart, | |
Tdata, | |||
finputdata | |||
) |
Definition at line 151 of file pw_fstat.py.
def lalpulsar.piecewise_model.pw_fstat.fstatinput | ( | SFTfmin, | |
SFTfmax, | |||
sft_catalog, | |||
finputdata, | |||
inject_params, | |||
timeint = [-1, -2] , |
|||
trefsegfrac = 0.0 |
|||
) |
Definition at line 163 of file pw_fstat.py.
def lalpulsar.piecewise_model.pw_fstat.computefstat | ( | template, | |
finputdata, | |||
fstatinputarray, | |||
transformmatrices, | |||
trefsegfrac = 0.0 , |
|||
rtnsum = False |
|||
) |
Definition at line 226 of file pw_fstat.py.
def lalpulsar.piecewise_model.pw_fstat.fstat_res_heap_to_file | ( | filename, | |
fstat_res_heap, | |||
fstats_first = True |
|||
) |
Definition at line 284 of file pw_fstat.py.
def lalpulsar.piecewise_model.pw_fstat.add_fstat_to_dic | ( | fstat, | |
dic | |||
) |
Definition at line 335 of file pw_fstat.py.
def lalpulsar.piecewise_model.pw_fstat.dic_to_file | ( | filename, | |
dic | |||
) |
Definition at line 354 of file pw_fstat.py.
def lalpulsar.piecewise_model.pw_fstat.semifstatcatalogue | ( | SFTfmin, | |
SFTfmax, | |||
tbank, | |||
finputdata, | |||
signalparams, | |||
filename, | |||
out_directory = "." , |
|||
SFTdirectory = "." , |
|||
trefsegfrac = 0.0 , |
|||
rtnsum = False , |
|||
SFTFiles = False , |
|||
tempsperfile = 1000 , |
|||
Fstat_mismatch = False , |
|||
fstat_hist = False , |
|||
mode = "search" |
|||
) |
Definition at line 370 of file pw_fstat.py.
def lalpulsar.piecewise_model.pw_fstat.pw_fstat_search_catalogue | ( | SFTfmin, | |
SFTfmax, | |||
tbank, | |||
finputdata, | |||
filename, | |||
tbankdirectory = "." , |
|||
SFTdirectory = "." , |
|||
trefsegfrac = 0.0 , |
|||
rtnsum = False , |
|||
tempsperfile = 1000 |
|||
) |
Definition at line 666 of file pw_fstat.py.