Re-scaling the dimension index

Dear all,

I am working in a 2D wave. I need to re-scale the dimension index. Currently the dimension index is linear (defined by DimOffset and DimDelta). Can I have the dimension index non linear (Say, Sinusoidal)?

Thanks,
Pranab
No, the scaling must be linear. Use a second wave contents provide the scaling if you need non-linear scaling.
@jtigor: Thank you for your reply! Well I have found a workaround, I copied the scaling to a wave, applied the transformation (non-linear), and then interpolated the data to make it linear.