lofar-astron / RMextract

extract TEC, vTEC, Earthmagnetic field and Rotation Measures from GPS and WMM data for radio interferometry observations
GNU General Public License v3.0
31 stars 22 forks source link

Problem reading ROBR file #21

Closed darafferty closed 5 years ago

darafferty commented 5 years ago

When running getRM.getRM() with server="ftp://gnss.oma.be/gnss/products/IONEX/" and prefix="ROBR", I get the error "could not broadcast input array from shape (6) into shape (0)". This problem seems to be caused by this line in the downloaded file that is not processed correctly: ' 2018 11 1 0 15 0 EPOCH OF CURRENT MAP\n'

I'm not sure though if ROBR files are officially supported or not...

maaijke commented 5 years ago

I missed a "END OF TEC MAP" when combining all the ROBR maps of one day. You need to delete the old ROBR data to make this work