add kookaburra
r3487 | jgn | 2012-03-27 15:19:40 +1100 (Tue, 27 Mar 2012) | 1 line
This commit is contained in:
committed by
Douglas Clowes
parent
132fb83389
commit
0ed6a9a9ef
@@ -52,6 +52,7 @@ namespace eval nexus {
|
|||||||
"lyrebird" "simple"
|
"lyrebird" "simple"
|
||||||
"pelican" "simple"
|
"pelican" "simple"
|
||||||
"taipan" "simple"
|
"taipan" "simple"
|
||||||
|
"kookaburra" "simple"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
namespace eval ::nexus::histmem {}
|
namespace eval ::nexus::histmem {}
|
||||||
@@ -118,7 +119,7 @@ proc ::nexus::datapath {} {
|
|||||||
# @param postfix This is the filename suffix, must be one of: nx.hdf, hdf, h5, nx5, xml
|
# @param postfix This is the filename suffix, must be one of: nx.hdf, hdf, h5, nx5, xml
|
||||||
proc newFileName {idNum postfix} {
|
proc newFileName {idNum postfix} {
|
||||||
if [ catch {
|
if [ catch {
|
||||||
array set inst_mnem {quokka QKK wombat WBT echidna ECH kowari KWR koala KOL taipan TPN platypus PLP pelican PLN lyrebird LBD}
|
array set inst_mnem {quokka QKK wombat WBT echidna ECH kowari KWR koala KOL taipan TPN platypus PLP pelican PLN lyrebird LBD kookaburra KKB}
|
||||||
# set prefix [SplitReply [sicsdataprefix]]
|
# set prefix [SplitReply [sicsdataprefix]]
|
||||||
set date_time_arr [split [sicstime] " "]
|
set date_time_arr [split [sicstime] " "]
|
||||||
set isodate [lindex $date_time_arr 0]
|
set isodate [lindex $date_time_arr 0]
|
||||||
|
|||||||
Reference in New Issue
Block a user