Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
9 months ago
by
Wei Chengliang
Browse files
Options
Download
Email Patches
Plain Diff
update codestyle-PEP8
parent
0d574e7a
release_v3.0
develop
master
v3.3.0
v3.2.1
v3.2.0
1 merge request
!33
Release version v3.2.0
Pipeline
#7099
failed with stage
in 0 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
observation_sim/psf/PSFGauss.py
+0
-1
observation_sim/psf/PSFGauss.py
observation_sim/psf/__init__.py
+2
-1
observation_sim/psf/__init__.py
with
2 additions
and
2 deletions
+2
-2
observation_sim/psf/PSFGauss.py
+
0
-
1
View file @
c0fe8def
...
...
@@ -123,4 +123,3 @@ class PSFGauss(PSFModel):
# return ell, beta, qr
PSFshear
=
galsim
.
Shear
(
e
=
ell
,
beta
=
beta
*
galsim
.
radians
)
return
self
.
psf
.
shear
(
PSFshear
),
PSFshear
This diff is collapsed.
Click to expand it.
observation_sim/psf/__init__.py
+
2
-
1
View file @
c0fe8def
...
...
@@ -4,3 +4,4 @@ from .PSFGauss import PSFGauss
from
.PSFInterp
import
PSFInterp
from
.PSFInterpSLS
import
PSFInterpSLS
from
.FieldDistortion
import
FieldDistortion
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets