<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Helvetica,sans-serif">
<p></p>
<pre>daer colleges <br>any one can help me how i can define valid range for the section.i dont know i should change which one in the line below. <br>; Process valid_range. Fill value and missing value will be handled by this
; since they are outside of range values.
  data = where(data_raw.gt.data_hdf4@valid_range(0) .and. data_raw.lt.data_hdf4@valid_range(1), data_raw, data_hdf4@_FillValue)
</pre>
<br>
<p></p>
</div>
</body>
</html>