velocity_to_strain_rate

function of dascore.transform.strain source

velocity_to_strain_rate(
    patch: Patch ,
    gauge_multiple: int ,
    order ,
)-> Patch

Convert velocity das data to strain rate.

This is primarily used with Terra15 data.

Parameters

Parameter Description
patch A patch object containing das data. Note: attrs[‘data_type’] should be velocity.
gauge_multiple The multiples of spatial sampling to make the simulated gauge length.
order The order for the derivative operator. Second order is default.