diff --git a/pyfstat/core.py b/pyfstat/core.py index 9e0499e553deff76401a7eccd85146b5447e29c9..441d5066b89d24ee979d2f4df542e0a52a9bce32 100755 --- a/pyfstat/core.py +++ b/pyfstat/core.py @@ -355,6 +355,11 @@ class ComputeFstat(BaseSearchClass): allow for the Fstat to be computed over a transient range. ('none' instead of None explicitly calls the transient-window function, but with the full range, for debugging) + t0Band, tauBand: int + if >0, search t0 in (minStartTime,minStartTime+t0Band) + and tau in (2*Tsft,2*Tsft+tauBand). + if =0, only compute CW Fstat with t0=minStartTime, + tau=maxStartTime-minStartTime. detectors : str Two character reference to the data to use, specify None for no contraint. If multiple-separate by comma.