
Signal2D Tools
**************

The methods described in this section are only available for one-dimensional signals in the Signal1D class.

Image registration (alignment)
------------------------------

.. versionadded:: 0.5

The :py:meth:`~._signals.signal2D.Signal2DTools.align2D` method provides advanced image
alignment functionality, including subpixel alignment.

.. _image.crop:

Cropping an image
-----------------

In addition to cropping using the powerful and compact :ref:`signal.indexing`
the following method is available to crop spectra the familiar top, bottom,
left, right syntax.

* :py:meth:`~._signals.signal2D.Signal2DTools.crop_image`


