SynCollection

class sbpy.dynamics.syndynes.SynCollection(items: Iterable[SynStates])[source]

Bases: object

Immutable collection of syndynes or synchrones.

Parameters:
itemsarray of Syndyne or Synchone

The items.

Methods Summary

to_ephem()

Convert to an sbpy ephemeris object.

Methods Documentation

to_ephem() Ephem[source]

Convert to an sbpy ephemeris object.

Only the metadata from the first item is retained.