alias trash to trash_sample in trash.py

This commit is contained in:
gac-S_Changer
2022-02-10 09:45:56 +01:00
parent 141abf0a27
commit bbc98bbcb3
4 changed files with 7 additions and 7 deletions

View File

@@ -1,12 +1,11 @@
#Fri Jan 28 12:47:58 CET 2022
dry_mount_counter=4
mounted_sample_position=B13
#Thu Feb 10 09:43:08 CET 2022
dry_mount_counter=0
room_temperature_enabled=false
pin_offset=-0.0
cryopos_in=5.0
puck_types=true
imaging_enabled=false
dry_timestamp=1.643370086772E9
dry_timestamp=1.644482454943E9
roi_h=1000
led_level=0.0
beamline_status_enabled=false

View File

@@ -1,3 +1,3 @@
#Tue Aug 18 13:57:40 CEST 2020
#Fri Feb 04 14:52:58 CET 2022
detection=Mechanical
disabled=false
disabled=true

View File

@@ -28,6 +28,7 @@ ROOM_TEMPERATURE_ENABLED_PREFERENCE = "room_temperature_enabled"
BEAMLINE_STATUS_ENABLED_PREFERENCE = "beamline_status_enabled"
VALVE_CONTROL_ENABLED_PREFERENCE = "valve_control"
def is_imaging_enabled():
setting = get_setting(IMAGING_ENABLED_PREFERENCE)
return not (str(setting).lower() == 'false')

View File

@@ -40,4 +40,4 @@ def trash():
else:
robot.move_home()
trash_sample = trash