Delila Program: cutoff

cutoff program

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

{   version = 1.03; (* of cutoff.p 2004 Nov  5}

(* begin module describe.cutoff *)
(*
name
   cutoff: cutoff scan data

synopsis
   cutoff(data: in, cutoffp: in, datacut: out, output: out)

files

   data:  output of the scan file

   datacut:  scan file cutoff

   cutoffp:  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.

description

   Make a higher cutoff of a scan data file.

examples

documentation

see also

   The scan program that produces the data file is: scan.p

author

   Thomas Dana Schneider

bugs

technical notes

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


{created by htmlink 1.62}