- New batch file management module

- New oscillator module
- Bug fixes


SKIPPED:
	psi/buffer.c
	psi/el734hp.c
	psi/el737hpdriv.c
	psi/make_gen
	psi/nextrics.c
	psi/nxamor.c
	psi/pimotor.c
	psi/polterwrite.c
	psi/psi.c
	psi/swmotor2.c
	psi/tasscan.c
	psi/tricssupport.c
	psi/tricssupport.h
	psi/tecs/make_gen
	psi/utils/ecb_load_new/ecb_load.c
	psi/utils/ecb_load_new/ecb_load.h
	psi/utils/ecb_load_new/ecbdriv_els.c
	psi/utils/ecb_load_new/gpib_els.c
	psi/utils/ecb_load_new/makefile
	psi/utils/ecb_load_new/makefile_EGPIB
	psi/utils/ecb_load_new/makefile_GPIB
This commit is contained in:
cvs
2004-11-17 10:50:15 +00:00
parent f7c8ae30c6
commit 0f4e959e22
46 changed files with 3675 additions and 834 deletions

View File

@ -26,7 +26,23 @@ Two special commands have been defined for TRICS with a PSD:
<dd>reads reflection HKL values from file filename and performs
tricsscans for each reflection. These will be done eith step width
step, the number of steps np with counting mode mode and a preset of
preset. These parameters have the same meaning as described above.
preset. These parameters have the same meaning as described above. If the
{\bf hkl nb 1} command has been given before the invocation of this scan,
reflections will be searched in normal beam geometry. psdrefscan, however,
will only print the normal four circle angles, though.
<dt>detscan start step np mode preset
<dd>Detscan performs a scan in two theta. This may be useful for detector
calibrations. Arguments as described above.
<dt>phscan start step np mode preset
<dd>Phscan performs a scan in phi. This can be usefule for orienting a
crystal. Arguments as described above.
<dt>o2tscan2d start step np mode preset
<dd>O2tscan2d performs a omega - two-theta scan with the PSD.
Arguments as described above.
<dt>hklscan2d
<dd> For a scan in reciprocal space with the PSD, see the
documentation for <a href="hklscan.htm">hklscan</a>. Please note that
for a PSD HKL scan, all commans have to start with hklscan2d.
</dl>
</P>