pyspecdata.axis_manipulation.secsy.secsy_transform_manual¶
- pyspecdata.axis_manipulation.secsy.secsy_transform_manual(self, direct_dim, indirect_dim, has_indirect=True, truncate=False)¶
Shift the time-domain data backwards by the echo time. As opposed to
secsy_transform
, this directlly manipulates the phase of the function, rather than calling onskew
.- Parameters:
has_indirect (bool) –
(This option is largely specific to data loaded by
acert_hdf5
)Does the data actually have an indirect dimension? If not, assume that there is a constant echo time, that can be retrieved with
.get_prop('te')
.truncate (bool) – If this is set, register_axis <pyspecdata.axis_manipulation.register_axis> to \(t_{direct}=0\), and then throw out the data for which \(t_{direct}<0\).