The skyCatalogs package

Reference documentation for core objects with the skyCatalogs package

The skyCatalog class

The skyCatalog class represents a catalog. Users gain access to a catalog by calling its static method open_catalog.

There are several classes (one per supported object type) representing individual objects as observed at a particular time, all subclassing BaseObject.

The ObjectList class is a container for instances of BaseObject. It subclasses Sequence.