/* AUTHOR : University of Mons-Hainaut (Belgium) This software is copyright (C) 1992, Regents of the University of Mons-Hainaut. Anyone may reproduce this software (microscope.c), in whole or in part, provide that any copy or redistribution of microscope.c must show the Regent of the University of Mons-Hainaut and must include this notice. */ /* AUTHOR : Hennekens Didier. University of Mons-Hainaut Faculte des Sciences 19 Avenue Maistriau 7000 Mons (Belgium) PLATFORM : DEC 5000 model 240 PXG This avs subroutine transforms a picture of atomic force microscope in the "scalar uniform field" structure as defined by AVS. This picture consists of a set of heights on a square uniform grid. The informations on this picture are contained in a ascii file. The expected ascii format is very simple. It consist of a header of three lines (the file name and two experimental parameters of the atomic force microscope : the z_scale and the z_dsclale) followed by data : ... ... ... Notes : * In this example, the size of the grid is NxN. * The file 'example.dat' contains an example of a 10x10 picture. LIMITATIONS : the data file must contain a maximum of 160000 measures. */