fix docs
This commit is contained in:
parent
9566fc7c20
commit
0a1a9e5716
1 changed files with 2 additions and 2 deletions
|
@ -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 phi0 the azimuth (in radians) of the first pixel in each ring
|
||||||
\param theta the colatitude (in radians) of 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
|
\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
|
1.0 as weight for all rings. By default weights are used for map2alm
|
||||||
but not map2alm, but the execution flags can override this.
|
but not alm2map, but the execution flags can override this.
|
||||||
\param geom_info will hold a pointer to the newly created data structure
|
\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,
|
void sharp_make_geom_info (int nrings, const int *nph, const ptrdiff_t *ofs,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue