qudi-core icon indicating copy to clipboard operation
qudi-core copied to clipboard

A framework for modular measurement applications.

Results 18 qudi-core issues
Sort by recently updated
recently updated
newest added

### Version Development ### What is affected by the bug? Any module that uses QtCore.Qt.QueuedConnection to call a method from any other thread (module). ### When does the bug occur?...

bug

### Version Release v1.4.1 ### What is affected by the bug? Methods of remote qudi modules that take any kind of arguments cannot be called if the flag `force_remote_calls_by_value: True`...

bug

### Feature Description Handling `qudi` data files in cross-platform distributions is a huge nuisance and not really working so far. Each system has its own defaults and conventions in handling...

enhancement

### Feature Description There are several colormap definitions in `qudi.util.colordefs`. The four perceptually uniform sequential colormaps are now part of `matplotlib` as well as `pyqtgraph`. I could not find the...

enhancement

### Version Development ### What is affected by the bug? Text body in the "About qudi" dialog is outdated. Especially the "Credits" tab where contributors should get credits is broken....

bug
documentation

### Feature Description Sometimes it's nice to know if a module (hardware mostly probably) is running on a remote qudi instance. Some methods may work differently or not at all...

enhancement

## Description I played around with qudi-core and the dummies in qudi-iqo-modules trying to make them compatible with PySide6/Qt6. Most changes are simple replacements of `from PySide2 import ...` with...

### Version Development ### What is affected by the bug? Reloading or deactivating of a remote (hardware) module on the client side results in errors. This means remote (hardware) modules...

bug

### Version Development ### What is affected by the bug? Getting/Setting the switch state of a remote `SwitchDummy` from the IPython console at the client qudi session causes errors and...

bug

### Version Development ### What is affected by the bug? Module state of remote module is not displayed in the correct status upon reactivation from the client. ### When does...

bug