Changeset 367


Ignore:
Timestamp:
08/06/08 11:05:24 (16 years ago)
Author:
pinsard
Message:

typo and translation

Location:
trunk/SRC/ToBeReviewed
Files:
15 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/CALCULS/depth2floatlevel.pro

    r327 r367  
    22; 
    33; @file_comments 
    4 ; Rather comparable to depth2level but here, the calculated level is in float. 
     4; Rather comparable to <pro>depth2level</pro> but here, the calculated level  
     5; is in float. 
    56; For example, the level 5.4 correspond to a depth equal 
    67; to gdep[5]+.4*(gdep[6]-gdep[5]) 
  • trunk/SRC/ToBeReviewed/CALCULS/grossemoyenne.pro

    r327 r367  
    5252; @keyword TEMPORALFIRST 
    5353; to force to perform first temporal 
    54 ; mean even if nan is activated (see SPATIALFIRST explanations...) 
     54; mean even if NAN is activated (see SPATIALFIRST explanations...) 
    5555; 
    5656; @keyword WDEPTH 
  • trunk/SRC/ToBeReviewed/CALCULS/level2depth.pro

    r327 r367  
    22; 
    33; @file_comments 
    4 ; Allows to pass from a 2d level array to a 2d depth array corresponding to these levels 
     4; Allows to pass from a 2d level array to a 2d depth array corresponding to  
     5; these levels 
    56; 
    67; @categories 
     
    89; 
    910; @param TAB {in}{required}{type=2d array} 
    10 ; 2d level array of sill levels (or a structure respecting <pro>litchamp</pro> criterions) 
     11; 2d level array of sill levels (or a structure respecting <pro>litchamp</pro>  
     12; criterions) 
    1113; 
    1214; @keyword NOMASK 
     
    3537@common 
    3638;------------------------------------------------------------ 
    37 ; Reading of the input field  and recovery of the used subdomain's size 
     39; Reading of the input field and recovery of the used subdomain's size 
    3840;------------------------------------------------------------ 
    3941   niveaux = litchamp(tab) 
    4042   grille,mask, -1, -1,gdep,nx,ny,nz,firstx,firsty,firstz,lastx,lasty,lastz 
    4143;--------------------------------------------------------------- 
    42 ; verification of the coherence between array's size and the domain defined by domdef 
     44; verification of the coherence between array's size and the domain defined  
     45; by domdef 
    4346;--------------------------------------------------------------- 
    4447   taille = size(niveaux) 
  • trunk/SRC/ToBeReviewed/CALCULS/level2index.pro

    r325 r367  
    55; has been extract from a level specified by the 2d level array (typically, 
    66; we want to obtain the salinity along an isopycn we have repered by its level). 
    7 ; level2index is a function who give, in function of level, a 2d indexes array 
     7; level2index is a function which give, in function of level, a 2d indexes array 
    88; which will allow to extract the 2d array from the 3d array... 
    99; 
  • trunk/SRC/ToBeReviewed/CALCULS/level2mask.pro

    r325 r367  
    4141   grille,maskterre, -1, -1, -1,nx,ny,nz,firstx,firsty,firstz,lastx,lasty,lastz 
    4242;--------------------------------------------------------------- 
    43 ; verification of the coherence between the array's size and the defined by domdef domain 
     43; verification of the coherence between the array's size and the defined by  
     44; domdef domain 
    4445;--------------------------------------------------------------- 
    4546   IF ny EQ 1 THEN niveaux = reform(niveaux, nx, ny, /over) 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/plt.pro

    r328 r367  
    9797; corresponding to cases n. cf <pro>label</pro> 
    9898; Comment: When CONTOUR is activated, it only specify the label's type for colored isolines. 
    99 ; For these one traced by a trait, use CONTLABEL. 
     99; For these ones traced by a trait, use CONTLABEL. 
    100100;        
    101101; @keyword MAP {default=Cylindrical projection} 
    102102; We use it when we want to do a projection. 
    103103; This keyword can be of two types: 
    104 ;     MAP=[P0lat,P0lon,Rot]. For the description of these 3 values (see the online help of <proidl>MAP_SET</proidl>). 
     104;     MAP=[P0lat,P0lon,Rot]. For the description of these 3 values (see the online help of <proidl>map_set</proidl>). 
    105105;     /MAP: In this case, map is automatically calculated have the value: 
    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: 
    108108; IDL> demo 
    109 ; Then choose "earth sciences and mappinA"g 
     109; 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. 
     
    115115; 
    116116; @keyword LABMAP {default=labmap=1} 
    117 ; Corresponds to LABEL keyword of <proidl>MAP_SET</proidl>. 
     117; Corresponds to LABEL keyword of <proidl>map_set</proidl>. 
    118118; 
    119119; @keyword MAXIN 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/plt1d.pro

    r327 r367  
    4949; @keyword ENDPOINTS 
    5050; keyword specifying that we want to make a vertical cut in diagonal. 
    51 ; Then coordinated of extremities of these one are defined by the 4 elements 
     51; Then coordinated of extremities of these ones are defined by the 4 elements 
    5252; of the vector ENDPOINTS: [x1,y1,x2,y2] which are coordinates. 
    5353; 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/pltt.pro

    r328 r367  
    8888; @keyword ENDPOINTS 
    8989; keyword specifying that we want to make a vertical cut in diagonal. Then coordinated of extremities 
    90 ; of these one are defined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are 
     90; of these ones are defined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are 
    9191; coordinates. 
    9292; 
     
    112112; corresponding to cases n. cf <pro>label</pro> 
    113113; Comment: When CONTOUR is activated, it only specify the label's type for colored isolines. 
    114 ; For these one traced by a trait, use CONTLABEL. 
     114; For these ones traced by a trait, use CONTLABEL. 
    115115; 
    116116; @keyword COL1d 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/pltz.pro

    r360 r367  
    7171; @keyword ENDPOINTS 
    7272; keyword specifying that we want to make a vertical cut in diagonal. Then coordinated of extremities 
    73 ; of these one are defined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are 
     73; of these ones are defined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are 
    7474; coordinates. 
    7575; 
     
    8686; 
    8787; @keyword ZRATIO {default=2./3} 
    88 ; When the drawing has a zoomed part, it is the size rapport between the zoomed part, 
    89 ; hz (zoom height), and the whole drawing, ht (total height). 
     88; When the drawing has a zoomed part, it is the size ratio between the zoomed  
     89; part, hz (zoom height), and the whole drawing, ht (total height). 
    9090; 
    9191; @keyword LABEL {default=0}{type=integer} 
    9292; It choose the label's type corresponding to cases in <pro>label</pro> 
    9393; Comment: When CONTOUR is activated, it only specify the label's type for colored isolines. 
    94 ; For these one traced by a trait, use CONTLABEL. 
     94; For these ones traced by a trait, use CONTLABEL. 
    9595; 
    9696; @keyword MAXIN 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/axis4pltz.pro

    r327 r367  
    2727; 
    2828; @keyword ZRATIO {default=2./3} 
    29 ; When the drawing has a zoomed part, it is the size rapport between the zoomed part, 
    30 ; hz (zoom height), and the whole drawing, ht (total height). 
     29; When the drawing has a zoomed part, it is the size ratio between the zoomed  
     30; part, hz (zoom height), and the whole drawing, ht (total height). 
    3131; 
    3232; @keyword _EXTRA 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/placedessin.pro

    r327 r367  
    1212; 
    1313; @param POSFENETRE {out}{type=vector} 
    14 ; It is a vector composed by 4 elements containing the position of the frame 
    1514; containing captions and the graph in normalized coordinates. 
    16 ; Comment: To position the drawing; we have to do !p.position=posfenetre 
     15; Comment: To position the drawing, we have to do !p.position=posfenetre 
    1716; after the call of the caliber 
    1817; 
     
    3433; We use it when we want to do a projection. 
    3534; This keyword can be of two types: 
    36 ;     MAP=[P0lat,P0lon,Rot]. For the description of these 3 values (see the online help of MAP_SET). 
     35;     MAP=[P0lat,P0lon,Rot]. For the description of these 3 values (see the online help of <proidl>map_set</proidl>). 
    3736;     /MAP: In this case, map is automatically calculated have the value: 
    3837;          map = [0, (lon1+lon2)/2., 0] 
    3938; Comment 1: A good way to choose the type of the projection we want to do is to have a look at IDL demo: 
    4039; IDL> demo 
    41 ; Then choose earth sciences and  mapping. 
     40; Then choose "Mapping" and "Global Mapping Demo" 
    4241; Comment 2: By default it is a cylindrical projection which is effectuated (with or without the keyword map). 
    4342; If we want an other projection, MAP must be activated and we have to add the keyword: /nom_projection. 
     
    6665; the drawing made in the box numbered small[2]. The numerotation starting up and left by 
    6766; the number 1 and then, following the writing direction. 
    68 ; By default, we make the largest drawing we can do, conserving the aspect rapport 
     67; By default, we make the largest drawing we can do, conserving the aspect ratio  
    6968; (except when REMPLI is activated). 
    7069; 
     
    7776; 
    7877; @keyword REMPLI 
    79 ; Force the drawing to occupy the whole space defined by small. 
     78; Force the drawing to fill the whole space defined by small. 
    8079; 
    8180; @keyword WINDOW 
     
    9493; @keyword ENDPOINTS 
    9594; keyword specifying that we want to make a vertical cut in diagonal. Then coordinated of extremities 
    96 ; of these one are defined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are 
     95; of these ones are defined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are 
    9796; coordinates. 
    9897; 
     
    194193  ENDIF 
    195194;-------------------------------------------------------------- 
    196 ; What type of aspect rapport (it will be crushed if YXASPECT exist) 
     195; What type of aspect ratio(it will be crushed if YXASPECT exist) 
    197196;-------------------------------------------------------------- 
    198197  case typedessin of 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/terminedessin.pro

    r327 r367  
    2222; the drawing made in the box numbered small[2]. The numerotation starting up and left by 
    2323; the number 1 and then, following the writing direction. 
    24 ; By default, we make the largest drawing we can do, conserving the aspect rapport 
     24; By default, we make the largest drawing we can do, conserving the aspect ration  
    2525; (except when REMPLI is activated). 
    2626; 
  • trunk/SRC/ToBeReviewed/PLOTS/VECTEUR/vecteur.pro

    r327 r367  
    3737   cm_en_normal = 1./sizexfeuille 
    3838; 
    39 ; If the aspect rapport of the window is not equal to 1, the length in 
     39; If the aspect ratio of the window is not equal to 1, the length in 
    4040; normalized coordinates of  a trait of 1 cm vary following the polar 
    4141; angle of this trait. 
  • trunk/SRC/ToBeReviewed/POSTSCRIPT/calibre.pro

    r327 r367  
    22; 
    33; @file_comments 
    4 ; From a rapport of aspect and values (in line of character) of different margins, 
     4; From a ration aspect and values (in line of character) of different margins, 
    55; it calculate POSFENETRE and POSBAR which serve to place the drawing and the color 
    66; bar thanks to !p.position on a leaf or a screen output whose the window has the same 
     
    3232; left bottom corner. 
    3333;    It is a vector made of 3 elements giving the number of column to be done in the 
    34 ; drawing, the number of line and the number of the case the number have to occupy 
    35 ; (see matlab). For example, to do 6 drawing in 3 columns and 2 lines and occupy 
    36 ; the 4th case, small=[2,3,4] 
     34; drawing, the number of line and the number of the case the number have to fill  
     35; (see matlab). For example, to do 6 drawings in 3 columns and 2 lines and  
     36; fill the 4th case, small=[2,3,4] 
    3737; 
    3838; @param posfenetre {type=vector} 
     
    4646; 
    4747; @keyword REMPLI 
    48 ; Force the drawing to occupy the biggest possible place defined by 
    49 ; SMALLDRAW without respect the rapport y on x. 
     48; Force the drawing to fill the biggest possible place defined by 
     49; SMALLDRAW without respect the y/x ratio. 
    5050; 
    5151; @keyword YXASPECT 
    52 ; Force the rapport y on x to take the value RAPPORTYX*YXASPECT. 
     52; Force the y/x ratio to take the value RAPPORTYX*YXASPECT. 
    5353; This keyword can be used in 2 cases: 
    54 ;   1) YXASPECT=1 : force RAPPORTYX to be respected otherwise, Calibre take the 
    55 ;   initiative to change it a little in the case of the aspect rapport of SMALL 
     54;   1) YXASPECT=1 : force RAPPORTYX to be respected otherwise, calibre take the 
     55;   initiative to change it a little in the case of the aspect ratio of SMALL 
    5656;   is too different of the one of SMALLDRAW. 
    57 ;   2) YXASPECT=n : multiply by n the aspect rapport given by default. 
    58 ;   For example in plt, RAPPORTYX is calculated to the reference be orthonormal, 
     57;   2) YXASPECT=n : multiply by n the aspect ratio given by default. 
     58;   For example in <proidl>plt</proidl>, RAPPORTYX is calculated to the  
     59;   reference be orthonormal, 
    5960;   to have a reference where the y axis is 2 time bigger than the x one, YXASPECT=2. 
    6061;        
  • trunk/SRC/ToBeReviewed/WIDGET/AUTOUR_de_XXX/createhistory.pro

    r325 r367  
    1818; numbered small[2]. The numerotation starting up and left by the number 1 and then, 
    1919; following the writing direction. By default, we make the largest drawing we can do, 
    20 ; conserving the aspect rapport (except when REMPLI is activated). 
     20; conserving the aspect ratio (except when REMPLI is activated). 
    2121; 
    2222; @returns 
Note: See TracChangeset for help on using the changeset viewer.