DataLab icon indicating copy to clipboard operation
DataLab copied to clipboard

Open-source Platform for Scientific and Technical Data Processing and Visualization

Results 44 DataLab issues
Sort by recently updated
recently updated
newest added

Currently, DataLab is only saving and restoring the size, position and maximized state of the main window. This is serialized in the configuration file (in user's home folder), *not* in...

enhancement

It would be nice if the following dialog boxes could keep their last dimensions in user settings: - Intensity profile extraction - ROI extraction - ROI definition - New window...

enhancement

This method would add a new group in the active panel ("Signals" or "Images").

enhancement

DataLab currently supports 1D signals (curves) and 2D images. It would be interesting to add support for timeseries (1D signals with a time axis). This would require to add: -...

enhancement

This request was initially added to DataLab's roadmap. In the meantime, a really simple plugin (an [empty plugin](https://github.com/Codra-Ingenierie-Informatique/DataLab/blob/main/plugins/examples/cdl_example_empty.py)) was added to the repository. So, is it really necessary to create...

documentation

**Description** DataLab currently employs XML-RPC for remote procedure calls, facilitating remote control capabilities such as data transmission and computation. While this system is operational, it encounters performance issues when handling...

enhancement

Currently, DataLab is not designed to handle multiple instances of itself. This is because it uses a single configuration file to store the user's preferences, and it does not have...

enhancement

Every single application launched with `pythonw.exe` on Windows will fail if it imports NumPy V2.0.0 or V2.0.1. This is a known bug, and it has already been fixed (hopefully it...

bug

Currently, ROI are displayed in Signal/Image Views but in read-only mode: one can only modify ROIs using the "ROI editor" (menu entry: "Computing" > "Edit Regions of Interest..."). That is...

enhancement
wontfix

Currently, the ROI data model is simplistic: - It stores all the ROI associated to a signal or an image in an integer NumPy array - For images, *N* rectangular...

enhancement