There are two main types of results files usually referred to in the documentation and code as summary and data files. Summary files have one row of data for all GRID for a slice whereas data files have detailed information such as one row of data for each {@link fraclac.analyzer.Vars#iGRIDs GRID} and columns of raw data.
Some classes are specialized for writing strings from data acquired during specific types of scans (e.g., the GrayWriter class is for data from grayscale images).
Most of the classes require data to have been processed by a {@link fraclac.analyzer.DataProcessor DataProcessor} object. The MFWriter for multifractal data includes methods for further processing the data and displaying graphics for multifractal analysis. Check the requirements for each method prior to calling it. @author Audrey Karperien @since IJ 1.49o @since jdk 1.6 @version FracLac 2014Jan $Rev: 214 $ Revision $Id: package.html 214 2015-03-12 04:28:28Z coder $