PySide6-based interface for exploring and editing time-series data.
Project description
ANYtimeSeries
ANYtimeSeries provides a Qt-based interface for exploring, editing and analysing time-series data. The goal is efficient processing and a clear understanding of the loaded signals, whether they originate from laboratory tests, numerical simulations or OrcaFlex studies.
The application integrates with the bundled anyqats package and supports a broad range of formats for loading and visualising time-series information. For a comprehensive walkthrough—covering the full workflow, control reference and screenshots—see the documentation.
Key features
Data import and management
- Load multiple files at once; the editor automatically identifies common variables for quick comparison across tests.
- Native support for text, binary and tabular formats (
csv,xlsx,mat,h5,tdms,parquet, …) alongside OrcaFlex.simstudies. - Preload OrcaFlex simulations, reuse previous selections and broadcast object/variable choices across matching simulations to keep large projects in sync.
- Extract surface pressure time series by pairing
.simfiles with diffraction (.owr) models and a set of user-specified panel coordinates. - Cache OrcaFlex selections and diffraction models so subsequent loads are instant.
Editing and transformation
- Quickly manipulate series via predefined operations (multiply/divide, negate, convert degrees↔radians, rolling averages, absolute value, square-root sum of squares, mean, zero-shifting utilities and more).
- Apply custom expressions per variable (e.g.
*2,+offset) or evaluate full calculator expressions to build user-defined channels instead of overwriting the originals. - Limit operations to a time window and optionally resample data when exporting selections to CSV.
Filtering, statistics and extreme values
- Apply low-, high-, band-pass or band-stop filters to the active selection and feed the filtered data into plots or statistics.
- Open the Statistics window for a sortable table, histograms, descriptive metrics and clipboard export (TSV).
- Launch the Extreme Value Statistics tool to perform Generalized Pareto fits, return-level calculations and diagnostic plotting, including guidance for stabilising challenging fits.
Visualisation
- Plot selected variables in a single figure or side-by-side grid using Plotly, Bokeh or Matplotlib backends.
- Embed plots inside the main window or open them in a separate browser window, toggle shared axes, annotate maxima/minima and trim labels.
- Generate rolling means, mean overlays and XYZ scatter animations to inspect vector responses.
OrcaFlex integration
- Search objects and variables with live filtering, strip redundant substrings from labels and specify arc-length/extras directly in the selector.
- Reuse selections for future
.simfiles, apply them to batches of simulations and automatically align similarly named objects via configurable stripping rules. - Load AnyQATS directly from the GUI for side-by-side inspection of the same datasets.
Convenience utilities
- Switch between light and dark themes, embed plots, open external viewers and manage offsets/scaling presets via save/load dialogs.
- Track file loading progress with an integrated progress bar and optional preloading callbacks.
Installation
pip install anytimes
For running on Windows without a Python environment installed, download the .exe file from releases.
Requirements
- numpy
- pandas
- scipy
- PySide6
- matplotlib
Optional Requirements
- plotly
- bokeh
- OrcFxAPI and Orcaflex (licenced or Demo)
Usage
After installation, import the GUI module in your Python project:
from anytimes import anytimes_gui
The module exposes Qt widgets for building custom time-series exploration tools.
You can also launch the GUI from the command line using the anytimes entry point or via Python's module launcher:
C:\Python\Python313\Scripts\anytimes
python -m anytimes
You can start the GUI programmatically by calling:
anytimes_gui.main()
Another approach is to make some_file.bat and put it on your desktop. The contents should look something like this:
@echo off
REM Run script with specific Python interpreter
C:\Python\Python313\python.exe C:\Github\ANYtimeseries\anytimes\anytimes_gui.py
pause
Update it with the correct location of your Python environment and the .py file.
License
Released under the MIT License. See LICENSE for details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file anytimes-0.4.0.tar.gz.
File metadata
- Download URL: anytimes-0.4.0.tar.gz
- Upload date:
- Size: 1.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9419ee1209c44f9cd6508d8c3a57b2898d62c21c8ee7b73fd163f17956123bc3
|
|
| MD5 |
05635ff9547952dfa7b2687bde31a7d6
|
|
| BLAKE2b-256 |
7fe302e2bf677da073d11a4e7bc4510b7080d3093ee141d78820d0792bc7d0fe
|
File details
Details for the file anytimes-0.4.0-py3-none-any.whl.
File metadata
- Download URL: anytimes-0.4.0-py3-none-any.whl
- Upload date:
- Size: 219.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac88534b7b86d492014e4bb131e3a30762d34388e9ada02b0144e39d1f5c12f3
|
|
| MD5 |
3c11239caa185d0ae5033126e834086e
|
|
| BLAKE2b-256 |
7212b6dbf4f16c4716f33f9fa25370598e72dfd8c3b6c902435247ec8d0ca800
|