Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-sims
csst_msc_sim
Commits
c0fe8def
Commit
c0fe8def
authored
Oct 26, 2024
by
Wei Chengliang
Browse files
update codestyle-PEP8
parent
0d574e7a
Pipeline
#7099
failed with stage
in 0 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
observation_sim/psf/PSFGauss.py
View file @
c0fe8def
...
@@ -123,4 +123,3 @@ class PSFGauss(PSFModel):
...
@@ -123,4 +123,3 @@ class PSFGauss(PSFModel):
# return ell, beta, qr
# return ell, beta, qr
PSFshear
=
galsim
.
Shear
(
e
=
ell
,
beta
=
beta
*
galsim
.
radians
)
PSFshear
=
galsim
.
Shear
(
e
=
ell
,
beta
=
beta
*
galsim
.
radians
)
return
self
.
psf
.
shear
(
PSFshear
),
PSFshear
return
self
.
psf
.
shear
(
PSFshear
),
PSFshear
observation_sim/psf/__init__.py
View file @
c0fe8def
...
@@ -4,3 +4,4 @@ from .PSFGauss import PSFGauss
...
@@ -4,3 +4,4 @@ from .PSFGauss import PSFGauss
from
.PSFInterp
import
PSFInterp
from
.PSFInterp
import
PSFInterp
from
.PSFInterpSLS
import
PSFInterpSLS
from
.PSFInterpSLS
import
PSFInterpSLS
from
.FieldDistortion
import
FieldDistortion
from
.FieldDistortion
import
FieldDistortion
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment