Ignore:
Timestamp:
08/29/06 14:59:46 (18 years ago)
Author:
navarro
Message:

header improvements : type of parameters and keywords, default values, spell checking + idldoc assistant (IDL online_help)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/pltsc.pro

    r142 r163  
    11;+ 
     2; @file_comments 
     3; 
     4; 
     5; @categories 
     6; 
     7; 
     8; @param TAB1 
     9; 
     10; 
     11; @param TAB2 
     12; 
     13; 
     14; @param MIN1 
     15; 
     16; 
     17; @param MAX1 
     18; 
     19; 
     20; @param MIN2 
     21; 
     22; 
     23; @param MAX2 
     24; 
     25; 
     26; @param VARNAME2 
     27; 
     28; 
     29; @keyword BOXZOOM 
     30; Vector indicating the geographic zone on which we want to cut the map.  
     31;  If BOXZOOM has : 
     32; 1 element : The extraction is made on [lon1, lon2, lat1, lat2, 0.,boxzoom[0]] 
     33; 2 elements: The extraction is made on [lon1, lon2, lat1, lat2, boxzoom[0],boxzoom[1]] 
     34; 4 elements: The extraction is made on [Boxzoom, 0, max([gdept, gdepw])] 
     35; 5 elements: The extraction is made on [Boxzoom[0:3], 0, Boxzoom[4]] 
     36; 6 elements: The extraction is made on Boxzoom 
     37; 
     38; @keyword COL1D 
     39; 
     40; 
     41; @keyword STY1D 
     42; 
     43; 
     44; @keyword OV1D 
     45; 
     46; 
     47; @keyword _EXTRA 
     48; Used to pass your keywords 
     49; 
     50; @returns 
     51; 
     52; 
     53; @uses 
     54; 
     55; 
     56; @restrictions 
     57; 
     58; 
     59; @examples 
     60; 
     61; 
     62; @history 
     63; 
     64; 
     65; @version 
     66; $Id$ 
    267; 
    368; @todo seb 
    469; 
    570;- 
     71; 
    672PRO  pltsc,tab1,tab2, min1, max1, min2, max2, varname2, BOXZOOM = boxzoom, $ 
    773           COL1D=col1d,STY1D=sty1d,OV1D=ov1d, _extra = ex 
    8 ; 
    974; scatter plot (inspired from plt1d) 
    1075; 
Note: See TracChangeset for help on using the changeset viewer.