Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LAM-GRD-public
maoppy
Commits
432a2d33
Commit
432a2d33
authored
Jul 11, 2020
by
rfetick
Browse files
Minor update
parent
6be995e1
Changes
2
Hide whitespace changes
Inline
Side-by-side
maoppy/test/test_psfmodel.py
View file @
432a2d33
...
...
@@ -105,7 +105,7 @@ class TestPsfao(unittest.TestCase):
npix
=
1024
samp
=
2.0
P
=
Psfao
((
npix
,
npix
),
system
=
ZIMPOL
,
samp
=
samp
)
r0
=
0.
1
5
r0
=
0.
2
5
C
=
1e-4
A
=
1.0
ax
=
0.05
...
...
@@ -114,7 +114,8 @@ class TestPsfao(unittest.TestCase):
beta
=
1.5
otf
=
P
.
otf
([
r0
,
C
,
A
,
ax
,
ay
,
theta
,
beta
])
mtf
=
np
.
max
(
np
.
abs
(
otf
))
self
.
assertEqual
(
mtf
,
1.0
)
self
.
assertAlmostEqual
(
mtf
,
1.0
,
delta
=
1e-2
)
self
.
assertLessEqual
(
mtf
,
1.0
)
...
...
maoppy_user_manual.pdf
View file @
432a2d33
No preview for this file type
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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