def pds_ferret(targetid, bib=None):
"""Use the Small Bodies Data Ferret (http://sbntools.psi.edu/ferret/)
at the Planetary Data System's Small Bodies Node to query for
information on a specific small body in the PDS.
Parameters
----------
targetid : str, mandatory
target identifier
bib : SBPy Bibliography instance, optional, default None
Bibliography instance that will be populated
Returns
-------
data : dict
A hierarchical data object
Examples
--------
>>> from sbpy.data import pds_ferret
>>> data = pds_ferret('ceres') # doctest: +SKIP
not yet implemented
"""
评论列表
文章目录