By downloading this code you agree to the
Source Code Use License (PDF). |
{ version = 1.00; (* of denav.p 2009 Apr 14}
(* begin module describe.denav *)
(*
name
denav: density average
synopsis
denav(data: in, denavp: in, bfile: out, output: out)
files
data: Scan data file prepared for density plotting with denplo
bfile: (not used)
denavp: parameters to control the program. The file must contain the
following parameters, one per line:
parameterversion: The version number of the program. This allows the
user to be warned if an old parameter file is used.
piece coordinate column in data
Ri evaluation (bits per site)
output: messages to the user
description
When an individual information scan has been set up with zero
coordinates, it can be plotted using denplo. What is the average
information for the negative, zero and positive coordinates?
examples
1.00 version of denav that this parameter file is designed for.
4 piece coordinate column in data
6 Ri evaluation (bits per site)
documentation
see also
scan program to generate data: scan.p
density plotting program: denplo.p
example parameter file for current scan data file: denavp
author
Thomas Dana Schneider
bugs
technical notes
*)
(* end module describe.denav *)
{This manual page was created by makman 1.45}
{created by htmlink 1.62}