Skip to content

Commit

Permalink
hide API until plugin is more stable/finalized
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Sep 14, 2022
1 parent 310ccb5 commit b6c31c6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions jdaviz/configs/imviz/plugins/catalogs/catalogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ class Catalogs(PluginTemplateMixin, ViewerSelectMixin):
* :meth:`~jdaviz.core.template_mixin.PluginTemplateMixin.show`
* :meth:`~jdaviz.core.template_mixin.PluginTemplateMixin.open_in_tray`
* ``viewer`` (`~jdaviz.core.template_mixin.ViewerSelect`)
* ``catalog`` (`~jdaviz.core.template_mixin.SelectPluginComponent`)
* :meth:`search`
"""
template_file = __file__, "catalogs.vue"
catalog_items = List([]).tag(sync=True)
Expand All @@ -43,10 +40,6 @@ def __init__(self, *args, **kwargs):
selected='catalog_selected',
manual_options=['SDSS'])

@property
def user_api(self):
return PluginUserApi(self, expose=('viewer', 'catalog', 'search', 'clear'))

def search(self):
"""
Search the catalog, display markers on the viewer, and return a table of results (or None
Expand Down

0 comments on commit b6c31c6

Please sign in to comment.