Skip to content

Commit

Permalink
Fixed indent
Browse files Browse the repository at this point in the history
  • Loading branch information
ddobie authored Dec 14, 2023
1 parent 8faefdf commit e95351f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vast_pipeline/pipeline/new_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def get_image_rms_measurements(
return group
image = group.iloc[0]['img_diff_rms_path']
get_rms_timer = StopWatch()
with open_fits(image) as hdul:
with open_fits(image) as hdul:
header = hdul[0].header
wcs = WCS(header, naxis=2)
data = hdul[0].data.squeeze()
Expand Down

0 comments on commit e95351f

Please sign in to comment.