- Fixes to HM code for AMOR TOF
- A couple of TAS fixes - o2t was fixed to work with any drivable - FOCUS was mended to include beam monitor in data file
This commit is contained in:
@ -73,6 +73,8 @@ cnmon1=/entry1,NXentry/FOCUS,NXinstrument/counter,NXmonitor/SDS monitor \
|
||||
-type DFNT_INT32 -attr {units,counts}
|
||||
cnmon2=/entry1,NXentry/FOCUS,NXinstrument/counter,NXmonitor/SDS beam_monitor \
|
||||
-type DFNT_INT32 -attr {units,counts}
|
||||
cnmon3=/entry1,NXentry/FOCUS,NXinstrument/counter,NXmonitor/SDS proton_beam_monitor \
|
||||
-type DFNT_INT32 -attr {units,counts}
|
||||
#-------------- detector bank
|
||||
dname=/entry1,NXentry/FOCUS,NXinstrument/$(bank),NXdetector/SDS type \
|
||||
-type DFNT_CHAR -rank 1 -dim {132}
|
||||
@ -81,7 +83,7 @@ dtheta=/entry1,NXentry/FOCUS,NXinstrument/$(bank),NXdetector/SDS theta \
|
||||
dtime=/entry1,NXentry/FOCUS,NXinstrument/$(bank),NXdetector/SDS time_binning \
|
||||
-rank 1 -dim {$(timebin)} -attr {axis,2} -attr {units,us}
|
||||
dcounts=/entry1,NXentry/FOCUS,NXinstrument/$(bank),NXdetector/SDS counts \
|
||||
-type DFNT_INT32 -rank 2 -LZW -dim {$(noofdetectors),$(timebin)} \
|
||||
-type DFNT_INT32 -LZW -rank 2 -dim {$(noofdetectors),$(timebin)} \
|
||||
-attr {signal,1}
|
||||
dsums=/entry1,NXentry/FOCUS,NXinstrument/$(bank),NXdetector/SDS summed_counts \
|
||||
-rank 1 -dim {$(noofdetectors)} -type DFNT_INT32
|
||||
|
Reference in New Issue
Block a user