Initial bilby configuration.
This commit is contained in:
@@ -54,6 +54,8 @@ namespace eval nexus {
|
||||
"taipan" "simple"
|
||||
"kookaburra" "simple"
|
||||
"dingo" "simple"
|
||||
"bilby" "simple"
|
||||
"emu" "simple"
|
||||
}
|
||||
}
|
||||
namespace eval ::nexus::histmem {}
|
||||
@@ -120,7 +122,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 lyrebird LBD kookaburra KKB dingo DNG}
|
||||
array set inst_mnem {quokka QKK wombat WBT echidna ECH kowari KWR koala KOL taipan TPN platypus PLP pelican PLN lyrebird LBD kookaburra KKB dingo DNG bilby BBY emu EMU}
|
||||
# set prefix [SplitReply [sicsdataprefix]]
|
||||
set date_time_arr [split [sicstime] " "]
|
||||
set isodate [lindex $date_time_arr 0]
|
||||
|
||||
Reference in New Issue
Block a user