Skip to content

Commit

Permalink
feed ELN flag to Image Viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
James Trayford committed Oct 17, 2024
1 parent 6421ee5 commit 352eff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdaviz/configs/cubeviz/plugins/viewers.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def get_sonified_cube(self, sample_rate, buffer_size, device, assidx, ssvidx,
wl_bounds=self.audification_wl_bounds,
wl_unit=self.audification_wl_unit,
audfrqmin=audfrqmin, audfrqmax=audfrqmax,
vol=self.volume_level,)
vol=self.volume_level,eln=eln)
self.audified_cube.audify_cube()
self.audified_cube.sigcube = (
self.audified_cube.sigcube * pow(whitelight / whitelight.max(),
Expand Down

0 comments on commit 352eff9

Please sign in to comment.