- Added polarisation support for TAS
This commit is contained in:
7
amor.dic
7
amor.dic
@ -13,7 +13,7 @@
|
||||
# these things
|
||||
timebin=512
|
||||
detxsize=255
|
||||
detysize=255
|
||||
detysize=128
|
||||
scanlength = 10
|
||||
chunk =
|
||||
#---------- NXentry level
|
||||
@ -180,9 +180,12 @@ detbase=/entry1,NXentry/reflectometer,NXinstrument/TOF,NXdetector/SDS \
|
||||
dettime=/entry1,NXentry/reflectometer,NXinstrument/TOF,NXdetector/SDS time_binning \
|
||||
-type DFNT_FLOAT32 -rank 1 -dim {$(timebin)} -attr {axis,3} \
|
||||
-attr {units,ms}
|
||||
#spinup=/entry1,NXentry/reflectometer,NXinstrument/TOF,NXdetector/SDS spinup \
|
||||
# -type DFNT_INT32 -rank 3 -dim {$(detxsize),$(detysize),$(timebin)} \
|
||||
# -LZW $(chunk) -attr {signal,1}
|
||||
spinup=/entry1,NXentry/reflectometer,NXinstrument/TOF,NXdetector/SDS spinup \
|
||||
-type DFNT_INT32 -rank 3 -dim {$(detxsize),$(detysize),$(timebin)} \
|
||||
-LZW $(chunk) -attr {signal,1}
|
||||
$(chunk) -attr {signal,1}
|
||||
detchunk=/entry1,NXentry/reflectometer,NXinstrument/TOF,NXdetector/SDS \
|
||||
chunksize -type DFNT_INT32 -rank 1 -dim {3}
|
||||
spinup2d=/entry1,NXentry/reflectometer,NXinstrument/TOF,NXdetector/SDS spinup \
|
||||
|
Reference in New Issue
Block a user