I’m curious if there is a way to calculate the range of a data array over
all time steps much like the “Rescale to data range over all time steps.”

I want to calculate this data range in a Python Programmable Filter in the
RequestInformation() script so that at the start, I have the total range
over all time steps to then perform a normalization over that range in the
RequestData() script that uses that total data range rather than the range
of the data array at that given timestep.

Currently my workaround is: View by the data array -> Start recording a
Trace -> Rescale the colormap to data range over all time steps -> Stop
Trace -> find the range given to the RescaleTransferFunction in the Trace->
hardcode those values into the python programmable filter to perform the
normalization over that min/max range.

Thanks,

Bane
https://github.com/banesullivan/ParaViewGeophysics
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
https://paraview.org/mailman/listinfo/paraview

Reply via email to