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
Simon Perkins
ducc
Commits
3257c76d
Commit
3257c76d
authored
Jun 04, 2020
by
Martin Reinecke
Browse files
more shuffling
parent
9846e31a
Changes
3
Hide whitespace changes
Inline
Side-by-side
pyinterpol_ng/README.md
deleted
100644 → 0
View file @
9846e31a
pyinterpol_ng
=============
Library for high-accuracy 4pi convolution on the sphere, which generates a
total convolution data cube from a set of sky and beam
`a_lm`
and computes
interpolated values for a given list of detector pointings.
Algorithmic details:
-
the code uses
`libsharp`
SHTs to compute the data cube
-
shared-memory parallelization is provided via standard C++ threads.
-
for interpolation, the algorithm and kernel described in
https://arxiv.org/abs/1808.06736 are used. This allows very efficient
interpolation with user-adjustable accuracy.
Installation and prerequisites:
-
execute
`python3 setup.py install --user`
. This requires the
`g++`
compiler.
If you want to compile with
`clang`
, use
`CC="clang -fsized-deallocation" python3 setup.py install --user`
-
`numpy`
and
`pybind11`
are required for the Python interface.
-
For tests and demos, the package
`pysharp`
(also available in this repository)
is required.
-
For the unit tests,
`pytest`
is required.
py
interpol_ng/
demo.py
→
py
thon/demos/totalconvolve_
demo.py
View file @
3257c76d
File moved
py
interpol_ng/
usage.py
→
py
thon/demos/totalconvolve_
usage.py
View file @
3257c76d
File moved
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