Skip to content

Commit

Permalink
fixed path / removed todo
Browse files Browse the repository at this point in the history
  • Loading branch information
tgalvin committed Jul 27, 2024
1 parent 4c43fea commit e2f7e53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flint/imager/wsclean.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,9 +539,8 @@ def combine_subbands_to_cube(
logger.info(f"Combining {len(subband_images)} images. {subband_images=}")
hdu1, freqs = combine_fits(file_list=subband_images)

# TODOL This could be moved to the naming module
output_cube_name = create_image_cube_name(
image_prefix=imageset.prefix, mode=mode
image_prefix=Path(imageset.prefix), mode=mode
)
logger.info(f"Writing {output_cube_name=}")
hdu1.writeto(output_cube_name, overwrite=True)
Expand Down

0 comments on commit e2f7e53

Please sign in to comment.