Difference between revisions of "Max2curve"

From GeopsyWiki
Jump to navigation Jump to search
Line 6: Line 6:
 
.max files.
 
.max files.
  
 
+
TODO: copy from [[FK#Graphical display of f-k results using max2curve]]
== Command line help ==
 
 
 
Usage: max2curve [OPTIONS] file.max
 
Filter and calculate statistics for .max files (e.g. generated by fk, hrfk, spac or tfa).
 
 
 
Max2curve options:
 
  -type <TYPE>              Force file type to TYPE which can be FK, SPAC, TFA, CURVE. If not
 
                            specified, the type is automatically deduced from the comment line
 
                            describing the list of fields.
 
  -mean                    Output mean curve and exit.
 
  -median                  Output median curve and exit.
 
  -m                        Output selected max entries and exit.
 
  -min <MIN>                Minimum value for histogram classes (mandatory option for -mean and
 
                            -median).
 
  -max <MAX>                Maximum value for histogram classes (mandatory option for -mean and
 
                            -median).
 
  -n <N>                    Number of histogram classes (default = 200).
 
  -linear                  Force linear scale.
 
  -log                      Force log scale.
 
 
 
Generic options:
 
  -help <SECTION>          Show help about options. SECTION may be empty or: all, curve, fk, generic,
 
                            max2curve, qt, spac, tfa
 
  -version                  Show version information
 
  -app-version              Show short version information
 
  -reportbug                Start bug report dialog, information about bug is passed through stdin.
 
                            This option is used internally to report bugs if option -nobugreport is not
 
                            specified.
 
  -reportint                Start bug report dialog, information about interruption is passed through
 
                            stdin. This option is used internally to report interruptions if option
 
                            -nobugreport is not specified.
 
  -nobugreport              Do not generate bug report in case of error
 
  -script <functionName(arg1,arg2,...)@scriptFile>
 
                            Execute function located in scriptFile
 
 
 
Copyright:
 
  Copyright (c) 2002-2008 Marc Wathelet. All rights reserved.
 
  See http://www.geopsy.org for more information.
 
 
 
--[[User:Mao|Mao]] 15:09, 1 November 2008 (UTC)
 

Revision as of 16:30, 11 March 2010

Visualization of analysis statistics

max2curve is a graphical user interface for visualization analysis results of various processing options in geopsy. max2curve reads, filters and determines histograms from .max files.

TODO: copy from FK#Graphical display of f-k results using max2curve