z2xyz.par.main

来自「su 的源代码库」· MAIN 代码 · 共 28 行

MAIN
28
字号
 Z2XYZ - convert binary floats representing Z-values to ascii	 	   form in X Y Z ordered triples			    z2xyz <stdin >stdout 					 Required parameters:						 n1=		number of floats in 1st (fast) dimension	 Optional parameters:						 outpar=/dev/tty		 output parameter file		 Notes: This program is useful for converting panels of float	 data (representing evenly spaced z values) to the x y z	 ordered triples required for certain 3D plotting packages.	 Example of NXplot3d usage on a NeXT:				 suplane | sufilter | z2xyz n1=64 > junk.ascii			 Now open junk.ascii as a mesh data file with NXplot3d.	 (NXplot3d is a NeXTStep-only utility for viewing 3d data sets	 Credits:	CWP: John Stockwell based on "b2a" by Jack Cohen

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?