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

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    db21672 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d5e16b View commit details
    Browse the repository at this point in the history
  3. Fixed sampling frequency bug in pyResponseTDI class initialization; f…

    …ixed bug where orbit file was truncated by default init params
    acorreia61201 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    9dd0b83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40e83d3 View commit details
    Browse the repository at this point in the history
  5. Added reference_time to methods as kwarg; revised methods to be more …

    …consistent with LIGO detector class
    acorreia61201 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    9ca5a86 View commit details
    Browse the repository at this point in the history
  6. Revised init signature to be more similar to LIGO detector; rebase to…

    … most recent PyCBC patch (6/4/24)
    acorreia61201 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    bfd83b5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c9c19ea View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a2fb6a4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5fe2702 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fa7ee73 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8cc2d59 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    90ed9a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. fix case where t0 is not None; remove debug statements/white space; e…

    …dit companion (temp pypmc fix, add FLR)
    acorreia61201 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    b36b378 View commit details
    Browse the repository at this point in the history
  2. Indentation fix in init

    acorreia61201 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    3b99cd3 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    c1123ff View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. add controls for zero padding data to project_wave; add controls for …

    …specifying orbit start times for numerical data
    acorreia61201 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    0d3f8e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    7ff7666 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. add time conversions (GPS time offset, SSB to LISA); moved more paddi…

    …ng code from get_links to project_wave
    acorreia61201 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    533d253 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    0e6c7d3 View commit details
    Browse the repository at this point in the history
  2. ref time accepts anything castable to float, tweak how TDI chans are …

    …processed and saved
    alcorrei committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    8750bf0 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. start reworking reference time to replicate bbhx (i.e. reference time…

    … inputs are no longer necessarily start time)
    alcorrei committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    880ed4f View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. fix reference time to correctly calculate signal start time; fix samp…

    …le times conversion to be based on reference time
    acorreia61201 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    859ad19 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    cade855 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    68b61c7 View commit details
    Browse the repository at this point in the history