Override common antohm_linked.xml with config from ics1-kookaburra.
The OAT_TABLE command doesn't support <IX> tables.
This commit is contained in:
@ -8,7 +8,6 @@ config/hipadaba/instdict_specification.tcl
|
|||||||
config/hmm/hmm_configuration_common_1.tcl
|
config/hmm/hmm_configuration_common_1.tcl
|
||||||
config/hmm/hmm_cylindrical_detector_configuration.tcl
|
config/hmm/hmm_cylindrical_detector_configuration.tcl
|
||||||
config/hmm/hmm_object.tcl
|
config/hmm/hmm_object.tcl
|
||||||
config/hmm/anstohm_linked.xml
|
|
||||||
config/hmm/sct_orhvps_common.tcl
|
config/hmm/sct_orhvps_common.tcl
|
||||||
config/scan/scan_common_1.hdd
|
config/scan/scan_common_1.hdd
|
||||||
config/scan/scan_common_1.tcl
|
config/scan/scan_common_1.tcl
|
||||||
|
@ -0,0 +1,38 @@
|
|||||||
|
<?xml version = '1.0' encoding = 'UTF-8'?>
|
||||||
|
<!-- Revised version MJL 2/07 -->
|
||||||
|
<anstohm:anstohm filler="ansto1" >
|
||||||
|
<config_links>
|
||||||
|
<config_link filename="../HMconfig/Default/Server_defaults.xml" />
|
||||||
|
<config_link filename="../HMconfig/Default/[::histogram_memory::filler_defaults].xml" />
|
||||||
|
</config_links>
|
||||||
|
<config_fillers>
|
||||||
|
<config_filler instrument="[instname]">
|
||||||
|
<!-- Place your customizations of the default configuration in this section -->
|
||||||
|
<!-- (if any) in config_server or config_fillers sections here. -->
|
||||||
|
<!-- These will override the linked configuration data above. -->
|
||||||
|
[BAT_TABLE]
|
||||||
|
[CAT_TABLE]
|
||||||
|
[FAT_TABLE]
|
||||||
|
<OAT
|
||||||
|
NO_OAT_X_CHANNELS="16"
|
||||||
|
NO_OAT_Y_CHANNELS="1024"
|
||||||
|
NO_OAT_T_CHANNELS="1">
|
||||||
|
<Y >
|
||||||
|
-0.5 0.5
|
||||||
|
</Y>
|
||||||
|
<T >
|
||||||
|
0 200000
|
||||||
|
</T>
|
||||||
|
<IX
|
||||||
|
MIN_RAW="0"
|
||||||
|
MAX_RAW="15"
|
||||||
|
TABLE_SIZE="16"
|
||||||
|
>
|
||||||
|
4 3 2 1 0 5 6 7 8 9 10 11 12 13 14 15
|
||||||
|
</IX>
|
||||||
|
</OAT>
|
||||||
|
|
||||||
|
[SAT_TABLE]
|
||||||
|
</config_filler>
|
||||||
|
</config_fillers>
|
||||||
|
</anstohm:anstohm>
|
Reference in New Issue
Block a user