From 2949604a23ddd8b9ed487d3f1ff52b7a1509f2ff Mon Sep 17 00:00:00 2001 From: xuyuon <116078673+xuyuon@users.noreply.github.com> Date: Wed, 4 Sep 2024 17:17:39 +0800 Subject: [PATCH] Updated GW150914_Pv2_reparam.py --- example/GW150914_Pv2_reparam.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/GW150914_Pv2_reparam.py b/example/GW150914_Pv2_reparam.py index a98b5922..8465f96b 100644 --- a/example/GW150914_Pv2_reparam.py +++ b/example/GW150914_Pv2_reparam.py @@ -78,8 +78,8 @@ sample_transforms = [ # all the user reparametrization transform ComponentMassesToChirpMassMassRatioTransform, - DistanceToSNRWeightedDistanceTransform(gps_time=gps, ifos=ifos, dL_min=dL_prior.xmin, dL_max=dL_prior.xmax, has_iota=False), - GeocentricArrivalPhaseToDetectorArrivalPhaseTransform(gps_time=gps, ifo=ifos[0], has_iota=False), + DistanceToSNRWeightedDistanceTransform(gps_time=gps, ifos=ifos, dL_min=dL_prior.xmin, dL_max=dL_prior.xmax, freq_ref=f_ref, has_iota=False), + GeocentricArrivalPhaseToDetectorArrivalPhaseTransform(gps_time=gps, ifo=ifos[0], freq_ref=f_ref, has_iota=False), GeocentricArrivalTimeToDetectorArrivalTimeTransform(tc_min=t_c_prior.xmin, tc_max=t_c_prior.xmax, gps_time=gps, ifo=ifos[0]), SkyFrameToDetectorFrameSkyPositionTransform(gps_time=gps, ifos=ifos), # all the bound to unbound transform