lsst.pipe.tasks g85f8d04a89+8cd9ef0b15
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

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

Detailed Description

Plugin for reading DS9 region file catalogs with Gen3 Butler.

Definition at line 235 of file objectMasks.py.

Member Function Documentation

◆ _readFile()

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

Definition at line 240 of file objectMasks.py.

◆ _writeFile()

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

Definition at line 247 of file objectMasks.py.

Member Data Documentation

◆ extension

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

Definition at line 238 of file objectMasks.py.


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