Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-superonion committed Dec 10, 2023
1 parent 2e3e63d commit 38538c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions descwl_shear_sims/sim.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def make_sim(
Draw method for galaxy galsim objects, default 'auto'. Set to
'phot' to get poisson noise. Note this is much slower.
theta0: float, optional
rotation angle of intrinsic galaxies and positions [for ring test],
rotation angle of intrinsic galaxy shapes and positions on the sky,
default 0, in units of radians
g1,g2: float optional
reduced shear distortions
Expand Down Expand Up @@ -375,7 +375,7 @@ def make_exp(
has_bleed: bool, True if there is a bleed trail
"""
dims = [dim]*2
# I think Galsim uses 1 offset. An array with length=dim=5
# Galsim uses 1 offset. An array with length =dim=5
# The center is at 3=(5+1)/2
cen = (np.array(dims)+1)/2

Expand Down

0 comments on commit 38538c4

Please sign in to comment.