Delila Program: riden

riden program

Documentation for the riden program is below, with links to related programs in the "see also" section.

{version = 1.29; (* of riden.p 1996 November 18}

(* begin module describe.riden *)
(*
name
   riden: ring density graph

synopsis
   riden(color: in, ridenp: in, xyin: out, output: out)

files
   color: output of the ring program
   ridenp: parameter file for this program.  Two lines:
           First line: largest radial distance recorded
           Second line: number of bins to store the data in
   xyin:  histogram of the density
   output: messages to the user

description
   This program converts the graph generated by the ring program into
   a form that allows one to see if the results are as expected.

examples

documentation

see also
   ring.p

author
   Thomas Dana Schneider

bugs
   Program only works for D=2.  The curves don't match for D=4, but
   do for higher dimensions.  It is not obvious why.

technical notes

*)
(* end module describe.riden *)
{This manual page was created by makman 1.45}


{created by htmlink 1.62}