Ignore:
Timestamp:
08/07/08 11:32:02 (16 years ago)
Author:
pinsard
Message:

improvements of headers (alignments of IDL prompt in examples)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/plt.pro

    r370 r371  
    106106;          map = [0, (lon1+lon2)/2., 0] 
    107107; Comment: A good way to choose the type of the projection we want to do is to have a look at IDL demo: 
    108 ; IDL> demo 
     108;   IDL> demo 
    109109; Then choose "Mapping" and "Global Mapping Demo" 
    110110; Comment2: By default it is a cylindrical projection which is done (with or without the keyword map). 
    111111; If we want an other projection, MAP must be activated and we have to add the keyword: /nom_projection. 
    112112; For example, for a polar projection centered on the south pole: 
    113 ; IDL> domdef,-180,180,-90,-45 
    114 ; IDL> plt, tab, /stereo,map=[-90,0,0] 
     113;   IDL> domdef,-180,180,-90,-45 
     114;   IDL> plt, tab, /stereo,map=[-90,0,0] 
    115115; 
    116116; @keyword LABMAP {default=labmap=1} 
Note: See TracChangeset for help on using the changeset viewer.