NOAA-PMEL / LAS

Live Access Server
https://ferret.pmel.noaa.gov/LAS/
The Unlicense
13 stars 5 forks source link

New option to control striding on 1D plots #980

Open karlmsmith opened 6 years ago

karlmsmith commented 6 years ago

Reported by @AnsleyManke on 10 Nov 2010 00:14 UTC Putting this in the v7.2 Release Sprint milestone, but I am also willing to kick it out. Doing this has a low possibility of causing other bugs.

An installer writes that he commented out "GO LAS_set_strides.jnl" in the LAS_initialize_variable.jnl script because he didn't like the striding in time series plots. On line plots, striding can result in missing the highs and lows.

We should offer an option to turn striding off, and control how much is done.

Option:

* decimation strategy
      * no decimation
      * light decimation
      * normal decimation (default)
      * extra decimation

And possibly in the future, offer other means than simple decimation?

Migrated-From: http://dunkel.pmel.noaa.gov/trac/las/ticket/974

karlmsmith commented 6 years ago

Comment by @kevin-obrien on 10 Nov 2010 00:21 UTC

This is a new feature that has both Ferret and UI implications, and in that spirit might disagree on the low possibility of causing other bugs. On our short timescale, I would lean towards not including it in the v7.2 release sprint. Or maybe only if "all other things are done perfectly" but would be interested in what others think....

karlmsmith commented 6 years ago

Comment by @AnsleyManke on 18 Nov 2010 23:44 UTC Moving this out of the sprint

karlmsmith commented 6 years ago

Modified by @AnsleyManke on 5 Jan 2011 23:46 UTC