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

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...

enhancement

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]...

documentation

## Current behavior Annotations are added and modified exclusively using the separate window view. - Using the "View" > "View in a new window" menu entry: ![image](https://github.com/DataLab-Platform/DataLab/assets/1311787/2fa87ed8-c213-4328-a977-3d654efd46fc) - Or by...

question

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...

enhancement

### 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...

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`....

bug

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...

enhancement