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
ift
NIFTy
Commits
fc392cc7
Commit
fc392cc7
authored
Mar 21, 2013
by
Marco Selig
Browse files
Libsharp reference updated.
parent
725ccc23
Changes
1
Hide whitespace changes
Inline
Side-by-side
nifty_core.py
View file @
fc392cc7
...
...
@@ -898,8 +898,8 @@ 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, 201
1
, "Libsharp - spherical
harmonic transforms
revisited"
, 2013
;
.. [#] M. Reinecke
and D. Sverre Seljebotn
, 201
3
, "Libsharp - spherical
harmonic transforms
revisited";
`arXiv:1303.4945 <http://www.arxiv.org/abs/1303.4945>`_
Attributes
...
...
@@ -1075,6 +1075,13 @@ class space(object):
pindex
=
self
.
get_power_index
(
irreducible
=
False
)
return
list
(
np
.
unravel_index
(
np
.
unique
(
pindex
,
return_index
=
True
,
return_inverse
=
False
)[
1
],
pindex
.
shape
,
order
=
'C'
))
## TODO: *new* `space` attribute `power` from *new* `_power` class carrying power functions and if-needed-computed index arrays
def
get_power_indices
(
self
):
"""
"""
pass
##+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
def
enforce_shape
(
self
,
x
):
...
...
@@ -2945,8 +2952,8 @@ 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, 201
1
, "Libsharp - spherical
harmonic transforms
revisited"
, 2013
;
.. [#] M. Reinecke
and D. Sverre Seljebotn
, 201
3
, "Libsharp - spherical
harmonic transforms
revisited";
`arXiv:1303.4945 <http://www.arxiv.org/abs/1303.4945>`_
Attributes
...
...
@@ -3366,8 +3373,8 @@ 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, 201
1
, "Libsharp - spherical
harmonic transforms
revisited"
, 2013
;
.. [#] M. Reinecke
and D. Sverre Seljebotn
, 201
3
, "Libsharp - spherical
harmonic transforms
revisited";
`arXiv:1303.4945 <http://www.arxiv.org/abs/1303.4945>`_
"""
...
...
@@ -3743,8 +3750,8 @@ class gl_space(space):
References
----------
.. [#] M. Reinecke, 201
1
, "Libsharp - spherical
harmonic transforms
revisited"
, 2013
;
.. [#] M. Reinecke
and D. Sverre Seljebotn
, 201
3
, "Libsharp - spherical
harmonic transforms
revisited";
`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
...
...
@@ -4381,8 +4388,8 @@ 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, 201
1
, "Libsharp - spherical
harmonic transforms
revisited"
, 2013
;
.. [#] M. Reinecke
and D. Sverre Seljebotn
, 201
3
, "Libsharp - spherical
harmonic transforms
revisited";
`arXiv:1303.4945 <http://www.arxiv.org/abs/1303.4945>`_
Attributes
...
...
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