:py:mod:`pytomography.projections.projection`
=============================================

.. py:module:: pytomography.projections.projection


Module Contents
---------------

Classes
~~~~~~~

.. autoapisummary::

   pytomography.projections.projection.ProjectionNet




.. py:class:: ProjectionNet(obj2obj_nets, im2im_nets, object_meta, image_meta, device = None)

   Bases: :py:obj:`torch.nn.Module`

   Abstract parent class for projection networks. Any subclass of this network must implement the ``forward`` method.

   .. py:method:: initialize_correction_nets()

      Function that initializes all mapping networks with the required object and image metadata corresponding to the projection network.



   .. py:method:: foward()
      :abstractmethod:

      Abstract method that must be implemented by any subclass of this class.




