Skip to main content
Ctrl+K

hats 0.8.3 documentation

Using HATS

  • Getting Started
  • Directory Scheme
  • Notebooks
    • Catalog Size Inspection
    • Cone Search / Nearest Neighbor
    • Using MOC with HATS
  • API Reference
    • hats
      • hats.catalog
        • hats.catalog.association_catalog
        • hats.catalog.catalog
        • hats.catalog.catalog_collection
        • hats.catalog.catalog_type
        • hats.catalog.dataset
        • hats.catalog.healpix_dataset
        • hats.catalog.index
        • hats.catalog.map
        • hats.catalog.margin_cache
        • hats.catalog.partition_info
      • hats.inspection
        • hats.inspection.visualize_catalog
      • hats.io
        • hats.io.file_io
        • hats.io.parquet_metadata
        • hats.io.paths
        • hats.io.size_estimates
        • hats.io.skymap
        • hats.io.summary_file
        • hats.io.templates
        • hats.io.validation
      • hats.loaders
        • hats.loaders.read_hats
      • hats.pixel_math
        • hats.pixel_math.healpix_pixel
        • hats.pixel_math.healpix_pixel_convertor
        • hats.pixel_math.healpix_pixel_function
        • hats.pixel_math.healpix_shim
        • hats.pixel_math.partition_stats
        • hats.pixel_math.pixel_margins
        • hats.pixel_math.region_to_moc
        • hats.pixel_math.sparse_histogram
        • hats.pixel_math.spatial_index
        • hats.pixel_math.validators
      • hats.pixel_tree
        • hats.pixel_tree.moc_filter
        • hats.pixel_tree.moc_utils
        • hats.pixel_tree.negative_tree
        • hats.pixel_tree.pixel_alignment
        • hats.pixel_tree.pixel_alignment_types
        • hats.pixel_tree.pixel_tree
      • hats.search
        • hats.search.region_search
      • hats.testing
        • hats.testing.helpers

Project

  • About & Citation
  • Contribution Guide
  • .rst

hats.catalog.catalog_type

Contents

  • Classes
  • Module Contents
    • CatalogType
      • CatalogType.OBJECT
      • CatalogType.SOURCE
      • CatalogType.ASSOCIATION
      • CatalogType.INDEX
      • CatalogType.MARGIN
      • CatalogType.MAP
      • CatalogType.all_types()

hats.catalog.catalog_type#

Classes#

CatalogType

Enum for possible types of catalog

Module Contents#

class CatalogType[source]#

Bases: str, enum.Enum

Enum for possible types of catalog

OBJECT = 'object'[source]#
SOURCE = 'source'[source]#
ASSOCIATION = 'association'[source]#
INDEX = 'index'[source]#
MARGIN = 'margin'[source]#
MAP = 'map'[source]#
classmethod all_types()[source]#

Fetch a list of all catalog types

previous

hats.catalog.catalog_collection

next

hats.catalog.dataset

Contents
  • Classes
  • Module Contents
    • CatalogType
      • CatalogType.OBJECT
      • CatalogType.SOURCE
      • CatalogType.ASSOCIATION
      • CatalogType.INDEX
      • CatalogType.MARGIN
      • CatalogType.MAP
      • CatalogType.all_types()

By LINCC Frameworks

© Copyright 2026, LINCC Frameworks.