[Thread Prev][Thread Next][Index]

Setting a region



Hello All,

I'm using the script below to read in data in a stream, establish the data i
n an 11 x 11 array with 5 levels and define the x and y axis to provide geol
ocation information to the array.

After running the script in Ferret I want to set a region.  If I enter:
set region/x=131.02E:137.52E
I can do shade/k=1 tb
and the data is shown in the region.  But if I try to do the same thing for 
the y axis by entering:
set region/y=3.8N:10.3N
Ferret ignores this and doesn't change the y axis.

How can I set the region for both x and y axes?

Thank you,

Ben


define axis/x=1:11:1 xax
define axis/y=1:11:1 yax
define axis/z=1:5:1 zax
define grid/x=xax/y=yax/z=zax gax1
file/format=stream/type=i2/swap/skip=`2048/4`/grid=gax1/var=tb_scale F13SSMI
1B_200107152131_wpo_low
let tb=tb_scale/10
set var/bad=9999 tb
define axis/x=133.02E:135.52E:.25 xax
define axis/y=5.8N:8.3N:.25 yax
set var/title="Brightness Temperature" tb
set var/units="Kelvin" tb
  SAY ----------------------------------
  SAY "Var = tb"
  SAY "Channels = 5"
  SAY ----------------------------------




[Thread Prev][Thread Next][Index]

Dept of Commerce / NOAA / OAR / PMEL / TMAP

Contact Us | Privacy Policy | Disclaimer | Accessibility Statement