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
Neel Shah
NIFTy
Commits
d7327610
Commit
d7327610
authored
Jan 30, 2015
by
Marco Selig
Browse files
smoothing restored, submodule lm created.
parent
067b9f0d
Changes
4
Hide whitespace changes
Inline
Side-by-side
nifty_core.py
View file @
d7327610
...
...
@@ -153,17 +153,13 @@ from multiprocessing import Pool as mp
from
multiprocessing
import
Value
as
mv
from
multiprocessing
import
Array
as
ma
## 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
pi
=
3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679
__version__
=
"1.0.
0
"
__version__
=
"1.0.
1
"
##-----------------------------------------------------------------------------
...
...
rg/__init__.py
View file @
d7327610
...
...
@@ -21,4 +21,5 @@
from
__future__
import
division
from
nifty_rg
import
*
from
nifty_power_conversion_rg
import
*
rg/nifty_rg.py
View file @
d7327610
...
...
@@ -43,7 +43,7 @@ from nifty.nifty_core import about, \
space
,
\
field
import
nifty.smoothing
as
gs
import
nifty.
powerspectrum
as
gp
import
powerspectrum
as
gp
try
:
import
gfft
as
gf
except
(
ImportError
):
...
...
rg/
smoothing.py
→
smoothing.py
View file @
d7327610
File moved
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