Skip to content

Commit

Permalink
Merge branch 'gwastro:master' into offline_gracedb_prep_workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GarethCabournDavies committed Oct 16, 2023
2 parents 3ca47fd + 03f64a2 commit a38093f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/inference/lisa_smbhb_ldc/get.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ for channel in A E T
do
strain_file=${channel}_TDI_v2.gwf
test -f ${strain_file} && continue
curl -O --show-error --silent https://zenodo.org/record/7497853/files/${strain_file}
curl -LO --show-error --silent https://zenodo.org/record/7497853/files/${strain_file}

psd_file=${channel}_psd.txt
test -f ${psd_file} && continue
curl -O --show-error --silent https://zenodo.org/record/7497853/files/${psd_file}
curl -LO --show-error --silent https://zenodo.org/record/7497853/files/${psd_file}
done

params_file=MBHB_params_v2_LISA_frame.pkl
test -f ${params_file} && continue
curl -O --show-error --silent https://zenodo.org/record/7497853/files/${params_file}
curl -LO --show-error --silent https://zenodo.org/record/7497853/files/${params_file}

0 comments on commit a38093f

Please sign in to comment.