Skip to content
Snippets Groups Projects
Commit ed7dee9d authored by Moritz Huebner's avatar Moritz Huebner
Browse files

Merge branch 'master' of https://git.ligo.org/Monash/tupak

parents ee5131f7 38754ddb
No related branches found
No related tags found
1 merge request!63Docstring update
......@@ -687,7 +687,7 @@ def get_interferometer_with_open_data(
epoch = trigger_time + 2 - time_duration
strain = tupak.gw.utils.get_open_strain_data(
name, epoch, epoch + time_duration, outdir=outdir, cache=cache,
name, epoch - 1, epoch + time_duration + 1, outdir=outdir, cache=cache,
raw_data_file=raw_data_file, **kwargs)
strain_psd = tupak.gw.utils.get_open_strain_data(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment