lsst.pipe.tasks g38dd528b55+8e7d1b62c5
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.healSparseMapping.HealSparseMapFormatter Class Reference
Inheritance diagram for lsst.pipe.tasks.healSparseMapping.HealSparseMapFormatter:

Public Member Functions

def read (self, component=None)
 
def write (self, inMemoryDataset)
 

Static Public Attributes

 unsupportedParameters = frozenset()
 
 supportedExtensions = frozenset({".hsp", ".fit", ".fits"})
 
string extension = '.hsp'
 

Detailed Description

Interface for reading and writing healsparse.HealSparseMap files.

Definition at line 48 of file healSparseMapping.py.

Member Function Documentation

◆ read()

def lsst.pipe.tasks.healSparseMapping.HealSparseMapFormatter.read (   self,
  component = None 
)

Definition at line 54 of file healSparseMapping.py.

◆ write()

def lsst.pipe.tasks.healSparseMapping.HealSparseMapFormatter.write (   self,
  inMemoryDataset 
)

Definition at line 79 of file healSparseMapping.py.

Member Data Documentation

◆ extension

string lsst.pipe.tasks.healSparseMapping.HealSparseMapFormatter.extension = '.hsp'
static

Definition at line 52 of file healSparseMapping.py.

◆ supportedExtensions

lsst.pipe.tasks.healSparseMapping.HealSparseMapFormatter.supportedExtensions = frozenset({".hsp", ".fit", ".fits"})
static

Definition at line 51 of file healSparseMapping.py.

◆ unsupportedParameters

lsst.pipe.tasks.healSparseMapping.HealSparseMapFormatter.unsupportedParameters = frozenset()
static
Interface for reading and writing healsparse.HealSparseMap files.

Definition at line 50 of file healSparseMapping.py.


The documentation for this class was generated from the following file: