xarray.DataArray.kspace.set_normal_like

DataArray.kspace.set_normal_like(self, other)[source]

Set offsets like another DataArray.

This method reads the normal emission angles implied by another DataArray’s current offsets and applies the same normal emission angles to the current data.

The azimuthal offset \(\delta\) is copied as well.

Parameters:

other (DataArray) – Another DataArray in angle space whose current offsets define the reference normal emission position.

See also

set_normal

Method used to set angle offsets from explicitly provided normal emission angles.