Use ::histogram_memory::upload_config instead of the deprecated ::histogram_memory::configure_server procedure.
r2283 | ffr | 2008-01-15 14:56:36 +1100 (Tue, 15 Jan 2008) | 2 lines
This commit is contained in:
committed by
Douglas Clowes
parent
1732ecdb99
commit
e7547a18ab
@@ -43,7 +43,7 @@ proc ::histogram_memory::initialize {} {
|
|||||||
set t_bb0 [OAT_TABLE -get T_MIN]
|
set t_bb0 [OAT_TABLE -get T_MIN]
|
||||||
set t_bb1 [OAT_TABLE -get T_MAX]
|
set t_bb1 [OAT_TABLE -get T_MAX]
|
||||||
OAT_TABLE X "$x_bb0 $x_bb1" Y "$y_bb0 $y_bb1" T "$t_bb0 $t_bb1"
|
OAT_TABLE X "$x_bb0 $x_bb1" Y "$y_bb0 $y_bb1" T "$t_bb0 $t_bb1"
|
||||||
::histogram_memory::configure_server Filler_defaults
|
::histogram_memory::upload_config Filler_defaults
|
||||||
|
|
||||||
::nexus::data alias ::histogram_memory::vertical_axis ::histogram_memory::y_pixel_offset
|
::nexus::data alias ::histogram_memory::vertical_axis ::histogram_memory::y_pixel_offset
|
||||||
::nexus::data alias ::histogram_memory::horizontal_axis ::histogram_memory::two_theta
|
::nexus::data alias ::histogram_memory::horizontal_axis ::histogram_memory::two_theta
|
||||||
|
|||||||
Reference in New Issue
Block a user