moc_search#
- Catalog.moc_search(moc: MOC, fine: bool = True) Self#
Finds all catalog points that are contained within a moc.
- Parameters:
- mocmocpy.MOC
The moc that defines the region for the search.
- finebool, default True
True if points are to be filtered, False if only partitions. Defaults to True.
- Returns:
- Self
A new Catalog containing only the points that are within the moc.