reorder


This IDL facility allows the reordering of a full sky map from NESTED to RING scheme and vice-versa.


Location in HEALPix directory tree: src/idl/toolkit/reorder.pro


FORMAT

IDL> Result = REORDER (Input_map, In=, Out=)


QUALIFIERS


Result
variable containing on output the reordered map

Input_map
variable containing the input map

In=
specifies the input ordering, can be either 'RING' or 'NESTED'

Out=
specifies the output ordering, can be either 'RING' or 'NESTED'


DESCRIPTION


reorder allows the reordering of a full sky map from NESTED to RING scheme and vice-versa


RELATED ROUTINES

This section lists the routines related to reorder


idl
version 5.0 or more is necessary to run reorder


EXAMPLE:

map_nest = reorder(map_ring, in='ring', out='nest')

The RING ordered map map_ring is converted to the NESTED map map_nest.

Eric Hivon 2003-02-07