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

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

Location:
trunk/SRC/ToBeReviewed/PLOTS/DIVERS
Files:
9 edited

Legend:

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

    r370 r378  
    33; @file_comments 
    44; Add an axis when we do an oblique section in <pro>pltz</pro>,  
    5 ; <pro>pltt</pro> 
    6 ; or <pro>plt1d</pro> 
     5; <pro>pltt</pro> or <pro>plt1d</pro> 
    76; 
    87; @categories 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/axis4pltz.pro

    r367 r378  
    3333; Used to pass keywords 
    3434; 
    35 ; Others: see pltz 
     35; Others: see <pro>pltz</pro> 
    3636; 
    3737; @history 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/checkfield.pro

    r370 r378  
    1515; 
    1616; @param NAME {in}{optional}{type=string} 
    17 ; It gives the name of the file to be opened. If NAME 
     17; It gives the name of the file to be opened.  
     18; 
     19; If NAME 
    1820; does not contain the separating character of directories ('/' under 
    1921; unix for example), the file will be looked for in the current directory. 
     
    142144; 
    143145; @param FIELD {in}{required}{type=field} 
    144 ; It respect <pro>litchamp</pro>'s criterions. See IDL>xhelp,'litchamp' 
     146; It respect <pro>litchamp</pro>'s criterions. 
    145147; 
    146148; @param PROCEDURE {in}{required} 
     
    152154; @keyword BOXZOOM {type=vector} 
    153155; Vector indicating the geographic zone on which we want to cut the map. 
     156; 
    154157;  If BOXZOOM has : 
    155158; 1 element : The extraction is made on [lon1, lon2, lat1, lat2, 0.,boxzoom[0]] 
     
    168171; @keyword VECTEUR{type=vector} 
    169172; It is a structure composed by 2 elements containing the 2 fields U 
    170 ; and V of values of the zonal and meridian component of the vector of the fields 
    171 ; to draw. These fields can be an array or a structure. 
    172 ;       For example: vecteur={matriceu:lec('unsurface'),matricev:lec('vnsurface')} 
    173 ;       Comment: name of elements of vectors are inconsequential. 
    174 ;       vecteur={u:lec('unsurface'),v:lec('vnsurface')} is also appropriated. 
     173; and V of values of the zonal and meridian component of the vector of  
     174; the fields to draw. 
     175; 
     176; These fields can be an array or a structure. 
     177; For example: vecteur={matriceu:lec('unsurface'),matricev:lec('vnsurface')} 
     178; 
     179; Comment: name of elements of vectors are inconsequential. 
     180;  vecteur={u:lec('unsurface'),v:lec('vnsurface')} is also appropriated. 
    175181; 
    176182; @keyword _EXTRA 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/determineminmax.pro

    r370 r378  
    4848; $Id$ 
    4949; 
    50 ; @todo seb: manque les param glam et gphi 
     50; @todo 
     51; seb: manque les param glam et gphi 
    5152; 
    5253;- 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/placecolor.pro

    r370 r378  
    33; @file_comments 
    44; allows to trace the independently from a graph 
     5; 
    56; By default, trace a color bar of the same type than the one present in  
    67; <pro>plt</pro> 
    78; and <pro>pltz</pro>. 
     9; 
    810; If max, min and divisions are not stipulated, then max=sup,min=inf 
    911; and divisions=div. 
  • 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 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/restoreatt.pro

    r370 r378  
    1010; @param STRUCT {in}{required} 
    1111; a structure like the one who read <pro>litchamp</pro>. 
    12 ;        See IDL> xhelp,'litchamp' 
    1312; 
    1413; @uses 
     
    1716; @restrictions 
    1817; Change the value if global variables attribute of a field: vargrid, 
    19 ; varname, varunit, vardate, varexp , valmask and time. 
     18; varname, varunit, vardate, varexp, valmask and time. 
    2019; 
    2120; @history 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/saveatt.pro

    r370 r378  
    22; 
    33; @file_comments 
    4 ; Allows to put in a structure attributes which can be associated with a variable. 
     4; Allows to put in a structure attributes which can be associated with  
     5; a variable. 
    56; 
    67; @categories 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/terminedessin.pro

    r370 r378  
    88; 
    99; @keyword POST 
    10 ; Make a postscript. Only works if we made one drawing on the page. 
     10; Make a postscript.  
     11; 
     12; Only works if we made one drawing on the page. 
    1113; If we make several drawing, use \@<pro>ps</pro>. 
    1214; 
    1315; @keyword SMALL {type=vector} 
    1416; Vector composed of 3 or 4 elements, applied to make a drawing on a 
    15 ; small portion of a page or screen. It delimit the zone where the drawing will be done. 
    16 ;     If there is 4 elements: 
    17 ; then is constituted of coordinates (expressed in cm located from the up and 
    18 ; left corner of the page or the window (in portrait like in landscape)) of the bottom 
    19 ; and left corner and of the up and right corner of the drawing zone. 
    20 ;     If there is 3 elements: 
    21 ; in this case, we divide the page or the screen in small[0] columns and in small[1] lines 
    22 ; the drawing made in the box numbered small[2]. The numerotation starting up and left by 
    23 ; the number 1 and then, following the writing direction. 
    24 ; By default, we make the largest drawing we can do, conserving the aspect ration  
    25 ; (except when REMPLI is activated). 
     17; small portion of a page or screen.  
     18; 
     19; It delimit the zone where the drawing will be done. 
     20; 
     21; If there is 4 elements then is constituted of coordinates (expressed in cm  
     22; located from the up and left corner of the page or the window (in portrait  
     23; like in landscape)) of the bottom and left corner and of the up and right  
     24; corner of the drawing zone. 
     25; 
     26; If there is 3 elements we divide the page or the screen in small[0] columns  
     27; and in small[1] lines and the drawing is made in the box numbered small[2].  
     28; 
     29; The numerotation starting up and left by the number 1 and then, following  
     30; the writing direction. 
     31; 
     32; By default, we make the largest drawing we can do, conserving the aspect  
     33; ration (except when REMPLI is activated). 
    2634; 
    2735; @keyword _EXTRA 
Note: See TracChangeset for help on using the changeset viewer.