##// END OF EJS Templates
Updated readme
jeandet -
r1484:64fca7696402
parent child
Show More
@@ -1,46 +1,37
1
1
2 <div style="text-align:center">
2 <div style="text-align:center">
3 <img src="gui/resources/icones/sciqlop2PNG_1024.png" alt="sciqlop_logo" style="width: 200px;"/>
3 <img src="gui/resources/icones/sciqlop2PNG_1024.png" alt="sciqlop_logo" style="width: 200px;"/>
4 <br /><br />
4 <br /><br />
5 <img src="pictures/sciqlop_screenshot.png" alt="sciqlop_logo" style="width: 80%;"/>
5 <img src="pictures/sciqlop_screenshot.png" alt="sciqlop_logo" style="width: 80%;"/>
6 </div>
6 </div>
7
7
8
8
9
9
10 # Overview
10 # Overview
11
11
12 **SciQLOP** (**SCI**entific **Q**t application for **L**earning from **O**bservations of **P**lasmas) aims to be an ergonomic
12 **SciQLOP** (**SCI**entific **Q**t application for **L**earning from **O**bservations of **P**lasmas) aims to be an ergonomic
13 and powerful tool enabling visualization and analysis of in-situ space plasma data. This goal rises some
13 and powerful tool enabling visualization and analysis of in-situ space plasma data. This goal rises some
14 challenges either technical and in the conception and the design.
14 challenges either technical and in the conception and the design.
15 The time resolution allowed by nowadays measurements imply the ability to plot millions of points just for
15 The time resolution allowed by nowadays measurements imply the ability to plot millions of points just for
16 one sensor with no compromise on interactivity. Plots may stay responsive even with millions of points.
16 one sensor with no compromise on interactivity. Plots may stay responsive even with millions of points.
17 Being able to scroll, zoom, move and export the plots with the mouse are the minimal interactions expected by the user.
17 Being able to scroll, zoom, move and export the plots with the mouse are the minimal interactions expected by the user.
18 SciQLOP may also abstract the manipulation of physic data while providing contextual features such as
18 SciQLOP may also abstract the manipulation of physic data while providing contextual features such as
19 coordinate transform, physical quantity extraction from data.
19 coordinate transform, physical quantity extraction from data.
20 That said increasing graphical features usually lead to slower software and more complex GUI. Keeping
20 That said increasing graphical features usually lead to slower software and more complex GUI. Keeping
21 SciQLOP lightweight and intuitive is one of the priorities to make it usable and competitive.
21 SciQLOP lightweight and intuitive is one of the priorities to make it usable and competitive.
22
22
23
23
24 ## How to build
24 ## How to build
25
25
26 ```
26 ```
27 git clone https://hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/SciQLOP_Repos/SciQLop
27 git clone https://github.com/SciQLop/SciQLop
28 cd SciQLop
28 cd SciQLop
29 mkdir build && cd build
29 mkdir build && cd build
30 cmake ../
30 meson
31 make
31 ninja
32
33 ```
32 ```
34
33
35 ### On windows
36 ```
37 git clone https://hephaistos.lpp.polytechnique.fr/rhodecode/HG_REPOSITORIES/LPP/SciQLOP_Repos/SciQLop
38 cd SciQLop
39 mkdir build && cd build
40 cmake -DCMAKE_CXX_FLAGS='-D_hypot=hypot' -DBUILD_SHARED_LIBS=TRUE ../
41 make
42 ```
43
34
44 ## How to contribute
35 ## How to contribute
45
36
46 Contact sciqlop@lpp.polytechnique.fr
37 Contact sciqlop@lpp.polytechnique.fr
General Comments 0
You need to be logged in to leave comments. Login now