This commit is contained in:
Martin Reinecke 2012-11-06 23:36:38 +01:00
parent 9566fc7c20
commit 0a1a9e5716

View file

@ -124,8 +124,8 @@ void sharp_destroy_alm_info (sharp_alm_info *info);
\param phi0 the azimuth (in radians) of the first pixel in each ring
\param theta the colatitude (in radians) of each ring
\param weight the pixel weight to be used for the ring. Pass NULL to use
1.0 as weight for all rings. By default weights are used for alm2map
but not map2alm, but the execution flags can override this.
1.0 as weight for all rings. By default weights are used for map2alm
but not alm2map, but the execution flags can override this.
\param geom_info will hold a pointer to the newly created data structure
*/
void sharp_make_geom_info (int nrings, const int *nph, const ptrdiff_t *ofs,