lsst.pipe.tasks geda066a9bb+d0de8bc8db
Loading...
Searching...
No Matches
lsst.pipe.tasks.objectMasks.RegionFileFormatter Class Reference
Inheritance diagram for lsst.pipe.tasks.objectMasks.RegionFileFormatter:

Public Member Functions

Any read_from_local_file (self, str path, str|None component=None, int expected_size=-1)
 
None write_local_file (self, Any in_memory_dataset, ResourcePath uri)
 

Static Public Attributes

str default_extension = ".reg"
 
bool can_read_from_local_file = True
 

Detailed Description

Plugin for reading DS9 region file catalogs with Gen3 Butler.

Definition at line 236 of file objectMasks.py.

Member Function Documentation

◆ read_from_local_file()

Any lsst.pipe.tasks.objectMasks.RegionFileFormatter.read_from_local_file ( self,
str path,
str | None component = None,
int expected_size = -1 )

Definition at line 242 of file objectMasks.py.

◆ write_local_file()

None lsst.pipe.tasks.objectMasks.RegionFileFormatter.write_local_file ( self,
Any in_memory_dataset,
ResourcePath uri )

Definition at line 249 of file objectMasks.py.

Member Data Documentation

◆ can_read_from_local_file

bool lsst.pipe.tasks.objectMasks.RegionFileFormatter.can_read_from_local_file = True
static

Definition at line 240 of file objectMasks.py.

◆ default_extension

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

Definition at line 239 of file objectMasks.py.


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