Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
725ccc23
Commit
725ccc23
authored
Mar 21, 2013
by
Marco Selig
Browse files
internal version changed to 0.3.1; Libsharp reference updated.
parent
a5f581b3
Changes
2
Hide whitespace changes
Inline
Side-by-side
nifty_core.py
View file @
725ccc23
...
...
@@ -480,7 +480,7 @@ class _about(object): ## nifty support class for global settings
"""
## version
self
.
_version
=
"0.3.
0
"
self
.
_version
=
"0.3.
1
"
## switches and notifications
self
.
_errors
=
notification
(
default
=
True
,
ccode
=
notification
.
_code
)
...
...
@@ -898,8 +898,9 @@ class space(object):
.. [#] K.M. Gorski et al., 2005, "HEALPix: A Framework for
High-Resolution Discretization and Fast Analysis of Data
Distributed on the Sphere", *ApJ* 622..759G.
.. [#] M. Reinecke, 2011, "Libpsht - algorithms for efficient spherical
harmonic transforms", *A&A* 526A.108R.
.. [#] M. Reinecke, 2011, "Libsharp - spherical harmonic transforms
revisited", 2013;
`arXiv:1303.4945 <http://www.arxiv.org/abs/1303.4945>`_
Attributes
----------
...
...
@@ -2944,8 +2945,9 @@ class lm_space(space):
.. [#] K.M. Gorski et al., 2005, "HEALPix: A Framework for
High-Resolution Discretization and Fast Analysis of Data
Distributed on the Sphere", *ApJ* 622..759G.
.. [#] M. Reinecke, 2011, "Libpsht - algorithms for efficient spherical
harmonic transforms", *A&A* 526A.108R.
.. [#] M. Reinecke, 2011, "Libsharp - spherical harmonic transforms
revisited", 2013;
`arXiv:1303.4945 <http://www.arxiv.org/abs/1303.4945>`_
Attributes
----------
...
...
@@ -3364,8 +3366,10 @@ class lm_space(space):
.. [#] K.M. Gorski et al., 2005, "HEALPix: A Framework for
High-Resolution Discretization and Fast Analysis of Data
Distributed on the Sphere", *ApJ* 622..759G.
.. [#] M. Reinecke, 2011, "Libpsht - algorithms for efficient spherical
harmonic transforms", *A&A* 526A.108R.
.. [#] M. Reinecke, 2011, "Libsharp - spherical harmonic transforms
revisited", 2013;
`arXiv:1303.4945 <http://www.arxiv.org/abs/1303.4945>`_
"""
if
(
coname
==
"gl"
)
or
(
coname
is
None
)
and
(
about
.
lm2gl
.
status
):
## order matters
if
(
self
.
datatype
==
np
.
complex64
):
...
...
@@ -3739,8 +3743,9 @@ class gl_space(space):
References
----------
.. [#] M. Reinecke, 2011, "Libpsht - algorithms for efficient spherical
harmonic transforms", *A&A* 526A.108R.
.. [#] M. Reinecke, 2011, "Libsharp - spherical harmonic transforms
revisited", 2013;
`arXiv:1303.4945 <http://www.arxiv.org/abs/1303.4945>`_
.. [#] K.M. Gorski et al., 2005, "HEALPix: A Framework for
High-Resolution Discretization and Fast Analysis of Data
Distributed on the Sphere", *ApJ* 622..759G.
...
...
@@ -4376,8 +4381,9 @@ class hp_space(space):
.. [#] K.M. Gorski et al., 2005, "HEALPix: A Framework for
High-Resolution Discretization and Fast Analysis of Data
Distributed on the Sphere", *ApJ* 622..759G.
.. [#] M. Reinecke, 2011, "Libpsht - algorithms for efficient spherical
harmonic transforms", *A&A* 526A.108R.
.. [#] M. Reinecke, 2011, "Libsharp - spherical harmonic transforms
revisited", 2013;
`arXiv:1303.4945 <http://www.arxiv.org/abs/1303.4945>`_
Attributes
----------
...
...
setup.py
View file @
725ccc23
...
...
@@ -23,7 +23,7 @@ from distutils.core import setup
import
os
setup
(
name
=
"nifty"
,
version
=
"0.3.
0
"
,
version
=
"0.3.
1
"
,
description
=
"Numerical Information Field Theory"
,
author
=
"Marco Selig"
,
author_email
=
"mselig@mpa-garching.mpg.de"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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