Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gmloose committed Apr 19, 2024
1 parent bc9ef1b commit b11cbdc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bdsf/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1473,7 +1473,6 @@ def make_fits_image(imagedata, wcsobj, beam, freq, equinox, telescope, xmin=0, y
"""Makes a simple FITS hdulist appropriate for single-channel images"""
import numpy as np
from astropy.io import fits as pyfits
use_header_update = False

# If mask, expand to all channels and Stokes for compatibility with casa
if is_mask and shape is not None:
Expand Down

0 comments on commit b11cbdc

Please sign in to comment.