Skip to content

Commit

Permalink
Update get.sh (gwastro#4532)
Browse files Browse the repository at this point in the history
  • Loading branch information
WuShichao authored and bhooshan-gadre committed Mar 1, 2024
1 parent f3630c7 commit d49d3a7
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 d49d3a7

Please sign in to comment.