Ignore:
Timestamp:
08/21/06 11:01:50 (18 years ago)
Author:
navarro
Message:

header improvements + xxx doc

Location:
trunk/SRC/ToBeReviewed/TRIANGULATION
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/TRIANGULATION/ciseauxtri.pro

    r150 r157  
    2626; 
    2727; @history 
    28 ; Sebastien Masson (smasson@lodyc.jussieu.fr) 
     28; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    2929;                       20/2/99 
    3030; 
  • trunk/SRC/ToBeReviewed/TRIANGULATION/completecointerre.pro

    r150 r157  
     1;------------------------------------------------------------ 
     2;------------------------------------------------------------ 
     3;------------------------------------------------------------ 
     4;+ 
     5; 
     6; @file_comments 
     7; 
     8; 
     9; @categories 
     10; Graphics 
     11; 
     12; @param LONS  
     13; 
     14; 
     15; @param LATS 
     16; 
     17; 
     18; @param SEUIL 
     19; 
     20; 
     21; @keyword _EXTRA 
     22; Used to pass your keywords  
     23; 
     24; @keyword CONT_COLOR 
     25; The color of the continent. defaut value is 
     26; (!d.n_colors - 1) < 255 => white 
     27; 
     28; @uses 
     29; common.pro 
     30; 
     31; @history 
     32; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
     33;                      01/10/1999 
     34; 
     35; @version 
     36; $Id$ 
     37; 
     38;- 
     39;------------------------------------------------------------ 
     40;------------------------------------------------------------ 
     41;------------------------------------------------------------ 
    142PRO draw_corner_triangle, lons, lats, seuil, CONT_COLOR = cont_color, _extra = ex 
    243; 
     
    2667; 
    2768; @categories 
    28 ; graphic 
     69; Graphics 
    2970; 
    3071; @keyword _EXTRA 
     
    3576; (!d.n_colors - 1) < 255 => white 
    3677; 
     78; @keyword COINMONTE 
     79; It is an array. To obtain the array of "ascending land corner"  
     80; to be treated with completecointerre.pro in the variable array  
     81; instead of make it pass by the global variable twin_corners_up. 
     82; 
     83; @keyword COINDESCEND 
     84; It is an array. See COINMONTE 
     85; 
     86; @keyword INDICEZOOM 
     87; The zoom's index 
     88; 
    3789; @uses 
    3890; common.pro 
    3991; 
    4092; @history 
    41 ; Sebastien Masson (smasson@lodyc.jussieu.fr) 
     93; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    4294;                      01/10/1999 
    4395; 
  • trunk/SRC/ToBeReviewed/TRIANGULATION/definetri.pro

    r150 r157  
    22; 
    33; @file_comments 
    4 ; efine a triangulation array like TRIANGULATE.  
     4; Define a triangulation array like TRIANGULATE.  
    55;         But in a VERY SIMPLE CASE: 
    66; the points are regulary-gridded on nx*ny array. 
     
    99; triangles. cf. figure above 
    1010; 
    11 ; 
     11; <fixe> 
    1212;      ny-1*---*---*. . . . . .*---*---* 
    13 ;          |  /|  /|           |  /|  /|       
    14 ;          | / | / |           | / | / | 
    15 ;          |/  |/  |           |/  |/  | 
     13;          |  +|  +|           |  +|  +|       
     14;          | + | + |           | + | + | 
     15;          |+  |+  |           |+  |+  | 
    1616;      ny-2*---*---*. . . . . .*---*---*    
    1717;          .       .           .       . 
     
    1919;          .       .           .       . 
    2020;         1*---*---*. . . . . .*---*---* 
    21 ;          |  /|  /|           |  /|  /| 
    22 ;          | / | / |           | / | / | 
    23 ;          |/  |/  |           |/  |/  | 
     21;          |  + |  +|          |  +|  +| 
     22;          | +  | + |          | + | + | 
     23;          |+   |+  |          |+  |+  | 
    2424;         0*---*---*. . . . . .*---*---*   
    25 ;          0   1   2        nx-3  nx-2 nx-1 
     25;           0   1   2        nx-3  nx-2 nx-1 
     26; </fixe> 
    2627; 
    2728;  You have 2 ways to cut a rectangle: 
    2829;      1) the upward diagonal       2) the downward diagonal 
    2930; 
     31; <fixe> 
    3032;          *---*                        *---* 
    31 ;          |  /|                        |\  | 
    32 ;          | / |                        | \ | 
    33 ;          |/  |                        |  \| 
     33;          |  +|                        |+  | 
     34;          | + |                        | + | 
     35;          |+  |                        |  +| 
    3436;          *---*                        *---*   
    35 ; 
     37; </fixe> 
    3638; 
    3739; @categories 
    38 ; utilities 
     40; Utilities 
    3941;  
    4042; @param NX {in}{required} 
     
    6365; 
    6466;          *---*---* 
    65 ;          |\  |  /| 
    66 ;          | \ | / | 
    67 ;          |  \|/  | 
     67;           |+  |  +| 
     68;           | + | + | 
     69;           |  +|+  | 
    6870;          *---*---* 
    69 ;          |  /|\  | 
    70 ;          | / | \ | 
    71 ;          |/  |  \| 
     71;           |  +|+  | 
     72;           | + | + | 
     73;           |+  |  +| 
    7274;          *---*---* 
    7375; 
    7476; 
    7577; @history 
    76 ; sebastien Masson (smlod@ipsl.jussieu.fr) 
     78; sebastien Masson (smlod\@ipsl.jussieu.fr) 
    7779;                       4/3/1999 
    7880; 
     
    114116;       i+nx  i+nx+1 
    115117;          *---*                     
    116 ;          |  /|                    
    117 ;          | / |                    
    118 ;          |/  |                   
     118;          |  +|                    
     119;          | + |                    
     120;          |+  |                   
    119121;          *---*                 
    120122;          i   i+1 
  • trunk/SRC/ToBeReviewed/TRIANGULATION/definetri_e.pro

    r150 r157  
    1 function numtri, index, nx, ny 
     1;+ 
     2; @file_comments 
     3; 
     4; 
     5; @categories 
     6; 
     7; 
     8; @param INDEX 
     9; It is the tick mark index which starts at 0. 
     10; 
     11; @param NX {in}{required} 
     12; The x dimension array 
     13; 
     14; @param NY {in}{required} 
     15; The y dimension array 
     16; 
     17; 
     18; @returns 
     19; 
     20; 
     21; @restrictions 
     22;  
     23;  
     24; @examples 
     25;  
     26;  
     27; @history 
     28; 
     29; 
     30; @version 
     31; $Id$ 
     32;- 
     33 function numtri, index, nx, ny 
    234; 
    335  compile_opt idl2, strictarrsubs 
     
    4476;         
    4577; @history 
    46 ; Sebastien Masson (smlod@ipsl.jussieu.fr) 
     78; Sebastien Masson (smlod\@ipsl.jussieu.fr) 
    4779;                       June 2001 
    4880; 
  • trunk/SRC/ToBeReviewed/TRIANGULATION/dessinetri.pro

    r150 r157  
    88; 
    99; @categories 
    10 ; utilities 
     10; Utilities 
    1111;  
    1212; @param TRI {in}{optional} 
     
    3838; 
    3939; @history 
    40 ; Sebastien Masson (smasson@lodyc.jussieu.fr) 
     40; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    4141; 
    4242; @version 
  • trunk/SRC/ToBeReviewed/TRIANGULATION/drawsectionbottom.pro

    r150 r157  
    3535; 
    3636; @history 
    37 ; Sebastien Masson (smasson@lodyc.jussieu.fr) 
     37; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    3838;                      June 14, 2002 
    3939; 
  • trunk/SRC/ToBeReviewed/TRIANGULATION/fillcornermask.pro

    r150 r157  
    88; 
    99; @categories 
    10 ; graphic 
     10; Graphics 
    1111; 
    1212; @keyword _EXTRA 
     
    2121; 
    2222; @history 
    23 ; Sebastien Masson (smasson@lodyc.jussieu.fr) 
     23; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    2424;                      8/8/2002 
    2525; 
  • trunk/SRC/ToBeReviewed/TRIANGULATION/section.pro

    r150 r157  
    5555;  
    5656; @history 
    57 ; Sebastien Masson (smasson@lodyc.jussieu.fr) 
     57; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    5858;  
    5959; @version  
  • trunk/SRC/ToBeReviewed/TRIANGULATION/tracecote.pro

    r150 r157  
    88; 
    99; @categories 
    10 ; graphic 
    11 ; 
    12 ;  
    13 ; INPUTS:mask le tableau mask sur la zone consideree pour le dessin 
     10; Graphics 
    1411; 
    1512; @keyword SURFACE_COASTLINE 
     
    2522; 
    2623; @history 
    27 ; Sebastien Masson (smasson@lodyc.jussieu.fr) 
     24; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    2825;                      30/9/1999 
    2926; 
  • trunk/SRC/ToBeReviewed/TRIANGULATION/tracemask.pro

    r150 r157  
    88; 
    99; @categories 
    10 ; utilities 
     10; Utilities 
    1111;  
    1212; @param MASKENTREE {in}{required} 
     
    3737; 
    3838; @history 
    39 ; Sebastien Masson (smasson@lodyc.jussieu.fr) 
     39; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    4040; 
    4141; @version 
  • trunk/SRC/ToBeReviewed/TRIANGULATION/triangule_c.pro

    r150 r157  
    2929;  
    3030; @categories 
    31 ; graphic 
     31; Graphics 
    3232; 
    3333; @param MASKENTREE {in}{optional} 
     
    6666; 
    6767; @history 
    68 ; Sebastien Masson (smasson@lodyc.jussieu.fr) 
     68; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    6969;                       26/4/1999 
    7070; 
  • trunk/SRC/ToBeReviewed/TRIANGULATION/triangule_e.pro

    r150 r157  
    77; 
    88; @categories 
    9 ; graphic 
     9; Graphics 
    1010;  
    1111; @param MASKENTREE {in}{optional} 
     
    3131;  
    3232; @history 
    33 ; Sebastien Masson (smasson@lodyc.jussieu.fr) 
     33; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    3434;                      june 2001 
    3535;  
Note: See TracChangeset for help on using the changeset viewer.