11.4.13. astroML.datasets.fetch_wmap_temperatures¶
-
astroML.datasets.
fetch_wmap_temperatures
(masked=False, data_home=None, download_if_missing=True)[source]¶ Loader for WMAP temperature map data
- Parameters
- maskedoptional, default=False
If True, then return the foreground-masked healpix array of data If False, then return the raw temperature array
- data_homeoptional, default=None
Specify another download and cache folder for the datasets. By default all astroML data is stored in ‘~/astroML_data’.
- download_if_missingoptional, default=True
If False, raise a IOError if the data is not locally available instead of trying to download the data from the source site.
- Returns
- datanp.ndarray or np.ma.MaskedArray
record array containing (masked) temperature data