##// END OF EJS Templates
Show More
Commit message Age Author Refs
r731:69c31b995f88
Merge pull request 295 from SCIQLOP-Initialisation-fork nico fix meson build
0
r730:8ee7b4704910
Handles incompatibility of Qt::IsoDateWithMs with Qt versions < 5.8
Alexandre Leroux
0
r729:a187c20183b4
Merge branch 'feature/AMDAv2' into develop
Alexandre Leroux
0
r728:90727ddb9a93
Comments AMDA test acquisition
Alexandre Leroux
0
r727:4449c7d1b0d9
Improves reading performances
Alexandre Leroux
0
r726:294b036f7da8
Updates test files with new AMDA file header Old files are moved to an archive folder
Alexandre Leroux
0
r725:91c2da56b561
Changes how to handle comment lines in file Some comment lines do not have '#', so we now consider comments to end when the header of the data has been reached
Alexandre Leroux
0
r724:b7b2c2f3f00b
Changes the way to retrieve unit in AMDA result file The generated header in the result file differs from the first version
Alexandre Leroux
0
r723:c10aa4f41c83
Changes AMDA url
Alexandre Leroux
0
r722:1590606c0dcd
Fixes crashes on release when duplicating/renaming a variable
Alexandre Leroux
0
< 1 2 3 4 5 6 7 .. 74 >

Overview

SciQLOP (SCIentific Qt application for Learning from Observations of Plasmas) aims to be an ergonomic and powerful tool enabling visualization and analysis of in-situ space plasma data. This goal rises some challenges either technical and in the conception and the design. The time resolution allowed by nowadays measurements imply the ability to plot millions of points just for one sensor with no compromise on interactivity. Plots may stay responsive even with millions of points. Being able to scroll, zoom, move and export the plots with the mouse are the minimal interactions expected by the user. SciQLOP may also abstract the manipulation of physic data while providing contextual features such as coordinate transform, physical quantity extraction from data. That said increasing graphical features usually lead to slower software and more complex GUI. Keeping SciQLOP lightweight and intuitive is one of the priorities to make it usable and competitive.

How to build

git clone https://hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/SciQLOP_Repos/SciQLop
cd SciQLop
mkdir build && cd build
cmake ../
make

How to contribute

Contact sciqlop@lpp.polytechnique.fr