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
finesse
pykat
Commits
db290a29
Commit
db290a29
authored
Dec 22, 2014
by
Andreas Freise
Browse files
changing fft imports
parent
72fff976
Changes
3
Hide whitespace changes
Inline
Side-by-side
examples/aligo/FFT_ArmCavity_precompute.py
View file @
db290a29
...
...
@@ -15,7 +15,7 @@ from pykat.external.progressbar import ProgressBar, ETA, Percentage, Bar
from
pykat.optics.maps
import
*
from
pykat.optics.gaussian_beams
import
HG_beam
,
beam_param
from
pykat.
fft
.fft
import
*
from
pykat.
optics
.fft
import
*
from
aligo
import
*
...
...
examples/aligo/FFT_ArmCavity_scan.py
View file @
db290a29
...
...
@@ -13,7 +13,7 @@ import shelve
from
pykat.optics.maps
import
*
from
pykat.optics.gaussian_beams
import
HG_beam
,
beam_param
from
pykat.
fft
.fft
import
*
from
pykat.
optics
.fft
import
*
from
aligo
import
*
def
main
():
...
...
examples/fft/spatial_filter.py
View file @
db290a29
...
...
@@ -6,7 +6,7 @@ from __future__ import unicode_literals
import
pylab
as
pl
from
pykat.optics.gaussian_beams
import
HG_beam
,
beam_param
from
pykat.
fft
.fft
import
*
from
pykat.
optics
.fft
import
*
import
numpy
as
np
import
scipy
...
...
Write
Preview
Markdown
is supported
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