|
get_bestnr(self,
index=4.0,
nhigh=3.0,
null_snr_threshold=4.25,
null_grad_thresh=20.0,
null_grad_val=0.2)
Get the BestNR statistic for each row in the table |
source code
|
|
|
get_coinc_chisq(self)
@returns the coincident chisq for each row in the table |
source code
|
|
|
|
|
|
|
|
|
get_new_snr(self,
index=4.0,
nhigh=3.0,
column=' chisq ' ) |
source code
|
|
|
get_null_chisq(self)
@returns the coherent null chisq for each row in the table |
source code
|
|
|
get_null_snr(self)
Get the coherent Null SNR for each row in the table. |
source code
|
|
|
get_reduced_bank_chisq(self)
@returns the bank chisq per degree of freedom for each row in this
table |
source code
|
|
|
get_reduced_chisq(self)
@returns the chisq per degree of freedom for each row in this table |
source code
|
|
|
get_reduced_coinc_chisq(self)
@returns the coincident chisq per degree of freedom for each row in
the table |
source code
|
|
|
get_reduced_cont_chisq(self)
@returns the auto (continuous) chisq per degree of freedom for each
row in this table |
source code
|
|
|
get_reduced_sngl_chisq(self,
instrument)
@returns the single-detector chisq per degree of freedom for each row
in this table |
source code
|
|
|
get_sigmasq(self,
instrument)
Get the single-detector SNR of the given instrument for each row in
the table. |
source code
|
|
|
get_sigmasqs(self,
instruments=None)
Return dictionary of single-detector sigmas for each row in the
table. |
source code
|
|
|
get_sngl_bank_chisq(self,
instrument)
Get the single-detector \chi^2 of the given instrument for each row
in the table. |
source code
|
|
|
get_sngl_bank_chisqs(self,
instruments=None)
Get the single-detector \chi^2 for each row in the table. |
source code
|
|
|
get_sngl_chisq(self,
instrument)
Get the single-detector \chi^2 of the given instrument for each row
in the table. |
source code
|
|
|
get_sngl_chisqs(self,
instruments=None)
Get the single-detector \chi^2 for each row in the table. |
source code
|
|
|
get_sngl_cont_chisq(self,
instrument)
Get the single-detector \chi^2 of the given instrument for each row
in the table. |
source code
|
|
|
get_sngl_cont_chisqs(self,
instruments=None)
Get the single-detector \chi^2 for each row in the table. |
source code
|
|
|
get_sngl_new_snr(self,
ifo,
column=' chisq ' ,
index=4.0,
nhigh=3.0) |
source code
|
|
|
get_sngl_snr(self,
instrument)
Get the single-detector SNR of the given instrument for each row in
the table. |
source code
|
|
|
get_sngl_snrs(self,
instruments=None)
Get the single-detector SNRs for each row in the table. |
source code
|
|
|
|
|
|
|
|
|
vetoed(self,
seglist)
Return the inverse of what veto returns, i.e., return the triggers
that lie within a given seglist. |
source code
|
|
Inherited from table.Table :
__init__ ,
appendColumn ,
appendRow ,
applyKeyMapping ,
copy ,
endElement ,
getColumnByName ,
removeChild ,
sync_next_id ,
unlink ,
updateKeyMapping
Inherited from ligolw.EmptyElement :
appendData
Inherited from ligolw.Element :
appendChild ,
end_tag ,
getAttribute ,
getChildrenByAttributes ,
getElements ,
getElementsByTagName ,
hasAttribute ,
insertBefore ,
removeAttribute ,
replaceChild ,
setAttribute ,
start_tag ,
write
Inherited from list :
__add__ ,
__contains__ ,
__delitem__ ,
__delslice__ ,
__eq__ ,
__ge__ ,
__getattribute__ ,
__getitem__ ,
__getslice__ ,
__gt__ ,
__iadd__ ,
__imul__ ,
__iter__ ,
__le__ ,
__len__ ,
__lt__ ,
__mul__ ,
__ne__ ,
__new__ ,
__repr__ ,
__reversed__ ,
__rmul__ ,
__setitem__ ,
__setslice__ ,
__sizeof__ ,
append ,
count ,
extend ,
index ,
insert ,
pop ,
remove ,
reverse ,
sort
Inherited from object :
__delattr__ ,
__format__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__str__ ,
__subclasshook__
|