Skip to content

Commit

Permalink
Corrected das2c_props() example output
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiker authored Aug 18, 2020
1 parent e7eb409 commit b6e73f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,7 @@ IDL> pd_time = das2c_pdims(ds, 'time')
IDL> das2c_props(pd_time)
[
{"KEY":"tagWidth", "TYPE":"Datum", "VALUE":"80 s"},
{"KEY":"cacheRange", "TYPE":"DatumRange", "VALUE":"2001-01-01T00:00 to 2001-01-02T00:00 UTC"
},
{"KEY":"cacheRange", "TYPE":"DatumRange", "VALUE":"2001-01-01T00:00 to 2001-01-02T00:00 UTC"}
]
IDL> pd_freq = das2c_pdims(ds, 'frequency')
IDL> das2c_props(pd_freq)
Expand Down

0 comments on commit b6e73f3

Please sign in to comment.