-
Notifications
You must be signed in to change notification settings - Fork 0
developer.spectrogram.rebin
Jeremy Faden edited this page Jun 14, 2024
·
3 revisions
Purpose: Work up a plan for introducing new rebin types and making a transition
Audience: developers and interested scientists
Das2's spectrogram rebinning methods were developed for RPWS data produced by the group, and they do not serve the Autoplot community perfectly well. Nearest Neighbor rebinning was introduced at some point to try and improve the situation, but it has not been optimal. Also, many of the names are confusing. For example, "binAverage" is poor because it's the interpolation that make this routine uniq, and actually different styles of interpolation satisfy most of the needs of scientists.
What also makes this difficult is the names for the algorithms are used in the vap files.
- rebinning--the task of going from the data space to the pixel space.
- binAverage -> bilinearInterp or interpXinterpY
- nearestNeighbor -> binXbinY
- noInterpolate
- noInterpolateNoEnlarge
- color_wedge -> rainbow
- wrapped_color_wedge -> wrappedRainbow