32 lines
1.3 KiB
HTML
32 lines
1.3 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>The Psish</TITLE>
|
|
</HEAD>
|
|
<BODY>
|
|
<H1>The Psish</H1>
|
|
<P>
|
|
The Psish is just a special version of the standard tclsh coming with Tcl. Tcl
|
|
is John Ousterhouts Tool Command Language. It is portable scripting language
|
|
for rapid application development. One of the features of Tcl is, that it is easily
|
|
extendable with C-code. The Psish is one of these extensions which adds
|
|
interfaces to the SINQ hardware devices to Tcl. The prime purpose of this tool
|
|
is hardware testing and as a development aid. There exists also a TK shell,
|
|
pish with these extensions. Some of th extensions are written at LNS, some
|
|
are collected from the net. The following extensions are available:
|
|
|
|
<UL>
|
|
<LI>dldebug. Don Libbes Tcl debugger. Documented elewhere.
|
|
<LI>blt_graph. A X-Y-graph widget for X11 from the blt package.
|
|
<LI><A HREF="tchm.htm">SINQHM.</A> An interface to the SINQ histogram memory.
|
|
<LI><A HREF="ctrl.htm">Controller.</A> This allows to write and read data from
|
|
and to a serial device connected via the Macintosh terminal server
|
|
to the network.
|
|
<LI><A HREF="powdtcl.htm">powder</A>. A set of routines for performing initial
|
|
data correction and summing on DMC data files.
|
|
<LI><a href = nxpeek.htm>nxpeek</a>. An extension to view NeXus files by Nick from NIST.
|
|
</UL>
|
|
|
|
</p>
|
|
</BODY>
|
|
</HTML>
|