Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
xQML
xQML
Commits
f24a76c0
Commit
f24a76c0
authored
Jan 16, 2019
by
Matthieu Tristram
Browse files
Merge branch 'master' of gitlab.in2p3.fr:xQML/xQML
parents
76c34dce
f3ceacff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
11 deletions
+6
-11
README.md
README.md
+5
-10
setup.py
setup.py
+1
-1
No files found.
README.md
View file @
f24a76c0
xQML
a quadratic Power Spectrum estimator based on cross-correlation between maps.
[Vanneste et al., 2018,
[astro-ph/1807.02484] (
https://arxiv.org/abs/1807.02484
)
]
a quadratic Power Spectrum estimator based on cross-correlation between maps.
<br>
[Vanneste et al., 2018, https://arxiv.org/abs/1807.02484]
This is the generalisation to cross-correlation of QML methods
[Tegmark Physical Review D 55, 5895 (1997), Tegmark and de Oliveira-Costa, Physical Review D 64 (2001)]
<br>
<br>
This is the generalisation to cross-correlation of QML methods
<br>
[Tegmark Physical Review D 55, 5895 (1997)] & [Tegmark and de Oliveira-Costa, Physical Review D 64 (2001)]
The code is in python with some C routines in openMP.
<br>
But still UNDER DEVELOPMENT !
To install:
> pip install . --prefix=
$PATH
> pip install . --prefix=
my_path
To use:
> import xqml
...
...
setup.py
View file @
f24a76c0
#!/usr/bin/env python
import
sys
import
hooks
#
import hooks
from
distutils.core
import
setup
,
Extension
import
numpy
from
Cython.Distutils
import
build_ext
...
...
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