Skip to content

Commit

Permalink
changing the value of calibration errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquot committed Nov 28, 2024
1 parent d00a9cb commit f66b7a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pycbc/inject/inject.py
Original file line number Diff line number Diff line change
Expand Up @@ -634,9 +634,9 @@ def make_strain_from_inj_object(self, inj, delta_t, detector_name,
# systematics
cal_errors = {

"H1": (0.3, 1),
"L1": (0.3, 1),
"V1": (0.35, 1.1)
"H1": (0.03, 1),
"L1": (0.03, 1),
"V1": (0.035, 1.1)

}
cal_systematics = 1
Expand Down

0 comments on commit f66b7a6

Please sign in to comment.