lsst.pipe.tasks g8b9e2231ea+fa07cb600e
Loading...
Searching...
No Matches
Static Public Attributes | Protected Member Functions | List of all members
lsst.pipe.tasks.objectMasks.RegionFileFormatter Class Reference
Inheritance diagram for lsst.pipe.tasks.objectMasks.RegionFileFormatter:

Static Public Attributes

str extension = ".reg"
 

Protected Member Functions

def _readFile (self, path, pytype)
 
def _writeFile (self, inMemoryDataset, fileDescriptor)
 

Detailed Description

Plugin for reading DS9 region file catalogs with Gen3 Butler.

Definition at line 262 of file objectMasks.py.

Member Function Documentation

◆ _readFile()

def lsst.pipe.tasks.objectMasks.RegionFileFormatter._readFile (   self,
  path,
  pytype 
)
protected

Definition at line 267 of file objectMasks.py.

◆ _writeFile()

def lsst.pipe.tasks.objectMasks.RegionFileFormatter._writeFile (   self,
  inMemoryDataset,
  fileDescriptor 
)
protected

Definition at line 274 of file objectMasks.py.

Member Data Documentation

◆ extension

str lsst.pipe.tasks.objectMasks.RegionFileFormatter.extension = ".reg"
static

Definition at line 265 of file objectMasks.py.


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