Documentation - lx_wmap_print_iter_map.pro

Display an iterative map read from a given FITS file.

Usage

pro lx_wmap_print_iter_map, file, title, minT, maxT, smooth=smooth

Parameters

  • file ath to map FITS file.
  • title Window title.
  • minT Min. temperature to display in mK.
  • maxT Max. temperature to display in mK.
  • smooth If set, smooth the map before displaying (reduce resolution to nside = 8).

Examples

lx_wmap_print_iter_map, "/home/user/map-making/map01.fits", "My Map", -0.025, 0.025

Display a map from "/home/user/map-making/map01.fits" file with temperature scale from -0.025mK to 0.025mK.