DataLab
DataLab copied to clipboard
Open-source Platform for Scientific and Technical Data Processing and Visualization
The purpose of this Issue is to add a `to_dataframe` method to the following objects: - `ResultProperties` - `ResultShape` - (both inherits `BaseResult` class) This `to_dataframe` method would simply return...
Update documentation to include the following new features: - [x] `feature/constant-operations` - [x] `feature/exponential` - [ ] `feature/fft_bode` - [x] `feature/flip-x-axis` - [x] `feature/high-low-pass-filters` - [ ] `feature/impulsion-scalars` - [x]...
## Current behavior Annotations are added and modified exclusively using the separate window view. - Using the "View" > "View in a new window" menu entry:  - Or by...
Regarding intensity profile extraction on images, DataLab currently implements the following: - Intensity profile extraction along an horizontal or vertical line - Intensity profile extraction averaged horizontally or vertically withing...
### Issue Description In our current implementation of the DataLab XML-RPC server, we have utilized Python's standard library to establish a foundation for remote control functionality. However, a critical enhancement...
This issue will help to track typing issues in Datalab as well as proposals. ## Typing errors - [ ] `SignalObj.get_data()` returns a `tuple[np.ndarray, np.ndarray]` and not a single `np.ndarray`....
This work is done in `develop/large_csv_files` branch. Below is a detailed outline of the planned improvements: *CSV Format Handling Enhancement:* - [x] Current Progress: We are in the process of...