From 127249e29495db04966938f893f85c3bb9ffb1bb Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Thu, 16 Aug 2007 14:28:14 +1000 Subject: [PATCH] Fixup paths to match nexus spec. r2112 | ffr | 2007-08-16 14:28:14 +1000 (Thu, 16 Aug 2007) | 2 lines --- .../hipadaba/common_instrument_dictionary.tcl | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/site_ansto/instrument/config/hipadaba/common_instrument_dictionary.tcl b/site_ansto/instrument/config/hipadaba/common_instrument_dictionary.tcl index b3ac585b..17724dd2 100644 --- a/site_ansto/instrument/config/hipadaba/common_instrument_dictionary.tcl +++ b/site_ansto/instrument/config/hipadaba/common_instrument_dictionary.tcl @@ -38,7 +38,7 @@ set instrument_dictionary [subst { datatype @none property {data true control true nxsave false klass NXdetector type part} } - instrument/sample { + sample { privilege spy sobj {@any sample} datatype @none @@ -50,7 +50,7 @@ set instrument_dictionary [subst { datatype @none property {data true control true nxsave false klass NXcollimator type part} } - instrument/monitor { + monitor { privilege spy sobj {@any monitor} datatype @none @@ -68,17 +68,23 @@ set instrument_dictionary [subst { datatype @none property {data true control true nxsave false klass NXfilter type part} } + user { + privilege spy + sobj {@any user} + datatype @none + property {data true control true nxsave false klass NXuser type part} + } experiment { privilege spy - sobj {@any user @any experiment} + sobj {@any experiment} datatype @none - property {data true control true nxsave false klass NXentry type part} + property {data true control true nxsave false klass NXnote type part} } data { privilege spy sobj {@any data} datatype @none - property {data true control false nxsave false klass NXdata type part datatype UNKNOWN} + property {data true control false nxsave false klass NXdata type part datatype UNKNOWN currentfiletype UNKNOWN} } data/data_set { privilege spy