![]() |
s2let
2.2.0
Fast wavelets on the sphere
|
Functions | |
void | printerror (int status) |
int | s2let_fits_mw_read_bandlimit (char *filename) |
int | s2let_fits_hpx_read_nside (char *filename) |
void | s2let_fits_mw_write_map (char *filename, double *f, int L) |
void | s2let_fits_mwss_write_map (char *filename, double *f, int L) |
void | s2let_fits_mw_read_map (double *f, char *filename, int L) |
void | s2let_fits_mwss_read_map (double *f, char *filename, int L) |
void | s2let_fits_mw_write_spin_maps (char *filename, double *fQ, double *fU, int L) |
void | s2let_fits_mwss_write_spin_maps (char *filename, double *fQ, double *fU, int L) |
void | s2let_fits_mw_read_spin_maps (double *fQ, double *fU, char *filename, int L) |
void | s2let_fits_mwss_read_spin_maps (double *fQ, double *fU, char *filename, int L) |
void printerror | ( | int | status | ) |
int s2let_fits_hpx_read_nside | ( | char * | filename | ) |
Read Healpix resolution from a FITS file.
[in] | file | Filename. |
int | resolution parameter |
int s2let_fits_mw_read_bandlimit | ( | char * | filename | ) |
Read MW resolution / band-limit parameter from a FITS file.
[in] | file | Filename. |
int | resolution parameter |
void s2let_fits_mw_read_map | ( | double * | f, |
char * | file, | ||
int | L | ||
) |
Read MW map from a FITS file.
[out] | f | Input map (MW sampling). |
[in] | file | Filename. |
[in] | L | Band-limit / resolution parameter. |
none |
void s2let_fits_mw_read_spin_maps | ( | double * | fQ, |
double * | fU, | ||
char * | file, | ||
int | L | ||
) |
Read MW map from a FITS file.
[out] | f | Input map (MW sampling). |
[in] | file | Filename. |
[in] | L | Band-limit / resolution parameter. |
none |
void s2let_fits_mw_write_map | ( | char * | file, |
double * | f, | ||
int | L | ||
) |
Write MW map from a FITS file.
[in] | f | Input map (MW sampling). |
[in] | file | Filename. |
[in] | L | Band-limit / resolution parameter. |
none |
void s2let_fits_mw_write_spin_maps | ( | char * | file, |
double * | fQ, | ||
double * | fU, | ||
int | L | ||
) |
Write MW map from a FITS file.
[in] | f | Input map (MW sampling). |
[in] | file | Filename. |
[in] | L | Band-limit / resolution parameter. |
none |
void s2let_fits_mwss_read_map | ( | double * | f, |
char * | file, | ||
int | L | ||
) |
Read MWSS map from a FITS file.
[out] | f | Input map (MW sampling). |
[in] | file | Filename. |
[in] | L | Band-limit / resolution parameter. |
none |
void s2let_fits_mwss_read_spin_maps | ( | double * | fQ, |
double * | fU, | ||
char * | file, | ||
int | L | ||
) |
Read MWSS map from a FITS file.
[out] | f | Input map (MW sampling). |
[in] | file | Filename. |
[in] | L | Band-limit / resolution parameter. |
none |
void s2let_fits_mwss_write_map | ( | char * | file, |
double * | f, | ||
int | L | ||
) |
Write MWSS map from a FITS file.
[in] | f | Input map (MW sampling). |
[in] | file | Filename. |
[in] | L | Band-limit / resolution parameter. |
none |
void s2let_fits_mwss_write_spin_maps | ( | char * | file, |
double * | fQ, | ||
double * | fU, | ||
int | L | ||
) |
Write MWSS map from a FITS file.
[in] | f | Input map (MW sampling). |
[in] | file | Filename. |
[in] | L | Band-limit / resolution parameter. |
none |