Skip to content

Commit

Permalink
Merge pull request #11 from miguelcarcamov/development
Browse files Browse the repository at this point in the history
CHG: reverting changes
  • Loading branch information
miguelcarcamov authored Oct 30, 2022
2 parents e467472 + 126bc19 commit 7b8c9b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/snow/imaging/gpuvmem.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def __restore_pyra(
)
image = dirty_mapper.transform()[0].data[0].compute()

fits_io.write(image, output_name=residual_casa_image + ".fits", header=header_model)
fits_io.write(image, output_name=residual_casa_image + ".fits")

psf = dataset.psf[0]

Expand All @@ -287,7 +287,7 @@ def __restore_pyra(

im_restored = im_model_convolved + image

fits_io.write(im_restored, output_name=restored_image + ".fits", header=header_model)
fits_io.write(im_restored, output_name=restored_image + ".fits")

return residual_casa_image + ".fits", restored_image + ".fits"

Expand Down

0 comments on commit 7b8c9b9

Please sign in to comment.