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
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
ift
NIFTy
Commits
c05d366b
Commit
c05d366b
authored
May 17, 2017
by
Martin Reinecke
Browse files
cleanup
parent
dcb216d1
Pipeline
#12578
passed with stage
in 5 minutes and 2 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
nifty/plotting/plots/heatmaps/glmollweide.py
View file @
c05d366b
...
...
@@ -48,7 +48,6 @@ class GLMollweide(Heatmap):
x
=
np
.
reshape
(
x
,
(
nlat
,
nlon
))
ra
=
np
.
linspace
(
0
,
2
*
np
.
pi
,
nlon
+
1
)
dec
=
pyHealpix
.
GL_thetas
(
nlat
)
print
"dec:"
,
dec
ilat
=
self
.
_find_closest
(
dec
,
theta
)
ilon
=
self
.
_find_closest
(
ra
,
phi
+
np
.
pi
)
ilon
=
np
.
where
(
ilon
==
nlon
,
0
,
ilon
)
...
...
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