comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Printing Grid data.
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Printing Grid data. [message #78815] Mon, 26 December 2011 03:02
shambhu is currently offline  shambhu
Messages: 41
Registered: December 2011
Member
'
'
'

nn= GRIDDATA(lonSorted, mlatSorted, newf, /DEGREES, START = 0, DELTA =
delta, $
DIMENSION=dims, TRIANGLES=tr, MIN_POINTS=3,/SPHERE, /
NEAREST_NEIGHBOR, $
MISSING = !values.f_nan )

MAP_SET, /MOLLWEIDE, /ISOTROPIC, /HORIZON, /GRID, /ADVANCE, $
CHARSIZE = 3, TITLE = ' NEAREST NEIGHBOR Points'

contour,z, /OVERPLOT, NLEVELS = 10, /FOLLOW
,
,
,

My code is like above. am trying to contour the data over the sphere.
but it giving error as follows.

% GRIDDATA: Triangle 0 not in counterclockwise order.
% GRIDDATA: Triangle 58 not in counterclockwise order.
% GRIDDATA: Triangle 60 not in counterclockwise order.
% GRIDDATA: Triangle 63 not in counterclockwise order.
% GRIDDATA: Triangle 65 not in counterclockwise order.
% Execution halted at: EX_GRID1

Please help me. After using Grid data its printing negative values,
but not plotting negative values.
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Plotting Grid data
Next Topic: Re: Plotting Grid data

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 13:32:26 PDT 2025

Total time taken to generate the page: 0.00429 seconds