Ignore:
Timestamp:
08/12/08 14:35:46 (16 years ago)
Author:
pinsard
Message:

improvements of headers (typo, links, paragraphes, etc)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/placedessin.pro

    r371 r378  
    1313; @param POSFENETRE {out}{type=vector} 
    1414; containing captions and the graph in normalized coordinates. 
     15; 
    1516; Comment: To position the drawing, we have to do !p.position=posfenetre 
    1617; after the call of the caliber 
     
    1819; @param POSBAR {out}{type=vector} 
    1920; Like POSFENETRE but for the color bar. 
     21; 
    2022; Same comment to position the color bar, !p.position=posbar 
    2123; 
     
    3234; @keyword MAP 
    3335; We use it when we want to do a projection. 
     36; 
    3437; This keyword can be of two types: 
    35 ;     MAP=[P0lat,P0lon,Rot]. For the description of these 3 values (see the online help of <proidl>map_set</proidl>). 
     38;     MAP=[P0lat,P0lon,Rot]. For the description of these 3 values (see the online help of <proidl>MAP_SET</proidl>). 
    3639;     /MAP: In this case, map is automatically calculated have the value: 
    3740;          map = [0, (lon1+lon2)/2., 0] 
     41; 
    3842; Comment 1: A good way to choose the type of the projection we want to do is to have a look at IDL demo: 
    3943;   IDL> demo 
    4044; Then choose "Mapping" and "Global Mapping Demo" 
     45; 
    4146; Comment 2: By default it is a cylindrical projection which is effectuated (with or without the keyword map). 
    4247; If we want an other projection, MAP must be activated and we have to add the keyword: /nom_projection. 
     48; 
    4349; For example, for a polar projection centered on the south pole: 
    4450;   IDL> domdef,-180,180,-90,-45 
     
    5763; Vector composed of 3 or 4 elements, applied to make a drawing on a 
    5864; small portion of a page or screen. It delimit the zone where the drawing will be done. 
    59 ;     If there is 4 elements: 
    60 ; then is constituted of coordinates (expressed in cm located from the up and 
    61 ; left corner of the page or the window (in portrait like in landscape) of the bottom 
    62 ; and left corner and of the up and right corner of the drawing zone. 
    63 ;     If there is 3 elements: 
    64 ; in this case, we divide the page or the screen in small[0] columns and in small[1] lines 
    65 ; the drawing made in the box numbered small[2]. The numerotation starting up and left by 
     65; 
     66; If there is 4 elements then is constituted of coordinates (expressed in cm  
     67; located from the up and left corner of the page or the window (in portrait  
     68; like in landscape) of the bottom and left corner and of the up and right  
     69; corner of the drawing zone. 
     70; 
     71; If there is 3 elements, we divide the page or the screen in small[0] columns  
     72; and in small[1] lines, the drawing is made in the box numbered small[2].  
     73; 
     74; The numerotation starting up and left by 
    6675; the number 1 and then, following the writing direction. 
    67 ; By default, we make the largest drawing we can do, conserving the aspect ratio  
    68 ; (except when REMPLI is activated). 
     76; 
     77; By default, we make the largest drawing we can do, conserving the aspect  
     78; ratio (except when REMPLI is activated). 
    6979; 
    7080; @keyword PORTRAIT 
     
    7282; 
    7383; @keyword POST 
    74 ; Make a postscript. Only works if we made one drawing on the page. 
     84; Make a postscript.  
     85; 
     86; Only works if we made one drawing on the page. 
     87; 
    7588; If we make several drawing, use \@<pro>ps</pro>. 
    7689; 
     
    8093; @keyword WINDOW 
    8194; Number of the window on which we want to do the graph (Allow to open several windows). 
     95; 
    8296; By default, we open 'IDL0' 
    8397; 
     
    88102; If we want to trace contours of a different field than the one 
    89103; whose we have the colored drawing (by example E-P in color and QSR in contours). 
     104; 
    90105; It must be a field respecting same characteristics than the argument number  
    91106; one of <pro>plt</pro>. 
    92107; 
    93108; @keyword ENDPOINTS 
    94 ; keyword specifying that we want to make a vertical cut in diagonal. Then coordinated of extremities 
    95 ; of these ones are defined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are 
    96 ; coordinates. 
     109; keyword specifying that we want to make a vertical cut in diagonal.  
     110; 
     111; Then coordinated of extremities of these ones are defined by the 4 elements  
     112; of the vector ENDPOINTS: [x1,y1,x2,y2] which are coordinates. 
    97113; 
    98114; @keyword VECTEUR {type=vector} 
    99115; It is a structure composed by 2 elements containing the 2 fields U 
    100116; and V of values of the zonal and meridian component of the vector of the fields 
    101 ; to draw. These fields can be an array or a structure. 
    102 ;       For example: vecteur={matriceu:lec('unsurface'),matricev:lec('vnsurface')} 
    103 ;       Comment: name of elements of vectors are inconsequential. 
     117; to draw.  
     118; 
     119; These fields can be an array or a structure. 
     120; 
     121; For example: vecteur={matriceu:lec('unsurface'),matricev:lec('vnsurface')} 
     122; 
     123; Comment: name of elements of vectors are inconsequential. 
    104124;       vecteur={u:lec('unsurface'),v:lec('vnsurface')} is also appropriated. 
    105125; 
    106126; @keyword DIREC 
    107127; 't' 'x' 'y' 'z' 'xys' 'xz' 'yz' 'xyz' 'xt' 'yt' 'zt' 'xyt' 
    108 ;       'xzt' 'yzt' 'xyzt' Direction on which do averages 
     128; 'xzt' 'yzt' 'xyzt' Direction on which do averages 
    109129; 
    110130; @keyword _EXTRA 
     
    112132; 
    113133; @keyword COLOR_C 
    114 ; To draw the contour in color instead of in black 
    115 ; with filling in color 
     134; To draw the contour in color instead of in black with filling in color 
    116135; 
    117136; @uses 
Note: See TracChangeset for help on using the changeset viewer.