hats.pixel_tree.pixel_alignment_types#

Classes#

PixelAlignmentType

The type of alignment between catalog trees. Like a join, the types describe if nodes should

Module Contents#

class PixelAlignmentType[source]#

Bases: str, 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

INNER = 'inner'[source]#
OUTER = 'outer'[source]#
LEFT = 'left'[source]#
RIGHT = 'right'[source]#