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
spherelib
Spherelib
Commits
7fdea49a
Commit
7fdea49a
authored
Jun 22, 2010
by
Maude Le Jeune
Browse files
bug master
parent
44eeb1f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
python/spherelib/spherelib_map.cpp
python/spherelib/spherelib_map.cpp
+2
-1
No files found.
python/spherelib/spherelib_map.cpp
View file @
7fdea49a
...
...
@@ -45,7 +45,7 @@ void fastfill(double *tabmap, int npix,double eps=1e-6, int niter=-1, int starts
mask
.
SetNside
(
map
.
Nside
(),
map
.
Scheme
());
mask
.
fill
(
1.0
);
fastfiller
<
double
>
(
map
,
mask
,
eps
,
niter
,
startscale
);
arrmap
=
map
.
Map
();
}
void
cat2mask
(
double
*
tabmask
,
int
npix
,
double
*
theta
,
int
ncat
,
double
*
phi
,
int
ncat2
,
double
radius
=
20
)
...
...
@@ -113,6 +113,7 @@ void _mask2mll (double* tabmap, int npix, double* mll, int nell1, int nell2)
PowSpecExt
<
double
>
cl
(
1
,
lmax
);
cl
.
FromMap
(
map
);
arr
<
double
>
wl
(
2
*
lmax
+
1
);
wl
.
fill
(
0.0
);
for
(
int
ell
=
0
;
ell
<
lmax
+
1
;
ell
++
)
wl
[
ell
]
=
cl
.
tt
(
ell
);
...
...
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