Skip to content

Autoplot shows possible issue with das2server waveform data then fftpower and caching #170

@jbfaden

Description

@jbfaden

I noticed when Bill was navigating around a spectrogram produced by FFTPower of a waveform data from a Das2Server, that it would reload data when zooming in. I suspect there is an issue where the cache tag is lost, since it should have all the data loaded in memory already--it's waveform data.

In Autoplot:

  1. plot 2 hours of waveform data: vap+das2server:https://planet.physics.uiowa.edu/das/das2Server?dataset=Juno/WAV/Burst_Waveforms&start_time=2021-07-21T07:00:00.000Z&end_time=2021-07-21T07:30:00.000Z
  2. data tab, |fftPower(512,2,'Hanning') in Operations
  3. zoom in to 2021-07-21T07:08Z to 2021-07-21T07:20Z

You can see it goes back to the server and loads the data again, even though it didn't need to. I think this is a client-side issue, and I'm going to look into it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions