set_pixelizationsubroutine set_pixelization( int pixchoice, pixparameters pixpars, pixeltype *pixelization)Purpose: The routine allocates and defines the S2HAT pixeltype structure, pixelization, for a set of default pixelization schemes. The pixelization choice is decided by the input parameter pixchoice. The pixelization structure is used for storing all the info about the pixelization and needed for calculating all the transforms later on. It can be done by calling the routine by either all procs, or just one proc, e.g., root, which later broadcasts the structure to all other procs via a call to mpi_pixelizationbcast. NB. The pixelization structure has to be defined and identical on all the procs for the transforms. Parameters: input:
|