Skip to content

Commit

Permalink
Have galaxy by default on the image
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobuddel committed Jul 25, 2024
1 parent 86e2fc2 commit 1773474
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scopesim_templates/extragalactic/galaxies.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ def galaxy(sed, # The SED of the galaxy
ellip=0.1, # ellipticity
theta=0, # position angle
extend=3, # extend in units of r_eff
ra=10,
dec=-10):
ra=0.0,
dec=0.0):
"""
Create a source object of a galaxy described by its Sersic index and other parameters.
Expand Down Expand Up @@ -86,9 +86,9 @@ def galaxy(sed, # The SED of the galaxy
extend : float
Size of the image in units of r_eff
ra : float, str
RA of the source, default 10
RA of the source in degree, default 0.0
dec : float, str
DEC of the source, default -10
DEC of the source in degree, default 0.0
Returns
-------
Expand Down

0 comments on commit 1773474

Please sign in to comment.