das-developers / das2java

The original das2 library. Provides interactive publication-ready 2-D plotting
https://das2.org
GNU Lesser General Public License v3.0
4 stars 0 forks source link

issues with slicing #35

Closed jbfaden closed 8 months ago

jbfaden commented 1 year ago

In Autoplot:

  1. load vap+hapi:http://amda.irap.omp.eu/service/hapi?id=cass-caps-snghr&parameters=Time,cass_caps_sng_sum&timerange=2012-05-31+22:29+to+2012-06-01+05:30
  2. take horizontal slice
jbfaden commented 1 year ago

There are a number of codes which assume rank 2 means time-varying DEPEND_1, and not BINS_1. The slicers need to check for this.

jbfaden commented 8 months ago

It looks like the redirect isn't handled by the HAPI client, see https://sourceforge.net/p/autoplot/bugs/2564/

jbfaden commented 8 months ago

This is working now, and must have been resolved at some point.