Paraview steps :
- clip1,2,3
- slice1
- visu on nu_mean
- set fixed range for nu_mean
- change colorMap and change colormapping to logscale
- slice is set to be optional thus differ from parameter to parameter. reset the view to ensure exact output
Paraview steps :
- clip1,2
- slice1
- visu on nu_mean
- set fixed range for nu_mean
- change colorMap and change colormapping to logscale
- slice is set to be optional thus differ from parameter to parameter. reset the view to ensure exact output
- copy nu_mean_slice_zNormal-logScale_clipped_beta.py
- raplace string "nu_mean" by "k_mean_nonD"
- rescale variable k_mean_nonD to [1e-6, 1]
- remove log-scale in color map
Note : in scrpit name "logScale" is actually misleading for in step 4 we have removed that. But... the naming is retained anyhow.