Signal2D Tools¶
The methods described in this section are only available for one-dimensional signals in the Signal1D class.
Two dimensional signal registration (alignment)¶
New in version 0.5.
The align2D()
method provides advanced image
alignment functionality, including subpixel alignment.
Cropping an image¶
In addition to cropping using the powerful and compact Indexing the following method is available to crop spectra the familiar top, bottom, left, right syntax.
crop_image()
Add a linear ramp¶
A linear ramp can be added to the signal via the add_ramp()
method. The parameters ramp_x and ramp_y dictate the slope of the ramp in x- and y direction,
while the offset is determined by the offset parameter. The fulcrum of the linear ramp is at the origin
and the slopes are given in units of the axis with the according scale taken into account.
Both are available via the AxesManager
of the signal.