Ignore:
Timestamp:
08/09/06 12:12:54 (18 years ago)
Author:
navarro
Message:

english and nicer header (3a)

File:
1 edited

Legend:

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

    r134 r150  
    33;------------------------------------------------------------ 
    44;+ 
    5 ; NAME: FILLCORNERMASK 
    65; 
    7 ; PURPOSE: pour colorier proprement les continents! (c''est une longue 
    8 ; histoire...) 
     6; @file_comments 
     7; To color cleanly continents 
    98; 
    10 ; CATEGORY: pour plt 
     9; @categories 
     10; graphic 
    1111; 
    12 ; CALLING SEQUENCE: completecointerre 
    13 ;  
    14 ; INPUTS: non 
     12; @keyword _EXTRA 
     13; Used to pass your keywords  
    1514; 
    16 ; KEYWORD PARAMETERS:  _EXTRA  
     15; @keyword CONT_COLOR 
     16; The color of the continent. defaut value is 
     17; (!d.n_colors - 1) < 255 => white 
    1718; 
    18 ;        CONT_COLOR: the color of the continent. defaut value is 
    19 ;        (!d.n_colors - 1) < 255 => white 
     19; @uses 
     20; common.pro 
    2021; 
    21 ; OUTPUTS: non 
     22; @history 
     23; Sebastien Masson (smasson@lodyc.jussieu.fr) 
     24;                      8/8/2002 
    2225; 
    23 ; COMMON BLOCKS: common.pro 
     26; @version 
     27; $Id$ 
    2428; 
    25 ; SIDE EFFECTS: 
    26 ; 
    27 ; RESTRICTIONS: 
    28 ; 
    29 ; EXAMPLE: 
    30 ; 
    31 ; MODIFICATION HISTORY:Sebastien Masson (smasson@lodyc.jussieu.fr) 
    32 ;                      8/8/2002 
    3329;- 
    3430;------------------------------------------------------------ 
     
    4541  if NOT keyword_set(coinmonte) AND NOT keyword_set(coindescend) then return 
    4642; 
    47   tempsun = systime(1)          ; pour key_performance 
     43  tempsun = systime(1)          ; For key_performance 
    4844; 
    4945  IF NOT keyword_set(cont_color) THEN cont_color = (!d.n_colors-1) <  255     
    5046;------------------------------------------------------------ 
    51 ; definition descoordonnees des points numerotes 1,2,3,4,5,6 cf. les 
    52 ; schemas en dessous! 
     47; definition of coordinates of points numbered 1,2,3,4,5,6 (see figures below) 
    5348;------------------------------------------------------------ 
    5449; 
     
    6459; 
    6560; 
    66 ; cas coin terre en montee: 
    67 ;      2 points terre en diagonale montante avec 2 points mer sur 
    68 ;      la diagonale descendante. 
     61; Case land corner in ascent: 
     62;      2 land points in diagonal ascending with 2 ocean points on the descendant diagonal. 
    6963; 
    7064;                     3     
     
    9690  endif 
    9791;------------------------------------------------------------ 
    98 ; cas coin terre en descendante.: 
    99 ;      2 points terre en diagonale descendante avec 2 points mer sur 
    100 ;      la diagonale montante 
     92; Case land corner in descent: 
     93;      2 land points in diagonal descending with 2 ocean points on the ascendant diagonal. 
    10194; 
    10295;                     4 
Note: See TracChangeset for help on using the changeset viewer.