forked from gwastro/pycbc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make gate-and-inpainting starting time precise (gwastro#4403)
* apply time shift to account for the gating start time is a subsampling data point. fix a few typos * fix int type error * correct a misunderstanding for apply_fd_time_shift * correct a unused variable * correct the shift time * address cc issues * apply static method * complete the gated_gaussian_noise * typo * typo * re express time shift * space * start to work on pol marg model * complete shifting for marg pol model * instead of modifying models, now implementing time shifting only in gate-and-inpaint session * remove all changes in the model * remove changes in model * fix some bugs when fft/ifft converting, now productive * remove rindex+1 in gate and inpainting, add if condition for time shifting * get rindex_time via actually doing the math, this is faster than retrieve the data sample time array * remove the proj and projslc attributes in gated_gaussian_model, it's used for debugging before
- Loading branch information
1 parent
4da9e64
commit caac90b
Showing
4 changed files
with
21 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters