Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding detector class for calculating LISA projections and response function #4691

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
db21672
Added LISA detector class with GPU support
acorreia61201 Apr 4, 2024
5d5e16b
Fixed bug when calling get_tdi w/out setting t0
acorreia61201 Apr 4, 2024
9dd0b83
Fixed sampling frequency bug in pyResponseTDI class initialization; f…
acorreia61201 Apr 29, 2024
40e83d3
TDI configuration now actually updates when providing tdi input in ge…
acorreia61201 May 31, 2024
9ca5a86
Added reference_time to methods as kwarg; revised methods to be more …
acorreia61201 Jun 3, 2024
bfd83b5
Revised init signature to be more similar to LIGO detector; rebase to…
acorreia61201 Jun 4, 2024
c9c19ea
Added polarization to project_wave signature; allow for shifting of o…
acorreia61201 Jun 6, 2024
a2fb6a4
Add functionality to remove or zero edge data
acorreia61201 Jun 15, 2024
5fe2702
edited polarization rotation function; final touches for first draft
acorreia61201 Jul 11, 2024
fa7ee73
changed t0 to kwarg in init
acorreia61201 Jul 11, 2024
8cc2d59
fix TypeError in unittest
acorreia61201 Jul 12, 2024
90ed9a8
fix bug when calling ESAOrbits without lisatools
acorreia61201 Jul 12, 2024
b36b378
fix case where t0 is not None; remove debug statements/white space; e…
acorreia61201 Aug 30, 2024
3b99cd3
Indentation fix in init
acorreia61201 Aug 30, 2024
c1123ff
add padding (for signals that taper to zero); more cleanup
acorreia61201 Sep 3, 2024
0d3f8e6
add controls for zero padding data to project_wave; add controls for …
acorreia61201 Sep 5, 2024
7ff7666
remove orbit reference time; move TDI arguments to project_wave
acorreia61201 Sep 9, 2024
533d253
add time conversions (GPS time offset, SSB to LISA); moved more paddi…
acorreia61201 Sep 10, 2024
0e6c7d3
add debug statements, adjust SSB to LISA time conversions, fix sky co…
acorreia61201 Sep 16, 2024
8750bf0
ref time accepts anything castable to float, tweak how TDI chans are …
Sep 16, 2024
880ed4f
start reworking reference time to replicate bbhx (i.e. reference time…
Sep 17, 2024
859ad19
fix reference time to correctly calculate signal start time; fix samp…
acorreia61201 Sep 18, 2024
cade855
fixes to start time calculation
acorreia61201 Sep 19, 2024
68b61c7
set TDI chans to SSB times, clean up unnecessary attributes
acorreia61201 Sep 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions companion.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ https://github.com/willvousden/ptemcee/archive/master.tar.gz
--extra-index-url https://download.pytorch.org/whl/cpu
torch
nessai>=0.11.0
pypmc==1.2.2
snowline

# useful to look at PyCBC Live with htop
Expand All @@ -29,3 +30,6 @@ sympy>=1.9
# Needed for KDE trigger statistics
git+https://github.com/mennthor/awkde.git@master
scikit-learn

# LISA response
fastlisaresponse
Loading
Loading