##// END OF EJS Templates
Updated readme and fixed wrong subrepo commit ref...
jeandet -
r1390:0c9a23a0348a
parent child
Show More
@@ -9,7 +9,7
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
@@ -32,6 +32,15 make
32
32
33 ```
33 ```
34
34
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
35 ## How to contribute
44 ## How to contribute
36
45
37 Contact sciqlop@lpp.polytechnique.fr
46 Contact sciqlop@lpp.polytechnique.fr
@@ -1,1 +1,1
1 Subproject commit 5da81c9656ecee14a148854699c97556f22c63aa
1 Subproject commit b6158986222b7f9327317f3d29bf51d30cb70cbd
General Comments 0
You need to be logged in to leave comments. Login now