- Fixed SICS up to run with up to three TRICS detectors.
- added 150 detectors the default for FOCUS middle bank. - added documentation for el734_test
This commit is contained in:
16
sansdict.dic
16
sansdict.dic
@ -32,6 +32,9 @@ vlambda = /entry1,NXentry/SANS,NXinstrument/Dornier-VS,NXchopper/SDS \
|
||||
#-------------------- monitor 1
|
||||
m1counts = /entry1,NXentry/SANS,NXinstrument/monitor1,NXmonitor/SDS \
|
||||
counts -type DFNT_INT32
|
||||
#-------------------- proton monitor
|
||||
pbcounts = /entry1,NXentry/SANS,NXinstrument/integrated_beam,NXmonitor/SDS \
|
||||
counts -type DFNT_INT32
|
||||
#--------------------- collimator
|
||||
colli = /entry1,NXentry/SANS,NXinstrument/collimator,NXcollimator/SDS \
|
||||
length -attr {units,m}
|
||||
@ -70,12 +73,19 @@ ddmo = /entry1,NXentry/SANS,NXinstrument/detector,NXdetector/SDS monitor_counts
|
||||
-type DFNT_UINT32 -rank 1 -dim {1}
|
||||
ddtime = /entry1,NXentry/SANS,NXinstrument/detector,NXdetector/SDS \
|
||||
counting_time -attr {units,seconds}
|
||||
countdim = -rank 2 -dim {256,256}
|
||||
timedim = 1
|
||||
dim1 = 256
|
||||
dim2 = 256
|
||||
ddcounts = /entry1,NXentry/SANS,NXinstrument/detector,NXdetector/SDS counts \
|
||||
-type DFNT_UINT32 -rank 2 -dim {128,128} -attr {signal,1}
|
||||
-type DFNT_UINT32 -LZW $(countdim) -attr {signal,1}
|
||||
ddcx = /entry1,NXentry/SANS,NXinstrument/detector,NXdetector/SDS detector_x \
|
||||
-type DFNT_UINT32 -rank 1 -dim {128} -attr {axis,1}
|
||||
-type DFNT_UINT32 -rank 1 -dim {$(dim1)} -attr {axis,1}
|
||||
ddcy = /entry1,NXentry/SANS,NXinstrument/detector,NXdetector/SDS detector_y \
|
||||
-type DFNT_INT32 -rank 1 -dim {128} -attr {axis,2}
|
||||
-type DFNT_INT32 -rank 1 -dim {$(dim2)} -attr {axis,2}
|
||||
ddtb = /entry1,NXentry/SANS,NXinstrument/detector,NXdetector/SDS tof_or_gummi \
|
||||
-rank 1 -dim {$(timedim)} -attr {axis,3} \
|
||||
-attr {units,uSecOrStroboscopicDimension}
|
||||
ddtemp = /entry1,NXentry/SANS,NXinstrument/detector,NXdetector/SDS \
|
||||
temperature
|
||||
#--------Sample
|
||||
|
Reference in New Issue
Block a user