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/Grid/computegrid.pro

    r157 r163  
    6363; 
    6464; @keyword FULLCGRID activate to specify that you want to compute 
    65 ;       all the paremeters of a C grid. Computation of glam[uv], 
     65;       all the parameters of a C grid. Computation of glam[uv], 
    6666;       gphi[uv], e1[uvf], e2[uvf], [uv]maskred and fmaskred[xy] 
    6767;       will be add to the default computations 
     
    7676; @keyword MASK to specify the mask with a 2 or 3 dimension array 
    7777; 
    78 ; @keyword ONEARTH = 0 or 1 to force the manual definition of 
     78; @keyword ONEARTH {default= key_onearth=1} 
     79;       = 0 or 1 to force the manual definition of 
    7980;       key_onearth (to specify if the data are on earth -> use longitude 
    80 ;       /latitude etc...). By default, key_onearth = 1. 
     81;       /latitude etc...). 
    8182;       note that ONEARTH = 0 forces PERIODIC = 0, SHIFT = 0, 
    8283;       and is cancelling GLAMBOUNDARY 
    8384; 
    84 ; @keyword PERIODIC = 0 or 1 to force the manual definition of 
    85 ;       key_periodic. By default, key_periodic is automaticaly 
    86 ;       computed by using the first line of glamt. 
     85; @keyword PERIODIC {default=key_periodic is automatically computed by using the first line of glamt} 
     86;       = 0 or 1 to force the manual definition of key_periodic. 
    8787; 
    8888; @keyword PLAIN force PERIODIC = 0, SHIFT = 0, STRIDE = [1, 1, 1] and 
     
    9292; 
    9393; @keyword SHIFT = scalar to force the manual definition of key_shift. By 
    94 ;       default, key_shift is automaticaly computed according to 
     94;       default, key_shift is automatically computed according to 
    9595;       glamboundary (when defined) by using the FIRST LINE of glamt. if 
    9696;       key_periodic=0 then in any case key_shift = 0. 
    9797; 
    98 ; @keyword STRCALLING a string containing the calling command used to 
     98; @keyword STRCALLING {type=string} 
     99;       a string containing the calling command used to 
    99100;       call computegrid (this is used by xxx.pro) 
    100101; 
Note: See TracChangeset for help on using the changeset viewer.