Skip to content

Commit

Permalink
Add a note about _mark_targets
Browse files Browse the repository at this point in the history
that it is only for debugging
  • Loading branch information
pllim committed Apr 18, 2023
1 parent f2b4b37 commit 50e2dd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jdaviz/configs/mosviz/plugins/viewers.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def data(self, cls=None):
if hasattr(layer_state, 'layer') and
isinstance(layer_state.layer, BaseData)]

# NOTE: This is currently only for debugging. It is not used in app.
def _mark_targets(self):
table_data = self.jdaviz_app.data_collection['MOS Table']

Expand Down

0 comments on commit 50e2dd1

Please # to comment.