DataLab
DataLab copied to clipboard
Open-source Platform for Scientific and Technical Data Processing and Visualization
💡 *This is the main task of this milestone* This Task focuses on decoupling and restructuring the DataLab architecture into a modular design, improving extensibility and maintainability. The main goal...
When opening a text file directly fails, ask the user if he/she wants to switch to the Text File Import Wizard.
...in order to show custom results on visualization panel.
[This part of the documentation](https://datalab-platform.com/en/features/signal/menu_edit.html#copy-paste-metadata) should mention the new "Paste metadata" dialog box.
**Describe the bug** DataLab's signal moving median crashes on Linux with `mode='mirror'`: `free(): invalid next size (normal)` **To Reproduce** Steps to reproduce the behavior: 1. Run the whole test suite...
DataLab provides image processing features for many data types but only grayscale. Currently, here are the supported data types: `uint8`, `uint16`, `int16`, `float32` and `float64`. This issue aims at proposing...
### Summary Currently, plugins in DataLab require a full application restart to be reloaded, which disrupts workflows and reduces efficiency. This issue proposes adding a feature to reload plugins dynamically...
The class `cdl.core.gui.objectmodel.ObjectModel` represents a DataLab object model (groups of signals/images). Each data panel (signal or image panel) has a member `objmodel` which is an instance of `ObjectModel`. `ObjectModel` has...
# Naming and Packaging Strategy for the DataLab Ecosystem To clarify and future-proof the structure of the DataLab software ecosystem, we are adopting a unified naming strategy based on the...
## 🎉 New repository Here is the associated repository: https://github.com/DataLab-Platform/sigimax ## ✨ Objective Extract and consolidate all generic, reusable GUI and application-layer components from the `datalab-app` (formerly `cdl`) package into...