Skip to content

Commit

Permalink
return also shape and wcs
Browse files Browse the repository at this point in the history
  • Loading branch information
zonca committed Oct 16, 2024
1 parent b8479ff commit f55dd55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pysm3/utils/spherical_harmonics.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ def apply_smoothing_and_coord_transform(
copy=False,
)
)
output_maps.append(shape)
output_map.append(wcs)
else:
assert (rot is None) or (
rot.coordin == rot.coordout
Expand Down

0 comments on commit f55dd55

Please sign in to comment.