Cropping of 3-dimensional data


main program    mbikxyz.f

Input variable :
  nx : Data number of the x direction
  ny : Data number of the y direction
@nz : Data number of the z direction
  x0 : The x coordinate of the origin
  y0 : The y coordinate of the origin
@z0 : The z coordinate of the origin
  mb : The number of cropping
 
Description : This program produce a reduced array, fb(jx,jy,jz) from the original away, fa(ix,iy,iz), where mb is the number of cropping.

            ix = 1+mb*(jx-1)
            iy = 1+mb*(iy-1)
            iz = 1+mb*(iz-1)




return to file list (English)
return to file list (Japanese)