Skip to content

Commit

Permalink
Ensure returns
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecThomson committed Feb 14, 2024
1 parent de2eec1 commit 80eddec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RMutils/util_RM.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ def get_rmsf_planes(
fwhmRMSFArr = np.reshape(fwhmRMSFArr, (old_data_shape[1], old_data_shape[2]))
statArr = np.reshape(statArr, (old_data_shape[1], old_data_shape[2]))

return RMSFcube, phi2Arr, fwhmRMSFArr, statArr
return RMSFcube, phi2Arr, fwhmRMSFArr, statArr, lam0Sq_m2


# -----------------------------------------------------------------------------#
Expand Down

0 comments on commit 80eddec

Please sign in to comment.