; ; Checks that MXD and TRW chronologies are at the same location and in the ; same region. ; restore,filename='allmxd.idlsave' ; nchron,idno,idname,location,country,tree,yrstart,yrend,statlat,statlon,$ ; mxd,fraction,timey,nyr x=statlon y=statlat restore,filename='alltrw.idlsave' x=x-statlon y=y-statlat e=where(x ne 0,nerr) print,'Longitudes differ:',nerr e=where(y ne 0,nerr) print,'Latitudes differ:',nerr ; end