@@ -3,11 +3,9 @@ Das2 servers typically provide data relavent to space plasma and magnetospheric
3
3
physics research. To retrieve data, an HTTP GET request is posted to a das2
4
4
server by a client program and a self-describing stream of data values covering
5
5
the requested time range, at the requested time resolution, is provided in the
6
- response body.
7
-
8
- This software, ** das2pro** , provides a client library for das2 servers written in
9
- pure [ IDL] ( https://www.harrisgeospatial.com/docs/using_idl_home.html ) . To find
10
- out more about das2 visit https://das2.org .
6
+ response body. This software provides a client library for das2 servers
7
+ written in pure [ IDL] ( https://www.harrisgeospatial.com/docs/using_idl_home.html ) .
8
+ To find out more about das2 visit https://das2.org .
11
9
12
10
** das2pro** is an IDL package and may be installed using the
13
11
[ IPM] ( https://www.harrisgeospatial.com/docs/ipm.html ) command. The IPM
@@ -17,21 +15,20 @@ the single IDL command:
17
15
18
16
` IDL> ipm, /install, 'https://github.com/das-developers/das2pro' `
19
17
20
- After installation it's best to test the package by plotting one or more of
21
- the examples programs:
18
+ After installation it's best to test the package by generating one or more
19
+ of the example plots. This can be done running the included example
20
+ procedures as follows:
22
21
```
23
22
IDL> ex01_cassini_rpws_wfrm
24
23
IDL> ex03_rbsp_ephem_loc
25
24
IDL> ex05_juno_waves_survey
26
25
```
27
- which generate output PNG images into your current directory. Use your
28
- favorite image viewer to inspect the results. Other examples are included as
29
- well. See your local package directory at:
26
+ Each example generates a PNG image in the current directory. Use your favorite
27
+ image viewer to inspect the results. Other examples may be found in within
28
+ your local IDL package directory:
30
29
31
30
` $HOME/.idl/idl/packages/das2pro/examples `
32
31
33
- for more.
34
-
35
32
To update das2pro to the latest version run the IPM command:
36
33
37
34
` IDL> ipm, /update, 'das2pro' `
0 commit comments