Skip to content

Commit dee2939

Browse files
committed
Updated package version number, again
1 parent 4e8733f commit dee2939

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-14
lines changed

README.md

+9-12
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ Das2 servers typically provide data relavent to space plasma and magnetospheric
33
physics research. To retrieve data, an HTTP GET request is posted to a das2
44
server by a client program and a self-describing stream of data values covering
55
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.
119

1210
**das2pro** is an IDL package and may be installed using the
1311
[IPM](https://www.harrisgeospatial.com/docs/ipm.html) command. The IPM
@@ -17,21 +15,20 @@ the single IDL command:
1715

1816
`IDL> ipm, /install, 'https://github.com/das-developers/das2pro'`
1917

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:
2221
```
2322
IDL> ex01_cassini_rpws_wfrm
2423
IDL> ex03_rbsp_ephem_loc
2524
IDL> ex05_juno_waves_survey
2625
```
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:
3029

3130
`$HOME/.idl/idl/packages/das2pro/examples`
3231

33-
for more.
34-
3532
To update das2pro to the latest version run the IPM command:
3633

3734
`IDL> ipm, /update, 'das2pro'`

idlpackage.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"Name":"das2pro",
3-
"Version":"0.2.1",
3+
"Version":"0.2.2",
44
"Author":"David Pisa, Larry Granroth, Chris Piker",
5-
"Date":"June 2019",
5+
"Date":"July 2019",
66
"Dependencies":[
77
{
88
"Name":"IDL",

0 commit comments

Comments
 (0)