mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-20 18:42:20 +01:00
version prints hex
This commit is contained in:
@@ -126,4 +126,7 @@ def set_time_using_dict(func, args):
|
||||
else:
|
||||
if isinstance(args, int):
|
||||
args = float(args)
|
||||
func(args)
|
||||
func(args)
|
||||
|
||||
def lhex(iterable):
|
||||
return [hex(item) for item in iterable]
|
||||
Reference in New Issue
Block a user