Hi,
do you have a pipeline to compute gradients with the ascent plugin?
I tried the following but with no success
field-velocity = u, v
pipeline-grad = [{'type': 'gradient', 'field': 'velocity', 'output-name': 'gradvel'}]
scene-gradvel = {'type': 'pseudocolor',
'min-value': 0, 'max-value': 25, 'color-table_name': 'Cool to Warm',
'field': 'gradvel', 'pipeline': 'grad',
'render-1': {'image-name': 'gradvel/{t:4.10f}'}}
Best