index2lm
This IDL routine provides a means to convert the index
(as returned by eg the fits2alm routine) into and m.
Location in HEALPix directory tree: src/idl/misc/index2lm.pro
FORMAT
IDL>
INDEX2LM,
index,
l,
m
QUALIFIERS
-
index
- Long array containing on INPUT the index
.
-
l
- Long array containing on OUTPUT the order . It has the same
size as index.
-
m
- Long array containing on OUTPUT the degree m. It has the same
size as index.
DESCRIPTION
index2lm converts
into . Note that the index i is only
defined for
.
RELATED ROUTINES
This section lists the routines related to index2lm
-
idl
- version 6.4 or more is necessary to run index2lm.
-
fits2alm
- reads a FITS file containing
values.
-
alm2fits
- writes values into a FITS file.
-
lm2index
- routine complementary to index2lm:
converts into
.
EXAMPLE:
will return in l and m the order and degree m such that index
Version 3.82, 2022-07-28