Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
javerbukh committed Jul 12, 2021
1 parent 0d9561c commit 9626690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdaviz/configs/cubeviz/plugins/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def _parse_hdu(app, hdulist, file_name=None):
flux_unit = u.count
finally:
flux = hdu.data * flux_unit
#flux = np.moveaxis(flux, 1, 2)
# flux = np.moveaxis(flux, 1, 2)

try:
sc = Spectrum1D(flux=flux, wcs=wcs)
Expand Down

0 comments on commit 9626690

Please sign in to comment.