Skip to content

WIP: Update RIFT Integration for O4

Daniel Williams requested to merge rift-temp into master

This MR will update the integration with RIFT to support its O4 version.

Testing

In order to test this MR it will be necessary to see a RIFT analysis run to completion. A RIFT run can be set up with a blueprint such as the following.

kind: analysis
name: Prod1
event: GW150914_095045
pipeline: rift
quality:
  state vector:
    L1: L1:DCS-CALIB_STATE_VECTOR_C01
    H1: H1:DCS-CALIB_STATE_VECTOR_C01
    V1: V1:DQ_ANALYSIS_STATE_VECTOR
waveform:
  approximant: IMRPhenomD
  non-spin: True
sampler:
  cip fit method: rf
  cip sampler method: GMM
  cip explode jobs auto: True
  cip explode jobs: 3
  use aligned phase coordinates: False
  correlate default: True
  ile jobs per worker: 200
likelihood:
  marginalization:
    distance: True
needs:
  - Bayeswave
Edited by Daniel Williams

Merge request reports