Skip to content

Commit

Permalink
Update index of spectral axis in 2D spectrum linking
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Sep 7, 2021
1 parent 04d028b commit 4350d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdaviz/configs/mosviz/plugins/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def link_data_in_table(app, data_obj=None):
wc_spec_1d = app.session.data_collection[spec_1d].world_component_ids
wc_spec_2d = app.session.data_collection[spec_2d].world_component_ids

wc_spec_ids.append(LinkSame(wc_spec_1d[0], wc_spec_2d[0]))
wc_spec_ids.append(LinkSame(wc_spec_1d[0], wc_spec_2d[1]))

app.session.data_collection.add_link(wc_spec_ids)

Expand Down

0 comments on commit 4350d67

Please sign in to comment.