⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Leginon
All Projects
Leginon
Overview
Activity
Roadmap
Issues
News
Documents
Wiki
Forums
Files
Download (241 Bytes)
Bug #13334
ยป test_fft.py
Anchi Cheng
, 08/24/2022 08:27 PM
#!/usr/bin/env python
from
pyami
import
mrc
import
time
import
pyami.fft
for
i
in
range
(
3
):
a
=
mrc
.
read
(
'/h/acheng/k%d.mrc'
%
(
i
+
1
,))
t0
=
time
.
time
()
b
=
pyami
.
fft
.
calculator
.
power
(
a
,
full
=
True
,
centered
=
True
)
print
(
time
.
time
()
-
t0
)
del
(
b
)
(1-1/1)
Loading...