NAME

binpull2 - nearest neighbor interpolation, 2D


SYNOPSIS

Initializer : call binpull2_init(m1,m2,o1,d1,o2,d2,xy)

Operator : ierr=binpull2_lop(adj,add,model,data)


PARAMETERS

m1 - integer
      number of model points, axis 1
m2 - integer
      number of model points, axis 2
o1 - real
      first sample of model space, axis 1
d1 - real
      sampling of model space, axis 1
o2 - real
      first sample of model space, axis 2
d2 - real
      sampling of model space, axis 2
xy - real(:,2)
      location of data
adj,add,model,data -
      standard operator


DESCRIPTION

2-D nearest neighbor interpolation


SEE ALSO

the binpull1 manpage,the lint1 manpage,the lint2 manpage


LIBRARY

geef90