lsst.pipe.tasks  21.0.0-142-gef555c1e+42c9bccae2
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 43 of file healSparseMapping.py.

Member Function Documentation

◆ read()

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

Definition at line 49 of file healSparseMapping.py.

◆ write()

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

Definition at line 74 of file healSparseMapping.py.

Member Data Documentation

◆ extension

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

Definition at line 47 of file healSparseMapping.py.

◆ supportedExtensions

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

Definition at line 46 of file healSparseMapping.py.

◆ unsupportedParameters

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

Definition at line 45 of file healSparseMapping.py.


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