Skip to content

Commit

Permalink
reinstate inadvertantly deleted line
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanneBogart committed Mar 4, 2024
1 parent d02844d commit 34dee33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skycatalogs/objects/sso_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def get_gsobject_components(self, gsparams=None, rng=None,
galsim.radians)

gobj = gobj.rotate(angle_rad)
return {'this_object': gobj}
else:
# Treat as point source
return {'this_object': galsim.DeltaFunction(gsparams=gsparams)}
Expand Down

0 comments on commit 34dee33

Please sign in to comment.