NASA - Jet Propulsion Laboratory
    + View the NASA Portal
Search JPL
Jet Propulsion Laboratory Home Earth Solar System Stars & Galaxies Technology
Introduction Background Software Links


cartview


This IDL facility provides a means to visualise a cartesian projection (where the longitude and latitude are treated as the cartesian abscissa and ordinate) of HEALPix and COBE Quad-Cube maps in an IDL environment. It also offers the possibility to generate GIF, PNG and Postscript color-coded images of the projected map. The projected (but not color-coded) data can also be output in FITS files and IDL arrays.


Location in HEALPix directory tree: src/idl/visu/cartview.pro


FORMAT

IDL> CARTVIEW, File, [ Select, ] [ /ASINH, CHARSIZE=, CHARTHICK=, COLT=, COORD=, /CROP, EXECUTE=, FACTOR=, FITS=, /FLIP, GAL_CUT=, GIF=, GLSIZE=, GRATICULE=, /HALF_SKY, HBOUND=, /HELP, /HIST_EQUAL, HXSIZE=, IGLSIZE=, IGRATICULE=, /LOG, MAP_OUT=, MAX=, MIN=, /NESTED, /NO_DIPOLE, /NO_MONOPOLE, /NOBAR, /NOLABELS, /NOPOSITION, OFFSET=, OUTLINE=, PNG=, POLARIZATION=, /PREVIEW, PS=, PXSIZE=, PYSIZE=, RESO_ARCMIN=, RETAIN=, ROT=, /SAVE, /SHADED, /SILENT, SUBTITLE=, TITLEPLOT=, TRANSPARENT=, TRUECOLORS=, UNITS=, WINDOW=, XPOS=, YPOS=]


QUALIFIERS


For a full list of qualifiers see mollview


KEYWORDS


For a full list of keywords see mollview


DESCRIPTION


cartview reads in a HEALPix sky map in FITS format and generates a cartesian projection of it, that can be visualized on the screen or exported in a GIF, PNG or Postscript file. cartview allows the selection of the coordinate system, point of projection, map size, color table, color bar inclusion, linear or log scaling, histogram equalised color scaling, maximum and minimum range for the plot, plot-title etc. It also allows the representation of the polarization field.


RELATED ROUTINES

This section lists the routines related to cartview


see mollview


EXAMPLE:

map = findgen(48)

triangle= create_struct('coord','G','ra',[0,80,0],'dec',[40,45,65])
cartview,map,/online,res=45,graticule=[45,30],rot=[10,20,30],pysize=250,$
$\quad$ title='Cartesian cylindrical (full sky)',subtitle='cartview', $
$\quad$ outline=triangle

makes a cartesian cylindrical projection of map (see Figure 1a on page [*]) after an arbitrary rotation, with a graticule grid (with a 45o step in longitude and 30o in latitude) and an arbitrary triangular outline

Eric Hivon 2010-06-18
Privacy / Copyright
FIRST GOV Contact: NASA Home Page Site Manager:
Webmaster:

CL 03-2650