diff --git a/doc/user/Makefile b/doc/user/Makefile index 8362973f..35cec6c9 100644 --- a/doc/user/Makefile +++ b/doc/user/Makefile @@ -4,7 +4,7 @@ # Mark Koennecke, Juli 1998 #------------------------------------------------------------------------ -all: topsi dmc sans focus poldi +all: topsi dmc sans focus poldi tricsman userrefman topsi: html2tex topman @@ -30,4 +30,20 @@ poldi: html2tex poldiman latex poldiman latex poldiman - dvips -o poldiman.ps poldiman.dvi \ No newline at end of file + dvips -o poldiman.ps poldiman.dvi +poldi: + html2tex poldiman + latex poldiman + latex poldiman + dvips -o poldiman.ps poldiman.dvi +tricsman: + html2tex tricsman + latex tricsman + latex tricsman + dvips -o tricsman.ps tricsman.dvi +userrefman: + html2tex userrefman + latex userrefman + latex userrefman + dvips -o userrefman.ps userrefman.dvi + diff --git a/doc/user/amor.htm b/doc/user/amor.htm new file mode 100644 index 00000000..9f5de87d --- /dev/null +++ b/doc/user/amor.htm @@ -0,0 +1,104 @@ + +
++Welcome to the reflectometer AMOR at SINQ! This manual describes how +to operate AMOR through the SICS instrument control software. +SICS means: Sinq Instrument Control System. AMOR can be operated in +one out of two modes: +
+SICS is a client server system. This means there is a magic server +program running on the instrument computer which does all the work. +The user interacts with SICS + only with client applications which communicate with the server +through the network. Most instrument hardware (motor controllers, +counter boxes etc.) is connected to the system through RS-232 serial +connections. These RS-232 ports are connected to a terminal server + which is accessed through another server program, the SerPortServer + program, which is also running on the instrument computer. Then there + is the position sensitive detector. Neutrons collected in the PSD are + formatted into a special message format by the elctronics and + forwarded through a fibre optic link to the histogram memory + computer. This is a VME Motorola on board computer which then is + responsible for summing the neutrons events appropriatetly. The on + board computer is connected to the TCP/IP network and acts as a + server as well which handles the configuration and readout of the + histogram memory. + The SICS server communicates with this terminal server and other +devices through the network. +
+ + ++
+
+ + ++
+
+Autcloud is an experimental software which integrates reflections from a + 3D data volume without any prior information. Reflections are located + through a template matching approach in 3D. Template Matching is a common + digital signal processing method for enhancing a signal against a +background. This program may still contain very major algorithmical +and programming errors as it could not yet be tested against real data. +Data Analysis with autocloud requires two steps: +
objectname parametername-prints the current value of the parameter - +prints the current value of the parameter
objectname parametername newvaluesets the parameter value to newvalue if you are properly authorized. +
+ Most of the parameters SICS uses are hidden in the objects to which they belong. But some are separate objects of their own right and are accessible at top level. For instance things like Title or wavelength. They share a common syntax for changing and requesting their values. This is very simple: The command objectname will return the value, the command objectname newvalue will change the variable. But only if the authorisation codes match.
+
A client server system is potentially open to unauthorised hackers @@ -60,25 +63,8 @@ sets the parameter value to newvalue if you are properly authorized.
- Most of the parameters SICS uses are hidden in the objects to which they belong. But some are separate objects of their own right and are accessible at top level. For instance things like Title or wavelength. They share a common syntax for changing and requesting their values. This is very simple: The command objectname will return the value, the command objectname newvalue will change the variable. But only if the authorisation codes match.
--
-sics & --at the Unix prompt. Before this program is ready to collaborate with you you -have to connect it to an instrument using the options in the connect -pulldown menu. The screen is roughly divided in three areas: The top area -shows all input to and output from the server. The middle area shows the -command history. At the lower end is a text entry field which allows you to type -commands to be sent to the SICS server. For more information about this client consult -the online help of this application. - + All this is stated here in order to explain the common error message: + You are not authorised to do that and that or something along these + lines.