mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 04:17:15 +02: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