Skip to content

Cannot run experiment through GUI if laser not connected? #12

Description

@axd6

Catalight GUI crashes when attempting to start experiment without diode laser hardware connected, despite not using any lasers for the desired experiment. Resolved by connecting the diode laser... but also may be worth a fix for running future reactor experiments concurrently with other optics experiments that need the diode laser (i.e. using NKT/no illumination on reactor at the same time as in-situ TEM experiment uses the diode)

Steps to reproduce:
Start Catalight GUI without diode laser connected (in this case GC, MFCs, and Heater were still successfully connected)
Setup and start any Experiment

Error output:
Traceback (most recent call last):
File "C:\Users\dionn\catalight\catalight\catalight_GUI.py", line 1051, in run
self.fn(*self.args, **self.kwargs)
File "C:\Users\dionn\catalight\catalight\catalight_GUI.py", line 113, in start_study
eqpt_list = [self.gc_connector, self.laser_controller,
AttributeError: 'MainWindow' object has no attribute 'laser_controller'. Did you mean: 'gas_controller'?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions