Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
7cf3fd1c
Commit
7cf3fd1c
authored
Apr 22, 2013
by
Marco Selig
Browse files
import convention satisfied.
parent
0737d4d8
Changes
2
Hide whitespace changes
Inline
Side-by-side
nifty_core.py
View file @
7cf3fd1c
...
...
@@ -111,20 +111,23 @@
2013; `arXiv:1301.4499 <http://www.arxiv.org/abs/1301.4499>`_
"""
## standard libraries
from
__future__
import
division
import
os
#import sys
from
sys
import
stdout
as
so
import
numpy
as
np
import
pylab
as
pl
from
matplotlib.colors
import
LogNorm
as
ln
from
matplotlib.ticker
import
LogFormatter
as
lf
from
multiprocessing
import
Pool
as
mp
## third party libraries
import
gfft
as
gf
import
healpy
as
hp
import
libsharp_wrapper_gl
as
gl
## internal libraries
import
smoothing
as
gs
import
powerspectrum
as
gp
import
pylab
as
pl
from
matplotlib.colors
import
LogNorm
as
ln
from
matplotlib.ticker
import
LogFormatter
as
lf
from
multiprocessing
import
Pool
as
mp
pi
=
3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679
...
...
nifty_power.py
View file @
7cf3fd1c
...
...
@@ -40,10 +40,9 @@
manipulation.
"""
from
__future__
import
division
from
nifty_core
import
*
#import numpy as np
from
nifty_core
import
*
import
smoothing
as
gs
...
...
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