Ignore:
Timestamp:
03/01/16 20:18:15 (9 years ago)
Author:
Eric.Larour
Message:

CHG: gmtmask.py: issue with indexing! (matlab bias)
gmtmask.py and .m: increase precision to 10 digits for lat,long! otherwise, gmtmask
is returning biased locations!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/coordsystems/gmtmask.m

    r20013 r20283  
    3131        %First, write our lat,long file for gmt:
    3232        nv=length(lat);
    33         dlmwrite('./all_vertices.txt',[long lat (1:nv)'],'delimiter','\t');
     33        dlmwrite('./all_vertices.txt',[long lat (1:nv)'],'delimiter','\t','precision',10);
    3434
    3535        %Avoid bypassing of the ld library path by Matlab (:()
Note: See TracChangeset for help on using the changeset viewer.