I'm attaching a script to download data from the LIGO sites with python.
I recommend using it in your anaconda3 ENV:
conda install -c conda-forge nds2-client python-nds2-client
and then before running the script you have to initialize your Kerberos token:
kinit miley.cyrus@LIGO.ORG
then you run the script:
python getData.py --ifo=L1 --fs=1024
as usual, run with the -O or -OO flags to silence the debug messages. |