next up previous contents_motif.gif
Next: 5.5.10 Mapping Up: 5.5 Detailed description of Previous: 5.5.8 OnOff


5.5.9 Channel Maps

If you want to display channel maps you can do this with the command chanmap(). The default is to plot channel maps for all available channels. You can also specify a list of channels to be plotted.
  read('3543')
  op()                 # open an XWindow device
  chanmap()            # produce channel maps for all channels
  chanmap(range(26))   # channel maps for the first 25 channels
  chanmap([1,4,20,55]) # channel maps for a selection of channels

Figure 5.1: Default graphical outputs of a channel map of the source 00388+6312, including a wedge.
Image chanmap_822_all_with_wedge


Frank Bertoldi 2005-11-10