By downloading this code you agree to the
Source Code Use License (PDF). |
{version = 1.03; (* of odti.p 1994 sep 5}
(* begin module describe.odti *)
(*
name
odti: munch od and time plates together for xyplo
synopsis
odti(od: in, time: in, odtime: out, output: out)
files
od: a file containing just an od plate from the tk program.
blank wells are indicated by an '*'.
time: a file containing times.
blank wells are indicated by an '*'.
odtime: the od and time values are spliced together,
lines beginning with * are copied to output, then
the time followed by each od are put on lines by themselves.
this is the form that that the xyplo program can use for
plotting.
description
the od and time plates are fused together for plotting with xyplo.
auther
tom schneider
see also
xyplo.p and tk (written in basic)
bugs
does not take full tk output.
*)
(* end module describe.odti *)
This manual page was created by makman 1.45
{created by htmlink 1.62}