Skip to content

Commit

Permalink
Updated GW150914_Pv2_reparam.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xuyuon committed Sep 4, 2024
1 parent 217029e commit 2949604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/GW150914_Pv2_reparam.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2949604

Please sign in to comment.