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
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
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
xQML
a quadratic Power Spectrum estimator based on cross-correlation between maps.
a quadratic Power Spectrum estimator based on cross-correlation between maps.
<br>
[Vanneste et al., 2018,
[astro-ph/1807.02484] (
https://arxiv.org/abs/1807.02484
)
]
[Vanneste et al., 2018, https://arxiv.org/abs/1807.02484]
This is the generalisation to cross-correlation of QML methods
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)]
[Tegmark Physical Review D 55, 5895 (1997)] & [Tegmark and de Oliveira-Costa, Physical Review D 64 (2001)]
<br>
<br>
The code is in python with some C routines in openMP.
<br>
The code is in python with some C routines in openMP.
<br>
But still UNDER DEVELOPMENT !
To install:
To install:
> pip install . --prefix=
$PATH
> pip install . --prefix=
my_path
To use:
To use:
> import xqml
> import xqml
...
...
setup.py
View file @
f24a76c0
#!/usr/bin/env python
#!/usr/bin/env python
import
sys
import
sys
import
hooks
#
import hooks
from
distutils.core
import
setup
,
Extension
from
distutils.core
import
setup
,
Extension
import
numpy
import
numpy
from
Cython.Distutils
import
build_ext
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