51 lines
2.3 KiB
Plaintext
51 lines
2.3 KiB
Plaintext
##NXDICT-1.0
|
|
#----------------------------------------------------------------------------
|
|
#
|
|
# DO NOT EDIT WHEN YOU DO NOT KNOW WHAT YOU ARE DOING!
|
|
# This file determines the placement of data items in the NeXus
|
|
# data file. Your data may not be readable if this file is messed up.
|
|
#
|
|
#----------------------------------------------------------------------------
|
|
entryName=entry1
|
|
inst=instrument
|
|
monochromator=monochromator
|
|
detector=detector
|
|
padim0=512
|
|
padim1=128
|
|
|
|
#---------- NXentry level
|
|
etitle=/$(entryName),NXentry/SDS title -type NX_CHAR
|
|
sics_release=/version,NXentry/SDS sics_release_tag -type NX_CHAR
|
|
sics_revision=/version,NXentry/SDS sics_revision_num -type NX_CHAR
|
|
|
|
#TODO Fix NXDict or is it napi? to allow an empty attribute value here.
|
|
nx_content_release=/version,NXentry/SDS nx_content_release_tag -type NX_CHAR -attr {schema_release, $Name: not supported by cvs2svn $}
|
|
nx_content_revision=/version,NXentry/SDS nx_content_revision_num -type NX_CHAR -attr {schema_revision,$Revision: 1.7 $}
|
|
|
|
estart=/$(entryName),NXentry/SDS start_time -type NX_CHAR
|
|
eend=/$(entryName),NXentry/SDS end_time -type NX_CHAR
|
|
|
|
#----------------- NXinstrument
|
|
iname=/$(entryName),NXentry/$(inst),NXinstrument/SDS name -type NX_CHAR \
|
|
-rank 1 -dim {132}
|
|
|
|
#----------------- NXuser
|
|
username=/$(entryName),NXentry/user,NXuser/SDS name -type NX_CHAR
|
|
userrole=/$(entryName),NXentry/user,NXuser/SDS role -type NX_CHAR
|
|
useraddress=/$(entryName),NXentry/user,NXuser/SDS address -type NX_CHAR
|
|
userphone=/$(entryName),NXentry/user,NXuser/SDS telephone_number -type NX_CHAR
|
|
useremail=/$(entryName),NXentry/user,NXuser/SDS email -type NX_CHAR
|
|
|
|
#----------------- NXsource
|
|
sname=/$(entryName),NXentry/$(inst),NXinstrument/source,NXsource/SDS name \
|
|
-type NX_CHAR -rank 1
|
|
stype=/$(entryName),NXentry/$(inst),NXinstrument/source,NXsource/SDS type -type NX_CHAR -rank 1
|
|
sprobe=/$(entryName),NXentry/$(inst),NXinstrument/source,NXsource/SDS probe -type NX_CHAR -rank 1
|
|
|
|
#----------------- NXcrystal
|
|
clambda=/$(entryName),NXentry/$(inst),NXinstrument/$(monochromator),NXcrystal/SDS wavelength -type NX_FLOAT32 -attr {units,Angstrom}
|
|
ctype=/$(entryName),NXentry/$(inst),NXinstrument/$(monochromator),NXcrystal/SDS type -type NX_CHAR
|
|
|
|
#--------------- NXsample
|
|
saname=/$(entryName),NXentry/sample,NXsample/SDS name -type NX_CHAR
|