added Lyrebird instrument config

r3038 | jgn | 2010-12-13 16:10:57 +1100 (Mon, 13 Dec 2010) | 1 line
This commit is contained in:
Jing Chen
2010-12-13 16:10:57 +11:00
committed by Douglas Clowes
parent a3d551c8bb
commit 28772f6ec2
53 changed files with 4451 additions and 3 deletions

View File

@@ -84,6 +84,7 @@ namespace eval histogram_memory {
quokka INTERNAL
taipan INTERNAL
wombat INTERNAL
lyrebird INTERNAL
}
array set default_frame_source_always_internal {
@@ -95,6 +96,7 @@ namespace eval histogram_memory {
quokka "false"
taipan "false"
wombat "false"
lyrebird "false"
}
::utility::mkVar detector_active_height_mm Float user active_height true detector true true

View File

@@ -48,6 +48,7 @@ namespace eval nexus {
"kowari" "simple"
"quokka" "fname"
"platypus" "simple"
"lyrebird" "simple"
}
}
namespace eval ::nexus::histmem {}
@@ -114,7 +115,7 @@ proc ::nexus::datapath {} {
# @param postfix This is the filename suffix, must be one of: nx.hdf, hdf, h5, nx5, xml
proc newFileName {idNum postfix} {
if [ catch {
array set inst_mnem {quokka QKK wombat WBT echidna ECH kowari KWR koala KOL taipan TPN platypus PLP pelican PLN}
array set inst_mnem {quokka QKK wombat WBT echidna ECH kowari KWR koala KOL taipan TPN platypus PLP pelican PLN lyrebird LBD}
# set prefix [SplitReply [sicsdataprefix]]
set date_time_arr [split [sicstime] " "]
set isodate [lindex $date_time_arr 0]