##// END OF EJS Templates
Show More
Commit message Age Author Refs
r1510:0046d29d6c44
Switch to speasy Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
0
r1509:3eb0350f563b
Adds basic demo plugin to explain how to write custom plugins in C++ Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
0
r1508:e59c5bf60a49
point to latest core ref Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
0
r1507:2096ff074ca4
Switch core submodule to GH repo Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
0
r1506:ef7b62ddc473
Promotes hedley dep Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
0
r1505:4bf34af32858
Few fixes to build on CentOS 7 and adds simple example of virtual product Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
0
r1504:a55dd74ba7c6
Promoted Catch2 wrap and updated gitignore to not ignore wrap files! Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
0
r1503:3d021c06fb3c
Force PySide2 usage for QtConsole Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
0
r1502:239919e8e177
Improved AMDA tree, uses node names instead of xml:id which is more human friendly Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
0
r1501:db2de8e31bd4
Added shortcut 'l' to toggle Y axis log scale (broken for spectro) Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
0
< 1 2 3 4 5 6 7 .. 152 >
sciqlop_logo

sciqlop_logo

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

On windows

git clone https://hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/SciQLOP_Repos/SciQLop
cd SciQLop
mkdir build && cd build
cmake -DCMAKE_CXX_FLAGS='-D_hypot=hypot' -DBUILD_SHARED_LIBS=TRUE ../
make

How to contribute

Contact sciqlop@lpp.polytechnique.fr