##// END OF EJS Templates
Show More
Commit message Age Author Refs
r1401:5ce5cfcc084a
add fuzzing amda test skip
0
r1400:a4f96b874829
Merge branch 'feature/AcquisitionTest' into develop
0
r1399:5f9a7b80e8f3
Fix bug when canceling acquisition
0
r1398:8cb3639e4927
Fix bug in acquisition !. Test fuzzing with 30 var in 8 group
0
r1397:1f4d3cfd8704
Simplify zoom test that show the bug
0
r1396:115d3bfd69ec
Modif test fuzzing to enable custom test on specific operation
0
r1395:b136e07f06a8
Remove unused pending request of worker since it's already in the VC. Fix bug with progress asynchrone computation
0
r1394:df9310050d5a
remove deprecated code
0
r1393:3246e13b3f4a
remove unused old parameter for worker
0
r1392:40334c320188
Fix asynchrone bug with reset of the download progress state
0
< 1 2 3 4 5 6 7 .. 141 >

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