Documentation - lx_wmap_iterative_map_subtract.pro

Display a difference of two iterative maps given as FITS files.

Usage

pro lx_wmap_iterative_map_subtract, mapAPath, mapBPath, minT, maxT, smooth=smooth

Parameters

  • mapAPath Path to map FITS file A.
  • mapBPath Path to map FITS file B.
  • 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_iterative_map_subtract, "/home/user/map-making/map01.fits", "/home/user/map-making/map02.fits", -0.5, 1.5, /smooth

Display a reduced resolution differential (A - B) map between "map01.fits" and "map02.fits" with temperature scale from -0.5mK to 1.5mK.