region

The region module provides a polygon filling algorithm used by skymatch to create data masks.

jwst.skymatch.region Module

Polygon filling algorithm.

Classes

Region(rid, coordinate_system)

Base class for regions.

Edge([name, start, stop, next])

Edge representation

Polygon(rid, vertices[, coord_system])

Represents a 2D polygon region with multiple vertices

Class Inheritance Diagram

Inheritance diagram of jwst.skymatch.region.Region, jwst.skymatch.region.Edge, jwst.skymatch.region.Polygon