Add variables for Bilby beamcenter position and selected beamstop.

This commit is contained in:
Ferdi Franceschini
2014-09-10 14:57:40 +10:00
parent 55744da3b5
commit e9e4d81c30

View File

@ -0,0 +1,10 @@
foreach {var lname type priv units klass} {
BeamCenterX BeamCenterX float user mm parameter
BeamCenterZ BeamCenterZ float user mm parameter
BeamStop BeamStop int user none parameter
} {
::utility::mkVar $var $type $priv $lname true $klass true true
if {$units != "none"} {
sicslist setatt $var units $units
}
}