Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Clare Shanahan authored and Clare Shanahan committed Nov 28, 2024
1 parent 79bc2d4 commit ba347c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def test_cubeviz_aperphot_cube_orig_flux_mjysr(cubeviz_helper,
aper = RectanglePixelRegion(center=PixCoord(x=3, y=1), width=1, height=1)
bg = RectanglePixelRegion(center=PixCoord(x=2, y=0), width=1, height=1)
cubeviz_helper.plugins['Subset Tools'].import_region([aper, bg],
combination_mode='new')
combination_mode='new')

plg = cubeviz_helper.plugins["Aperture Photometry"]._obj
plg.dataset_selected = "test[FLUX]"
Expand Down

0 comments on commit ba347c7

Please sign in to comment.