##// END OF EJS Templates
Implementation of progression
Implementation of progression

File last commit:

r220:da92dd478eb7
r606:7ea0025fca62 feature/SynchroIm...
Show More
README.md
31 lines | 1.3 KiB | text/x-minidsrc | MarkdownLexer
Completed README with basic informations....
r220 ![](gui/resources/icones/sciqlop2PNG_1024.png){:.some-css-class style="width: 20%"}
# Overview
** SciQLOP ** (**SCI**entific **Q**t application for **L**earning from **O**bservations of **P**lasmas) 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