varenius / salsa

Code developed for the 2.3m radio telescopes SALSA in Onsala, Sweden
MIT License
16 stars 6 forks source link

LAB download does not work on new Linux versions #13

Closed varenius closed 9 years ago

varenius commented 9 years ago

When trying to use ReadLab function in the SalsaSpectrum class, the wget command fails with

system('wget -q -O lab.txt http://www.astro.uni-bonn.de/hisurvey/profile/download.php?ral=139.86\&decb=-0.18\&csys=0\&beam=6.40') wget: /usr/local/MATLAB/R2015a/bin/glnxa64/libcrypto.so.1.0.0: no version information available (required by wget) wget: /usr/local/MATLAB/R2015a/bin/glnxa64/libssl.so.1.0.0: no version information available (required by wget)

varenius commented 9 years ago

Fixed! Not by using wget, but by realising the reason urlwrite did not work was that the url was specified as http but should be https. wget resolved this correctly, but urlwrite did not. Now urlwrite works, and the wget/curl code has been removed!