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
bb3dc798
Commit
bb3dc798
authored
May 14, 2016
by
Andreas Freise
Browse files
fixing name change
parent
051096c0
Pipeline
#1186
failed with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pykat/math/hermite.py
View file @
bb3dc798
from
__future__
import
absolute_import
from
__future__
import
division
from
__future__
import
print_function
from
__future__
import
unicode_literals
import
numpy
as
np
def
hermite
(
n
,
x
):
...
...
pykat/optics/maps.py
View file @
bb3dc798
...
...
@@ -16,7 +16,7 @@ from __future__ import print_function
from
pykat.optics.romhom
import
makeWeightsNew
from
scipy.interpolate
import
interp2d
,
interp1d
from
scipy.optimize
import
minimize
from
pykat.math
s
.zernike
import
*
from
pykat.math.zernike
import
*
from
pykat.exceptions
import
BasePyKatException
from
copy
import
deepcopy
...
...
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