SUMMARY
The discussion focuses on creating a Cosmic Microwave Background (CMB) multipole map from a Planck Data Map using Healpix routines in IDL. Users must ensure Healpix is properly enabled in IDL, indicated by the prompt changing to HIDL>. The process involves executing the mollview command for visualization and using read_fits_map or read_tqu to read FITS files. A spherical harmonic transform is computed with the ianafast command, requiring the F90 or C++ anafast routine, and the power spectrum is stored using the cl_out parameter.
PREREQUISITES
- Familiarity with IDL programming environment
- Understanding of Healpix routines
- Knowledge of FITS file format
- Experience with spherical harmonic transforms
NEXT STEPS
- Review the Healpix documentation for IDL at http://healpix.jpl.nasa.gov/html/idl.htm
- Learn how to use the mollview command for visualizing Healpix maps
- Study the read_fits_map and read_tqu commands for reading FITS files
- Explore the implementation of the ianafast command for spherical harmonic transforms
USEFUL FOR
Astronomers, astrophysicists, and researchers working with cosmic microwave background data or utilizing Healpix routines in IDL for data analysis and visualization.