Clear Filters
Clear Filters

How can I read IONEX files in MATLAB?

6 views (last 30 days)
Sadia Khaf
Sadia Khaf on 22 Sep 2016
Edited: Walter Roberson on 10 Apr 2021
I have some redundant information that I want to skip while reading this file and then I want to extract the latitude, longitude and TEC data into separate columns. I don't understand LAT/LON1/LON2/DLON either. Basically I need [x y TECdata] for Kriging.
  1 Comment
Walter Roberson
Walter Roberson on 22 Sep 2016
With regards to the meaning of LAT, LON, DLAT, DLON:
The material I find indicates that the program used to generate that file was an older version of the source code available in http://ftp.izmiran.ru/pub/izmiran/SPIM/ in the isomain.zip file . In particular, file IRIPLAS5c.FOR there is noted as having comments about the format of the output file.

Sign in to comment.

Answers (1)

Walter Roberson
Walter Roberson on 22 Sep 2016
Edited: Walter Roberson on 10 Apr 2021
  1 Comment
Sadia Khaf
Sadia Khaf on 22 Sep 2016
I checked this, it's not working for me. fopn and textscan seem to take the whole data as a single string.

Sign in to comment.

Categories

Find more on Data Import and Analysis in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!