![]() |
![]() |
![]() |
NumCosmo Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#define HEALPIX_INT_TO_XY (i, x, y) #define HEALPIX_NPIX (nside) #define HEALPIX_XY_TO_INT (x, y, i) #define NC_HEALPIX_NULLVAL glong nc_sphere_healpix_nest2ring (gint nside
,glong nest_index
); void nc_sphere_healpix_pix2ang_nest (gint nside
,glong nest_index
,gdouble *theta
,gdouble *phi
); void nc_sphere_healpix_pix2ang_ring (gint nside
,glong ring_index
,gdouble *theta
,gdouble *phi
); void nc_sphere_healpix_pix2vec_nest (gint nside
,glong nest_index
,NcTriVector vec
); void nc_sphere_healpix_pix2vec_ring (gint nside
,glong ring_index
,NcTriVector v
); NcSphereMap * nc_sphere_healpix_read_map (gchar *fits_file
,NcSphereMap *map
); glong nc_sphere_healpix_ring2nest (gint nside
,glong ring_index
); void nc_sphere_healpix_vec2pix_ring (gint nside
,NcTriVector v
,glong *i
); gboolean nc_sphere_healpix_write_map (NcSphereMap *map
,gchar *filename
,gboolean overwrite
);
#define NC_HEALPIX_NULLVAL (-1.6375e30) /* check if its ok to copy it here FIXME*/
glong nc_sphere_healpix_nest2ring (gint nside
,glong nest_index
);
FIXME
|
FIXME |
|
FIXME |
Returns : |
FIXME |
void nc_sphere_healpix_pix2ang_nest (gint nside
,glong nest_index
,gdouble *theta
,gdouble *phi
);
FIXME
|
FIXME |
|
FIXME |
|
FIXME |
|
FIXME |
void nc_sphere_healpix_pix2ang_ring (gint nside
,glong ring_index
,gdouble *theta
,gdouble *phi
);
FIXME
|
FIXME |
|
FIXME |
|
FIXME |
|
FIXME |
void nc_sphere_healpix_pix2vec_nest (gint nside
,glong nest_index
,NcTriVector vec
);
FIXME
|
FIXME |
|
FIXME |
|
a NcTriVector |
void nc_sphere_healpix_pix2vec_ring (gint nside
,glong ring_index
,NcTriVector v
);
FIXME
|
FIXME |
|
FIXME |
|
a NcTriVector |
NcSphereMap * nc_sphere_healpix_read_map (gchar *fits_file
,NcSphereMap *map
);
FIXME
|
FIXME |
|
a NcSphereMap |
Returns : |
FIXME |
glong nc_sphere_healpix_ring2nest (gint nside
,glong ring_index
);
FIXME
|
FIXME |
|
FIXME |
Returns : |
FIXME |
void nc_sphere_healpix_vec2pix_ring (gint nside
,NcTriVector v
,glong *i
);
FIXME
|
FIXME |
|
a NcTriVector |
|
FIXME |
gboolean nc_sphere_healpix_write_map (NcSphereMap *map
,gchar *filename
,gboolean overwrite
);
FIXME
|
a NcSphereMap |
|
FIXME |
|
FIXME |
Returns : |
FIXME |