Skip to content

pycbc_generate_hwinj #4089

Answered by spxiwh
albertoaguilarUIB asked this question in Q&A
Jul 20, 2022 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

Hi @albertoaguilarUIB apologies for the slow response!

The issue here is that the command you are running (in 1.18.3) is trying to read in more than 32 seconds of data. The reason for this is that normally the user is doing something like a high-pass filter (as you are doing with --strain-high-pass 20, and so we try to read in an additional 8 seconds of data at the start and the end, which is then corrupted by the high-pass filter, and is stripped away, so you have 32 seconds of usable data after this). However, with only 32 second frame files, this doesn't work.

You could download the longer frame files from GWOSC, or you could add:

--pad-data 0

to the command. This will ensure that only…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@albertoaguilarUIB
Comment options

@spxiwh
Comment options

@albertoaguilarUIB
Comment options

@spxiwh
Comment options

Answer selected by albertoaguilarUIB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants