Initial bilby configuration.
This commit is contained in:
@@ -67,19 +67,21 @@ namespace eval histogram_memory {
|
||||
|
||||
# Frame source for each instrument if freq = 0, this can happen when automatically
|
||||
# setting frequencies from choppers.
|
||||
array set default_frame_source_when_there_is_no_frame_signal {
|
||||
echidna INTERNAL
|
||||
koala INTERNAL
|
||||
kowari EXTERNAL
|
||||
pelican INTERNAL
|
||||
platypus EXTERNAL
|
||||
quokka INTERNAL
|
||||
taipan INTERNAL
|
||||
wombat INTERNAL
|
||||
lyrebird INTERNAL
|
||||
kookaburra INTERNAL
|
||||
dingo INTERNAL
|
||||
}
|
||||
array set default_frame_source_when_there_is_no_frame_signal {
|
||||
echidna INTERNAL
|
||||
koala INTERNAL
|
||||
kowari EXTERNAL
|
||||
pelican INTERNAL
|
||||
platypus EXTERNAL
|
||||
quokka INTERNAL
|
||||
taipan INTERNAL
|
||||
wombat INTERNAL
|
||||
lyrebird INTERNAL
|
||||
kookaburra INTERNAL
|
||||
dingo INTERNAL
|
||||
bilby INTERNAL
|
||||
emu INTERNAL
|
||||
}
|
||||
|
||||
array set default_frame_source_always_internal {
|
||||
echidna "true"
|
||||
@@ -93,6 +95,8 @@ namespace eval histogram_memory {
|
||||
lyrebird "false"
|
||||
kookaburra "false"
|
||||
dingo "false"
|
||||
bilby "false"
|
||||
emu "false"
|
||||
}
|
||||
|
||||
::utility::mkVar detector_active_height_mm Float user active_height true detector true true
|
||||
|
||||
Reference in New Issue
Block a user