[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

from Map_file to Ps_file



Hello,

How can I see the 'lzn_skpr' from the Manual ex05.cmd?
Oder How can I convert this file to Ps_file?

data(ln_zinc): 'zinc.eas', x=1, y=2, v=3, log,
  min=20, max=40, radius=1000, sk_mean=5.9;
variogram(ln_zinc): 0.0554 Nug(0) + 0.581 Sph(900);
mask:                 'mask_map';
predictions(ln_zinc): 'lzn_skpr';
variances(ln_zinc):   'lzn_skvr';
set plotfile='plot.gp';

After that I try to see it in Gnuplot; gnuplot lzn_skpr.
hlee@gore:~/gstat/cmd > gnuplot lzn_skpr 

gnuplot> RUU CROSS SYSTEM MAP FORMAT
         ^
         "lzn_skpr", line 1: invalid command

Please help me, how I can see and print the kriged file.

Thank you

hwa-taek Lee