hats.pixel_tree.pixel_alignment_types
=====================================

.. py:module:: hats.pixel_tree.pixel_alignment_types


Classes
-------

.. autoapisummary::

   hats.pixel_tree.pixel_alignment_types.PixelAlignmentType


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

.. py:class:: PixelAlignmentType

   Bases: :py:obj:`str`, :py:obj:`enum.Enum`


   
   The type of alignment between catalog trees. Like a join, the types describe if nodes should
   be included if they do not appear in the other catalog
















   ..
       !! processed by numpydoc !!

   .. py:attribute:: INNER
      :value: 'inner'



   .. py:attribute:: OUTER
      :value: 'outer'



   .. py:attribute:: LEFT
      :value: 'left'



   .. py:attribute:: RIGHT
      :value: 'right'



