# why is this not an events file? evt= getDataSet('http://autoplot.org/data/crres_orbits.dat') print evt # when I unbundle, or slice for that matter, I should get the metadata. ds= getDataSet('http://autoplot.org/data/crres_orbits.dat?bundle=:') st= unbundle(ds,0) en= unbundle(ds,1) ev= unbundle(ds,2) print st,en,ev