Changeset 232


Ignore:
Timestamp:
03/20/07 17:59:36 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers

Location:
trunk/SRC
Files:
178 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Colors/lct.pro

    r231 r232  
    2525; 
    2626; @keyword _EXTRA 
    27 ; Used to pass keywords to <pro>loadct</pro> 
     27; Used to pass keywords to <proidl>loadct</proidl> 
    2828; 
    2929; @history 
  • trunk/SRC/Colors/newpalette.pro

    r231 r232  
    1919; 
    2020; @keyword _EXTRA 
    21 ; Used to pass keywords to <pro>modifyct</pro> 
     21; Used to pass keywords to <proidl>modifyct</proidl> 
    2222; 
    2323; @history  
  • trunk/SRC/Colors/xpal.pro

    r231 r232  
    1 ; XP_NEW_COLORS: Choose the best foreground and background colors for 
     1;+ 
     2; 
     3; @file_comments 
     4; Choose the best foreground and background colors for 
    25; the current color maps and set !P appropriately. 
    3 ;+ 
    46; 
    57; @returns 
    68; 1 if the colors changed, 0 otherwise. 
    7 ; @hidden 
     9r; 
     10; @hidden 
     11; 
    812;- 
    913; 
     
    683687  NO_BLOCK=(NOT(FLOAT(block))) 
    684688end 
    685  
  • trunk/SRC/Commons/cm_demomode.pro

    r231 r232  
    11;+ 
    2 ; @file_comments this common is use only when we are in demo mode (7 minutes test) 
     2; 
     3; @file_comments  
     4; this common is use only when we are in demo mode (7 minutes test) 
     5; 
     6; @version 
     7; $Id$ 
     8; 
    39;- 
    410; 
  • trunk/SRC/Computation/grad.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; compute the gradient of a variable 
  • trunk/SRC/Documentation/new_header.txt

    r163 r232  
    11;+ 
     2; 
    23; @file_comments 
    3 ; 
    44; 
    55; @categories 
    66; 
    7 ; 
    87; @param 
    9 ; 
    108; 
    119; @keyword 
    1210; 
    13 ; 
    1411; @returns 
    15 ; 
    1612; 
    1713; @uses 
    1814; 
    19 ; 
    2015; @restrictions 
    21 ; 
    2216; 
    2317; @examples 
    2418; 
    25 ; 
    2619; @history 
    27 ; 
    2820; 
    2921; @version 
    3022; $Id$ 
     23; 
    3124;- 
  • trunk/SRC/ForOldVersion/keep_compatibility.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34;   1) define key_forgetold = 1b - keyword_set(flag) 
  • trunk/SRC/ForOldVersion/updatenew.pro

    r122 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; common declaration 
  • trunk/SRC/ForOldVersion/updateold.pro

    r122 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; check that key_forgetold and keep_compatibility are well defined... 
  • trunk/SRC/Grid/changemsk.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; add land points on a 2D land-sea mask 
  • trunk/SRC/Grid/checkperio.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; check ORCA2 and ORCA05 periodicity (east-west and noth fold) for files related to the T GRID ONLY 
  • trunk/SRC/Grid/computegrid.pro

    r231 r232  
    247247                 , FULLCGRID = fullcgrid, XYINDEX = xyindex $ 
    248248                 , UBASE2TBASE = ubase2tbase, VBASE2TBASE = vbase2tbase, FBASE2TBASE = fbase2tbase $ 
    249                  , STRCALLING = strcalling, ROMSH = romsh, _extra = ex 
     249                 , STRCALLING = strcalling, ROMSH = romsh, _EXTRA = ex 
    250250; 
    251251  compile_opt idl2, strictarrsubs 
  • trunk/SRC/Grid/n80gaussian.pro

    r231 r232  
    11;+ 
    22; 
    3 ; @file_comments compute the latitudes of the n80 gaussian grid. See: 
     3; @file_comments  
     4; compute the latitudes of the n80 gaussian grid. See: 
    45; <a href="http://www.ecmwf.int/products/data/technical/gaussian/n80FIS.html">Gaussian 80</a> 
    56; 
  • trunk/SRC/Grid/ncdf_meshread.pro

    r231 r232  
    5050; 
    5151; @keyword STRCALLING {type=scalar string} 
    52 ;    the calling command used to call computegrid (this is used by <pro>xxx<pro>) 
     52;    the calling command used to call computegrid (this is used by <pro>xxx</pro>) 
    5353; 
    5454; @keyword STRIDE {default=[1, 1, 1]}{type=3 elements vector} 
  • trunk/SRC/Interpolation/angle.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; north stereographic polar projection 
  • trunk/SRC/Interpolation/clickincell.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; click on a map and find in which cell the click was 
     
    2728; 
    2829; @keyword _EXTRA 
    29 ; Used to pass extra keywords to <pro>inquad</pro> and <pro>plot</pro> 
     30; Used to pass extra keywords to <pro>inquad</pro> and  
     31; <proidl>plot</proidl> 
    3032; (when /drawcell) 
    3133; 
  • trunk/SRC/Interpolation/compute_fromirr_bilinear_weigaddr.pro

    r226 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; compute the weight and address needed to interpolate data from 
  • trunk/SRC/Interpolation/compute_fromreg_bilinear_weigaddr.pro

    r226 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; compute the weight and address needed to interpolate data from a 
  • trunk/SRC/Interpolation/extrapolate.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; extrapolate data (zinput) where maskinput eq 0 by filling step by 
  • trunk/SRC/Interpolation/extrapsmooth.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; similar to extrapolate but could to the job in a better way because the 
    45; extrapolated values are smoothed... takes more time than extrapolate. 
    5 ; extrapolate data where maskinput eq 0 by filling 
     6; extrapolate data where mskin eq 0 by filling 
    67; step by step the coastline points with the mean value of the 8 neighbourgs. 
    78; 
     
    1213; data to be extrapolate 
    1314; 
    14 ; @param maskinput {in}{required}{type=2d array or -1} 
     15; @param mskin {in}{required}{type=2d array or -1} 
    1516; a 2D array, the land-sea mask of the output data (1 on ocean, 0 on land) 
    1617; put -1 if input data are not masked 
  • trunk/SRC/Interpolation/inquad.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; to find if an (x,y) point is in a quadrilateral (x1,x2,x3,x4) 
     
    7273; 
    7374; On a sphere see 
    74 ; <pro>clickincell.pro</pro> ... 
     75; <pro>clickincell</pro> ... 
    7576; 
    7677; @history 
  • trunk/SRC/Interpolation/spl_keep_mean.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; 
  • trunk/SRC/Matrix/cmapply.pro

    r163 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; Utility function, adapted from CMPRODUCT 
     
    217218;   (OUT[i,j] is the median value of IN[i,j,*]) 
    218219; 
    219 ; @history Mar 1998, Written, CM 
     220; @history  
     221; Mar 1998, Written, CM 
    220222;   Changed usage message to not bomb, 24 Mar 2000, CM 
    221223;   Significant rewrite for *, MIN and MAX (inspired by Todd Clements 
     
    231233;  craigm\@lheamail.gsfc.nasa.gov 
    232234; 
    233 ; @version $Id$ 
     235; @version  
     236; $Id$ 
    234237; 
    235238;- 
  • trunk/SRC/Matrix/different.pro

    r231 r232  
    77; Calculation 
    88; 
    9 ; @param a {in}{required}  
     9; @param a {in}{required} 
    1010; arrays of positive integers, which need 
    1111;               not be sorted. Duplicate elements are ignored, as they have no 
    1212;               effect on the result 
    1313; 
    14 ; @param b {in}{required}  
     14; @param b {in}{required} 
    1515; see a 
    1616; 
     
    1818; tableau 
    1919; 
    20 ; @restrictions  
     20; @restrictions 
    2121; The empty set is denoted by an array with the first element equal to 
    2222; -1. 
    2323; 
    24 ; @restrictions  
     24; @restrictions 
    2525; These functions will not be efficient on sparse sets with wide 
    2626; ranges, as they trade memory for efficiency. The HISTOGRAM function 
     
    3535; 
    3636; @history 
    37 ;  http://www.dfanning.com/tips/set_operations.html 
     37; <a href="http://www.dfanning.com/tips/set_operations.html"/> 
    3838; 
    3939; @version 
  • trunk/SRC/Matrix/inter.pro

    r231 r232  
    11;+ 
    22; 
    3 ; @file_comments  
     3; @file_comments 
    44; calculate the intersection between 2 matrices of whole numbers 
    55; 
    6 ; @categories  
     6; @categories 
    77; Calculation 
    88; 
     
    2323; resulting set. 
    2424; 
    25 ; @examples  a = [2,4,6,8] 
    26 ;   b = [6,1,3,2] 
    27 ;   inter(a,b) = [ 2, 6]       ; Common elements  
     25; @examples 
     26; IDL> a = [2,4,6,8] 
     27; IDL> b = [6,1,3,2] 
     28; IDL> inter(a,b) = [ 2, 6]       ; Common elements 
    2829; 
    29 ; @history  http://www.dfanning.com/tips/set_operations.html 
     30; @history 
     31; <a href="http://www.dfanning.com/tips/set_operations.html"/> 
    3032; 
    31 ; @version $Id$ 
     33; @version 
     34; $Id$ 
    3235; 
    3336;- 
    3437; 
    3538FUNCTION inter, a, b 
    36 ; 
    3739; 
    3840  compile_opt idl2, strictarrsubs 
  • trunk/SRC/Matrix/make_selection.pro

    r231 r232  
    7575; be used commercially or sold as part of a larger package, 
    7676; please contact the author to arrange payment. 
    77 ; Bugs and comments should be directed to mgs@io.harvard.edu 
     77; Bugs and comments should be directed to mgs\@io.harvard.edu 
    7878; with subject "IDL routine make_selection" 
    7979; 
     
    8383;- 
    8484; 
    85 function make_selection,names,selnames,  $ 
     85FUNCTION make_selection,names,selnames,  $ 
    8686            only_valid=only_valid,required=required,  $ 
    8787            quiet=quiet 
  • trunk/SRC/Matrix/union.pro

    r231 r232  
    3131; 
    3232; @history 
    33 ; http://www.dfanning.com/tips/set_operations.html 
     33; <a href="http://www.dfanning.com/tips/set_operations.html"/> 
    3434; 
    3535; @version 
  • trunk/SRC/Obsolete/common.pro

    r231 r232  
    11;+ 
     2; 
    23; @obsolete 
    34; 
  • trunk/SRC/Obsolete/congridseb.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; 
  • trunk/SRC/Obsolete/cp.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; copy files 
     
    2122;- 
    2223; 
    23 PRO cp, filenamein, filenameout, _extra = ex 
     24PRO cp, filenamein, filenameout, _EXTRA = ex 
    2425; 
    2526  compile_opt idl2, strictarrsubs, obsolete 
  • trunk/SRC/Obsolete/ficdate.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; sets s_fichier to name of the vairmer file associated 
  • trunk/SRC/Obsolete/fictype.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; gives fictype ('DA' 'MO' 'AN' 'SE' 'EX') corresponding 
     
    1516; IDL> fictype = fictype(930124) 
    1617; 
    17 ; @history Jerome Vialard  (jv\@lodyc.jussieu.fr) 
     18; @history  
     19; Jerome Vialard  (jv\@lodyc.jussieu.fr) 
    1820; 2/7/98 
    1921; 
    20 ; @version $Id$ 
     22; @version  
     23; $Id$ 
    2124; 
    2225;- 
  • trunk/SRC/Obsolete/imprime.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; use printps instead... 
  • trunk/SRC/Obsolete/jourdsmois.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    3 ; used <pro>daysinmonth<pro> instead 
     4; used <pro>daysinmonth</pro> instead 
    45; 
    56; @obsolete 
  • trunk/SRC/Obsolete/juldate.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; gives julian date equivalent of a date in vairmer 
  • trunk/SRC/Obsolete/lec.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; lit les fichiers Vairmer en sort: 
  • trunk/SRC/Obsolete/ncdf_meshlec.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; use <pro>ncdf_meshread</pro> instead 
  • trunk/SRC/Obsolete/nlec.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; lit les fichiers Net-Cdf de l'experience TOTEM/ECMWF qui sont sur 
  • trunk/SRC/Obsolete/nlec5j.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; lit les fichiers Net-Cdf de l'experience TOTEM/ECMWF qui 
  • trunk/SRC/Obsolete/nlecan.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; lit les moyennes annuelles 
  • trunk/SRC/Obsolete/nlecsaison.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; lit les moyennes annuelles 
     
    4445; 
    4546; @restrictions 
    46 ; appele par <pro>nlec</.pro> 
     47; appele par <pro>nlec</pro> 
    4748; 
    4849; @history 
  • trunk/SRC/Obsolete/nlecserie.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; lit les series temporelles se rapportant a une variable 
  • trunk/SRC/Obsolete/strrepl.pro

    r231 r232  
    5555; be used commercially or sold as part of a larger package, 
    5656; please contact the author to arrange payment. 
    57 ; Bugs and comments should be directed to mgs@io.harvard.edu 
     57; Bugs and comments should be directed to mgs\@io.harvard.edu 
    5858; with subject "IDL routine strrepl" 
    5959; 
     
    6565;- 
    6666; 
    67 function strrepl,str,arg2,rchar 
     67FUNCTION strrepl,str,arg2,rchar 
    6868; 
    6969  compile_opt idl2, strictarrsubs, obsolete 
  • trunk/SRC/Obsolete/vraidate.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; donne la date en long 
  • trunk/SRC/Picture/image_viewer.pro

    r231 r232  
    77; been opened they can all be viewed in a very rapid fashion. 
    88; 
    9 ; @categories  
     9; @categories 
    1010; Visualization, Widget 
    1111; 
     
    2424; Windows format and does not support OS2 bitmaps. 
    2525; 
    26 ; @history  
     26; @history 
    2727; Written by: AEB, 1/02. 
    2828; 
     
    3333PRO image_viewer_open_files,event 
    3434;THIS PROCEDURE IS CALLED WHEN A USER SELECTS "File > Open Picture Files" FROM THE MAIN MENU 
     35; 
     36  compile_opt idl2, strictarrsubs 
     37; 
    3538;error handling: 
    36 ; 
    37   compile_opt idl2, strictarrsubs 
    38 ; 
    3939!ERROR_STATE.CODE=0 
    4040CATCH,error 
     
    108108WIDGET_CONTROL,statusBase,TIMER=0.01 
    109109END 
    110 ;********************************************************************************************* 
    111  
    112  
    113 ;********************************************************************************************* 
     110; 
    114111;+ 
     112; 
    115113; @param event {in}{required} 
     114; 
    116115;- 
     116; 
    117117PRO image_viewer_open_folder,event 
    118118;THIS PROCEDURE IS CALLED WHEN A USER SELECTS "File > Open All In Folder" FROM THE MAIN MENU 
    119 ;error handling: 
    120119; 
    121120  compile_opt idl2, strictarrsubs 
    122121; 
     122; error handling: 
    123123!ERROR_STATE.CODE=0 
    124124CATCH,error 
     
    193193WIDGET_CONTROL,statusBase,TIMER=0.01 
    194194END 
    195 ;********************************************************************************************* 
    196  
    197  
    198 ;********************************************************************************************* 
     195; 
    199196;+ 
     197; 
    200198; @param event {in}{required} 
     199; 
    201200;- 
     201; 
    202202PRO image_viewer_cancel,event 
     203; 
     204  compile_opt idl2, strictarrsubs 
     205; 
    203206;obtain state structure for top-level-base from its UVALUE: 
    204 ; 
    205   compile_opt idl2, strictarrsubs 
    206 ; 
    207207WIDGET_CONTROL,event.top,GET_UVALUE=pState 
    208208;shut-off timer: 
    209209(*pState).timer=0B 
    210210END 
    211 ;********************************************************************************************* 
    212  
    213  
    214 ;********************************************************************************************* 
     211; 
    215212;+ 
     213; 
    216214; @param event {in}{required} 
     215; 
    217216;- 
     217; 
    218218PRO image_viewer_timer,event 
     219; 
     220  compile_opt idl2, strictarrsubs 
     221; 
    219222;obtain state structure for top-level-base from its UVALUE: 
    220 ; 
    221   compile_opt idl2, strictarrsubs 
    222 ; 
    223223WIDGET_CONTROL,event.top,GET_UVALUE=pState 
    224224if (*pState).timer EQ 1 then begin ;continue processing files: 
     
    884884endelse 
    885885END 
    886 ;********************************************************************************************* 
    887  
    888  
    889 ;********************************************************************************************* 
     886; 
    890887;+ 
     888; 
    891889; @param event {in}{required} 
     890; 
    892891;- 
     892; 
    893893PRO image_viewer_exit,event 
     894; 
     895  compile_opt idl2, strictarrsubs 
     896; 
    894897;THIS PROCEDURE IS CALLED WHEN A USER SELECTS "File > Exit" FROM THE MAIN MENU 
    895898;terminate the program by destroying the top-level-base (widgetID always stored in event.top): 
    896 ; 
    897   compile_opt idl2, strictarrsubs 
    898 ; 
    899899WIDGET_CONTROL,event.top,/DESTROY 
    900900END 
    901 ;********************************************************************************************* 
    902  
    903  
    904 ;********************************************************************************************* 
     901; 
    905902;+ 
     903; 
    906904; @param event {in}{required} 
     905; 
    907906;- 
     907; 
    908908PRO image_viewer_help,event 
    909909;THIS PROCEDURE IS CALLED WHEN A USER SELECTS "Help > Help on IMAGE_VIEWER" 
    910910;FROM THE MAIN MENU 
     911; 
     912  compile_opt idl2, strictarrsubs 
     913; 
    911914;display a simple message: 
    912 ; 
    913   compile_opt idl2, strictarrsubs 
    914 ; 
    915915messageStr=['IMAGE_VIEWER written by AEB, 2002.','',$ 
    916916            'The purpose of this program is to provide an interactive tool that can be used',$ 
     
    921921dummy=DIALOG_MESSAGE(messageStr,/info) 
    922922END 
    923 ;********************************************************************************************* 
    924  
    925  
    926 ;********************************************************************************************* 
     923; 
    927924;+ 
     925; 
    928926; @param event {in}{required} 
     927; 
    929928;- 
     929; 
    930930PRO image_viewer_thumbs,event 
    931931;THIS PROCEDURE IS CALLED WHEN A USER CLICKS ON ONE OF THE THUMBNAIL PICTURES 
     932; 
     933  compile_opt idl2, strictarrsubs 
     934; 
    932935;error handling: 
    933 ; 
    934   compile_opt idl2, strictarrsubs 
    935 ; 
    936936!ERROR_STATE.CODE=0 
    937937CATCH,error 
     
    971971endif 
    972972END 
    973 ;********************************************************************************************* 
    974  
    975  
    976 ;********************************************************************************************* 
     973; 
    977974;+ 
     975; 
    978976; @param widgetID {in}{required} 
     977; 
    979978;- 
     979; 
    980980PRO image_viewer_cleanup,widgetID 
    981981;THIS PROCEDURE IS CALLED WHEN THE PROGRAM IS TERMINATED AND XMANAGER REGISTERS A CLEANUP: 
     982; 
     983  compile_opt idl2, strictarrsubs 
     984; 
    982985;obtain state structure for top-level-base from its uvalue: 
    983 ; 
    984   compile_opt idl2, strictarrsubs 
    985 ; 
    986986WIDGET_CONTROL,widgetID,GET_UVALUE=pState 
    987987;test for validity of state structure pointer: 
     
    10021002endif 
    10031003END 
    1004 ;********************************************************************************************* 
    1005  
    1006  
    1007 ;********************************************************************************************* 
     1004; 
    10081005;+ 
     1006; 
    10091007; @param event {in}{required} 
     1008; 
    10101009;- 
     1010; 
    10111011PRO image_viewer_event,event 
    10121012;THIS PROCEDURE IS CALLED WHEN A USER RESIZES THE TOP-LEVEL BASE 
     1013; 
     1014  compile_opt idl2, strictarrsubs 
     1015; 
    10131016;error handling: 
    1014 ; 
    1015   compile_opt idl2, strictarrsubs 
    1016 ; 
    10171017!ERROR_STATE.CODE=0 
    10181018CATCH,error 
     
    10281028WIDGET_CONTROL,event.top,XSIZE=(*pState).tlbWidth,YSIZE=(*pState).tlbHeight,XOFFSET=0,YOFFSET=0 
    10291029END 
    1030 ;********************************************************************************************* 
    1031  
    1032  
    1033 ;********************************************************************************************* 
     1030; 
     1031;+ 
     1032; 
     1033;- 
     1034; 
    10341035PRO image_viewer 
     1036; 
     1037  compile_opt idl2, strictarrsubs 
     1038; 
    10351039;error handling: 
    1036 ; 
    1037   compile_opt idl2, strictarrsubs 
    1038 ; 
    10391040!ERROR_STATE.CODE=0 
    10401041CATCH,error 
     
    11681169XMANAGER,'image_viewer',tlb,CLEANUP='image_viewer_cleanup' 
    11691170END 
    1170 ;********************************************************************************************* 
  • trunk/SRC/Picture/imdisp.pro

    r231 r232  
    5252; @hidden 
    5353;- 
     54; 
    5455FUNCTION imdisp_imscale, IMAGE, RANGE=RANGE, BOTTOM=BOTTOM, NCOLORS=NCOLORS, $ 
    5556  NEGATIVE=NEGATIVE 
     
    8283 
    8384END 
     85; 
    8486;+ 
    8587; @hidden 
    8688;- 
     89; 
    8790FUNCTION imdisp_imregrid, DATA, NX, NY, INTERP=INTERP 
    8891; 
     
    125128 
    126129END 
     130; 
    127131;+ 
     132; 
    128133; @hidden 
     134; 
    129135;- 
     136; 
    130137PRO imdisp_imsize, IMAGE, X0, Y0, XSIZE, YSIZE, ASPECT=ASPECT, $ 
    131138  POSITION=POSITION, MARGIN=MARGIN 
     
    185192 
    186193END 
    187 ;******************************************************************************* 
     194; 
    188195;+ 
    189196; 
     
    459466; @history 
    460467; Liam.Gumley\@ssec.wisc.edu 
    461 ; http://cimss.ssec.wisc.edu/~gumley 
     468; <a href="http://cimss.ssec.wisc.edu/~gumley"/> 
    462469; 
    463470; Copyright (C) 1999, 2000 Liam E. Gumley 
  • trunk/SRC/Picture/saveimage.pro

    r231 r232  
    7171; 
    7272; @history 
    73 ; Liam.Gumley@ssec.wisc.edu 
    74 ; http://cimss.ssec.wisc.edu/~gumley 
     73; Liam.Gumley\@ssec.wisc.edu 
     74; <a href="http://cimss.ssec.wisc.edu/~gumley/"/> 
    7575; 
    7676; This program is free software; you can redistribute it and/or 
  • trunk/SRC/Picture/showimage.pro

    r231 r232  
    3838; @history 
    3939; Liam.Gumley\@ssec.wisc.edu 
    40 ; http://cimss.ssec.wisc.edu/~gumley 
     40; <a href="http://cimss.ssec.wisc.edu/~gumley/"/> 
    4141; 
    4242; This program is free software; you can redistribute it and/or 
  • trunk/SRC/Postscript/closeps.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; Close the Postscript mode 
     
    910; 
    1011; @keyword INFOWIDGET {type=long integer} 
    11 ; id of the information widget (created by; <pro>OPENPS</pro>) 
     12; id of the information widget (created by <pro>OPENPS</pro>) 
    1213; that we have to destroy at the end of closeps (when the postscript is done). 
    1314; 
  • trunk/SRC/Postscript/openps.pro

    r231 r232  
    1010; @keyword FILENAME 
    1111; to define the name of the postscript file through a keyword rather than with 
    12 ; nameps input argument (in this case the keyword can be pass through 
     12; namepsin input argument (in this case the keyword can be pass through 
    1313; different routines via _EXTRA keyword). 
    1414; 
     
    3636; 
    3737; @keyword _EXTRA 
    38 ; Used to pass keywords to <pro>device<pro>. 
     38; Used to pass keywords to <proidl>device</proidl>. 
    3939; 
    4040; @uses  
     
    5555            , KEEPPFONT = keeppfont, KEEP_PFONT = keep_pfont $ 
    5656            , PORTRAIT = portrait, LANDSCAPE = landscape $ 
    57             , LIGHTNESS = Lightness,_extra = ex 
     57            , LIGHTNESS = Lightness,_EXTRA = ex 
    5858; 
    5959; 
     
    123123           , LANDSCAPE = 1 - key_portrait, PORTRAIT = key_portrait $ 
    124124           , xsize = xs, ysize = ys, xoffset = xoff, yoffset = yoff $ 
    125            , bits_per_pixel = 8, language_level = 2, _extra = ex 
     125           , bits_per_pixel = 8, language_level = 2, _EXTRA = ex 
    126126; to make smaller postcripts 
    127127   IF NOT (keyword_set(keeppfont) OR keyword_set(keep_pfont)) $ 
  • trunk/SRC/ReadWrite/ncdf_getaxis.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; get the x/y dimension Id and x/y axes from a netcdf file 
     
    6263                  , XAXISNAME = xaxisname, YAXISNAME = yaxisname $ 
    6364                  , XDIMNAME = xdimname, YDIMNAME = ydimname $ 
    64                   , XYINDEX = xyindex, START1 = start1, ROMSGRID = romsgrid, _extra = ex 
     65                  , XYINDEX = xyindex, START1 = start1, ROMSGRID = romsgrid, _EXTRA = ex 
    6566; 
    6667  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ReadWrite/ncdf_timeget.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; get the time axis from a netcdf_file and transforms it in 
  • trunk/SRC/ReadWrite/read_grads.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; reading grads file (except "data type station" or "grib") 
  • trunk/SRC/ReadWrite/read_oasis.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; read the f77 unformatted files used in Oasis (version < 2.5) 
  • trunk/SRC/ReadWrite/readbat.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; reading the bathymetry ASCII file of OPA 
  • trunk/SRC/ReadWrite/readoldopadistcoast.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; read the old binary direct access file that contains the 
  • trunk/SRC/ReadWrite/scanctl.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    3 ; GLAMBOUNDARY 2 elements vector, {lon1,lon2], the longitude 
     4; GLAMBOUNDARY 2 elements vector, [lon1,lon2], the longitude 
    45; boundaries that should be used to visualize the data. 
    56;  lon2 > lon1 
     
    78; key_shift will be defined according to GLAMBOUNDARY. 
    89; 
    9 ; @version $Id$ 
     10; @param filename 
     11; 
     12; @param filesname 
     13; 
     14; @param jpt1file 
     15; 
     16; @param varsname 
     17; 
     18; @param varslev 
     19; 
     20; @param swapbytes 
     21; 
     22; @param bigendian 
     23; 
     24; @param littleendian 
     25; 
     26; @param f77sequential 
     27; 
     28; @param fileheader 
     29; 
     30; @param theader 
     31; 
     32; @param xyheader 
     33; 
     34; @keyword VARFMT  
     35; 
     36; @keyword _EXTRA 
     37; 
     38; @version  
     39; $Id$ 
     40; 
    1041;- 
    1142; 
     
    448479   return 
    449480end 
    450 ; 
    451 ; 
    452  
  • trunk/SRC/ReadWrite/scanoasis.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; scan an Oasis file (version < 2.5) 
  • trunk/SRC/Tests/tst_basic.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; figure 1: basics plots 
  • trunk/SRC/Tests/tst_initlev.pro

    r231 r232  
    11;+ 
     2; 
    23; @history 
    34; Sebastien Masson 
  • trunk/SRC/Tests/tst_initlev_index.pro

    r231 r232  
    11;+ 
     2; 
    23; @history 
    34; Sebastien Masson 
  • trunk/SRC/Tests/tst_initlev_index_stride.pro

    r231 r232  
    11;+ 
     2; 
    23; @history 
    34; Sebastien Masson 
  • trunk/SRC/Tests/tst_initlev_stride.pro

    r231 r232  
    11;+ 
     2; 
    23; @history 
    34; Sebastien Masson 
  • trunk/SRC/Tests/tst_initorca05.pro

    r231 r232  
    11;+ 
     2; 
    23; @history 
    34; Sebastien Masson 
  • trunk/SRC/Tests/tst_initorca05_index.pro

    r131 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; definition of the domain on ORCA2 but with i/j index instead of 
  • trunk/SRC/Tests/tst_initorca05_index_stride.pro

    r131 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; definition of the domain on ORCA2 but with i/j index instead of 
  • trunk/SRC/Tests/tst_initorca05_short.pro

    r231 r232  
    11;+ 
     2; 
    23; @history 
    34; Sebastien Masson 
  • trunk/SRC/Tests/tst_initorca05_short_stride.pro

    r231 r232  
    11;+ 
     2; 
    23; @history 
    34; Sebastien Masson 
  • trunk/SRC/Tests/tst_initorca05_stride.pro

    r131 r232  
    11;+ 
     2; 
    23; @history 
    34; Sebastien Masson 
  • trunk/SRC/Tests/tst_initorca2.pro

    r131 r232  
    11;+ 
     2; 
    23; @history 
    34; Sebastien Masson 
  • trunk/SRC/Tests/tst_initorca2_index.pro

    r131 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; definition of the domain on ORCA2 but with i/j index instead of 
  • trunk/SRC/Tests/tst_initorca2_short.pro

    r231 r232  
    11;+ 
     2; 
    23; @history 
    34; Sebastien Masson 
  • trunk/SRC/Tests/tst_initorca2_short_stride.pro

    r231 r232  
    11;+ 
     2; 
    23; @history 
    34; Sebastien Masson 
  • trunk/SRC/Tests/tst_initorca2_stride.pro

    r131 r232  
    11;+ 
     2; 
    23; @history 
    34; Sebastien Masson 
  • trunk/SRC/Tests/tst_plt.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; 
    4 ; 
    55; @categories 
    6 ;  
    76;  
    87; @keyword IMAGE 
  • trunk/SRC/Tests/tst_pltt.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; 
    4 ; 
    55; @categories 
    6 ; 
    76; 
    87; @keyword IMAGE 
  • trunk/SRC/Tests/tst_pltz.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; 
    4 ; 
    55; @categories 
    6 ; 
    76; 
    87; @keyword IMAGE 
  • trunk/SRC/Textoidl/matchdelim.pro

    r163 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; Match open/close delimiters in a string. 
  • trunk/SRC/Textoidl/translate_sub_super.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; Return the proper IDL font positioning command for TeX 
  • trunk/SRC/ToBeReviewed/CALCULS/depth2level.pro

    r231 r232  
    4343; 
    4444FUNCTION depth2level, tab, LOWER = lower, UPPER = upper, CLOSER = closer $ 
    45                       , NOMASK = nomask, _extra = ex 
     45                      , NOMASK = nomask, _EXTRA = ex 
    4646; 
    4747  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/CALCULS/depth2mask.pro

    r231 r232  
    2828; 
    2929;- 
    30 FUNCTION depth2mask, tab, _extra = ex 
     30; 
     31FUNCTION depth2mask, tab, _EXTRA = ex 
    3132; 
    3233  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/CALCULS/floatlevel2depth.pro

    r231 r232  
    22; 
    33; @file_comments 
    4 ; Rather comparable to <pro>level2depth<pro>. 
     4; Rather comparable to <pro>level2depth</pro>. 
    55; It is the invert function of <pro>depth2floatlevel</pro>. 
    66; 
  • trunk/SRC/ToBeReviewed/CALCULS/grossemoyenne.pro

    r231 r232  
    7878;- 
    7979; 
    80 function grossemoyenne, tab, direc, BOXZOOM = boxzoom, INTEGRATION = integration $ 
     80FUNCTION grossemoyenne, tab, direc, BOXZOOM = boxzoom, INTEGRATION = integration $ 
    8181                        , NAN = nan, NODOMDEF = nodomdef, WDEPTH = wdepth $ 
    8282                        , SPATIALFIRST = spatialfirst, TEMPORALFIRST = temporalfirst $ 
    83                         , _extra = ex 
    84 ;--------------------------------------------------------- 
     83                        , _EXTRA = ex 
    8584; 
    8685  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/CALCULS/moyenne.pro

    r231 r232  
    6565;- 
    6666; 
    67 function moyenne, tab, direc, BOXZOOM = boxzoom, INTEGRATION = integration $ 
     67FUNCTION moyenne, tab, direc, BOXZOOM = boxzoom, INTEGRATION = integration $ 
    6868                  , NAN = nan, NODOMDEF = nodomdef, WDEPTH = wdepth $ 
    69                   , _extra = ex 
    70 ;--------------------------------------------------------- 
     69                  , _EXTRA = ex 
    7170; 
    7271  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/CALCULS/norme.pro

    r231 r232  
    6363;- 
    6464; 
    65 FUNCTION norme, composanteu, composantev, BOXZOOM = boxzoom, DIREC = direc, _extra = ex 
     65FUNCTION norme, composanteu, composantev, BOXZOOM = boxzoom, DIREC = direc, _EXTRA = ex 
    6666; 
    6767  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/CALCULS/remplit.pro

    r231 r232  
    5454;- 
    5555; 
    56 FUNCTION remplit, zinput, NAN = nan, NITER = niter, BASIQUE = basique, mask = mask, FILLXDIR = fillxdir, FILLYDIR = fillydir, FILLVAL = fillval, _extra = ex 
     56FUNCTION remplit, zinput, NAN = nan, NITER = niter, BASIQUE = basique, mask = mask, FILLXDIR = fillxdir, FILLYDIR = fillydir, FILLVAL = fillval, _EXTRA = ex 
    5757; 
    5858  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/CALENDRIER/def_month.pro

    r163 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; 
  • trunk/SRC/ToBeReviewed/GRILLE/changegrid.pro

    r231 r232  
    1 ; + 
     1;+ 
     2; 
    23; @file_comments 
    34; 
     
    2425;- 
    2526; 
    26 function changegrid, newgrid 
     27FUNCTION changegrid, newgrid 
    2728; 
    2829  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/GRILLE/cmpgrid.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; 
  • trunk/SRC/ToBeReviewed/GRILLE/decoupeterre.pro

    r231 r232  
    6161;- 
    6262; 
    63 PRO decoupeterre, mask, glam, gphi, gdep, TYPE = type, TRI = tri, INDICEZOOM = indicezoom, COINMONTE = coinmonte, COINDESCEND = coindescend, WDEPTH = wdepth, REALSECTION = realsection, USETRI = usetri, _extra = ex 
     63PRO decoupeterre, mask, glam, gphi, gdep, TYPE = type, TRI = tri, INDICEZOOM = indicezoom, COINMONTE = coinmonte, COINDESCEND = coindescend, WDEPTH = wdepth, REALSECTION = realsection, USETRI = usetri, _EXTRA = ex 
    6464; 
    6565  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/GRILLE/domdef.pro

    r231 r232  
    9191            , XINDEX = xindex, YINDEX = yindex, ZINDEX = zindex $ 
    9292            , ENDPOINTS = endpoints, TYPE = type $ 
    93             , INDEX = index, _extra = ex 
     93            , INDEX = index, _EXTRA = ex 
    9494; 
    9595  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/GRILLE/grille.pro

    r231 r232  
    55; vargrid and send back corresponding parameters calculated in 
    66; <pro>domdef</pro> and reduced at the domain defined by 
    7 ; <pro>domdef</pro> (contrarily to <pro>grandegrille</pro>) 
     7; <pro>domdef</pro> (contrarily to  
     8; <pro>grandegrille</pro>) 
    89; BEWARE!! The choice of the grid is made from the value of the 
    910; global variable vargrid, which can be equal to 'T', 'U', 'V', 'W' ou 'F'. 
     
    3031; Useful only when TRI is activated. In this case, grill send back -1 in the 
    3132; variable tri even if the variable of the common triangles_list is defined 
    32 ; and different of-1 
     33; and different of -1 
    3334; 
    3435; @keyword _EXTRA 
  • trunk/SRC/ToBeReviewed/GRILLE/tracegrille.pro

    r231 r232  
    5858PRO tracegrille, glamin, gphiin, OCEAN = ocean, EARTH = earth $ 
    5959                 , XSTRIDE = xstride, YSTRIDE = ystride, RMOUT = rmout $ 
    60                  , _extra = extra 
     60                 , _EXTRA = extra 
    6161; 
    6262  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/HOPE/completetype.pro

    r163 r232  
    11;+ 
     2; 
    23; @file_comments 
    3 ; 
    44; 
    55; @categories 
    66; 
    7 ; 
    87; @param TYPEIN 
    9 ; 
    108; 
    119; @returns 
    1210; 
    13 ; 
    1411; @uses 
    15 ; 
    1612; 
    1713; @restrictions 
    1814; 
    19 ; 
    2015; @examples 
    2116; 
    22 ; 
    2317; @history 
    24 ; 
    2518; 
    2619; @version 
     
    3023; 
    3124;- 
     25; 
    3226function completetype, typein 
    3327; 
  • trunk/SRC/ToBeReviewed/HOPE/createhopestruct.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    3 ; 
    44; 
    55; @categories 
    66; 
    7 ; 
    87; @param EVENT 
    9 ; 
    108; 
    119; @returns 
    1210; 
    13 ; 
    1411; @uses 
    15 ; 
    1612; 
    1713; @restrictions 
    1814; 
    19 ; 
    2015; @examples 
    2116; 
    22 ; 
    2317; @history 
    24 ; 
    2518; 
    2619; @version 
  • trunk/SRC/ToBeReviewed/HOPE/cw_selectinterval.pro

    r231 r232  
    157157;- 
    158158; 
    159 function cw_selectinterval, parent, vecteur, _extra = ex 
     159FUNCTION cw_selectinterval, parent, vecteur, _EXTRA = ex 
    160160; 
    161161  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/HOPE/read_hope.pro

    r231 r232  
    317317;- 
    318318; 
    319 FUNCTION read_hope, typein, varnamein, FILENAME = filename, XLIMITS = xlimits, YLIMITS = ylimits,  ZLIMITS = zlimits, TLIMITS = tlimits, ODDPT = oddpt, ODDEVENPT = oddevenpt, EVENPT = evenpt, _extra = ex 
     319FUNCTION read_hope, typein, varnamein, FILENAME = filename, XLIMITS = xlimits, YLIMITS = ylimits,  ZLIMITS = zlimits, TLIMITS = tlimits, ODDPT = oddpt, ODDEVENPT = oddevenpt, EVENPT = evenpt, _EXTRA = ex 
    320320; 
    321321  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/HOPE/xrh.pro

    r231 r232  
    2626;- 
    2727; 
    28 PRO xrh, _extra = ex 
     28PRO xrh, _EXTRA = ex 
    2929; 
    3030  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/INIT/initncdf.pro

    r231 r232  
    5252; 
    5353; @keyword _EXTRA 
    54 ; Used to pass keywords to <pro>computegrid</pro> and <pro>ncdf_getaxis</pro> 
     54; Used to pass keywords to <pro>computegrid</pro> and  
     55; <pro>ncdf_getaxis</pro> 
    5556; 
    5657; @uses 
  • trunk/SRC/ToBeReviewed/LECTURE/GRIB/read_grib.pro

    r163 r232  
    11;+ 
    2 ; @file_comments  
    3 ;  
    4 ;  
     2; @file_comments 
     3; 
    54; @categories 
    6 ;  
    7 ;  
    8 ; @param VARCODE  
    95; 
     6; @param VARCODE 
    107; 
    118; @param DATE1 {in}{optional} 
     
    1411; @param DATE2 {in}{optional} 
    1512; Last date. Optional, if not specified date2=date1 
    16 ;  
     13; 
    1714; @keyword FILE{type=array or string} 
    1815; A single filename or an array of filenames to be retrieved. 
    19 ;  
     16; 
    2017; @returns 
    21 ;  
    22 ;  
     18; 
    2319; @restrictions 
    24 ;  
    25 ;  
     20; 
    2621; @examples 
    2722; 
    28 ; 
    2923; @history 
    30 ;  
    3124; 
    3225; @version 
    3326; $Id$ 
     27; 
    3428;- 
    35 function read_grib, varcode, date1, date2, file = file 
     29; 
     30FUNCTION read_grib, varcode, date1, date2, file = file 
    3631; 
    3732  compile_opt idl2, strictarrsubs 
     
    10297    CASE grib_gds.gridtype OF 
    10398; Latitude/Longitude Grid 
    104       0:BEGIN  
     99      0:BEGIN 
    105100        computegrid, grib_gds.lo1, grib_gds.la1, grib_gds.di, -grib_gds.dj $ 
    106101          , grib_gds.ni, grib_gds.nj 
     
    159154       gridtype EQ 2: 
    160155; Lambert Conformal, secant or tangent, conical or bipolar (normal or 
    161 ; oblique) Projection Grid   
     156; oblique) Projection Grid 
    162157       gridtype EQ 3: 
    163158; Polar Stereographic Projection Grid 
  • trunk/SRC/ToBeReviewed/LECTURE/changeread.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; 
  • trunk/SRC/ToBeReviewed/LECTURE/ncdf_lec.pro

    r231 r232  
    2727; @keyword _EXTRA 
    2828; Used to pass keywords defined by IDL to functions NETCDF (especially OFFSET 
    29 ; and COUNT in <pro>ncdf_varget</pro>) 
     29; and COUNT in <proidl>ncdf_varget</proidl>) 
    3030; 
    3131; @returns 
     
    4545;- 
    4646; 
    47 FUNCTION ncdf_lec,nom,ATT=att,DIM=dim,VAR=var, IODIR = iodir, _extra = ex 
     47FUNCTION ncdf_lec,nom,ATT=att,DIM=dim,VAR=var, IODIR = iodir, _EXTRA = ex 
    4848; 
    4949  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/bar_plot.pro

    r230 r232  
    131131; 
    132132;- 
    133 pro bar_plot,values,baselines=baselines,colors=colors,barnames=barnames, $ 
     133; 
     134PRO bar_plot,values,baselines=baselines,colors=colors,barnames=barnames, $ 
    134135          title=title,xtitle=xtitle,ytitle=ytitle,baserange=baserange, $ 
    135136          barwidth=barwidth,barspace=barspace,baroffset=baroffset, $ 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/plt.pro

    r231 r232  
    195195         , USETRI = usetri, NOTRI = notri, MASKFILL = maskfill $ 
    196196         , DUPLICATE = duplicate, STRICTFILL = strictfill, OVERPLOT = overplot $ 
    197          , DECIMATETRI = decimatetri,  LABMAP = labmap, _extra = ex 
     197         , DECIMATETRI = decimatetri,  LABMAP = labmap, _EXTRA = ex 
    198198; 
    199199  compile_opt idl2, strictarrsubs 
     
    590590  return 
    591591end 
    592  
    593  
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/plt1d.pro

    r231 r232  
    108108           , COL1D = col1d, STY1D = sty1d, OV1D = ov1d, X = x, Y = y, Z = z, TT = tt $ 
    109109           , REVERSE_X = reverse_x, REVERSE_Y = reverse_y, SWITCHXY = switchxy $ 
    110            , _extra = ex 
    111 ;--------------------------------------------------------- 
    112 ; include common 
     110           , _EXTRA = ex 
    113111; 
    114112  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/pltsc.pro

    r231 r232  
    5454; 
    5555PRO  pltsc,tab1,tab2, min1, max1, min2, max2, varname2, BOXZOOM = boxzoom, $ 
    56            COL1D=col1d,STY1D=sty1d,OV1D=ov1d, _extra = ex 
     56           COL1D=col1d,STY1D=sty1d,OV1D=ov1d, _EXTRA = ex 
    5757; scatter plot (inspired from plt1d) 
    5858; 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/pltt.pro

    r231 r232  
    189189;- 
    190190; 
    191 pro pltt,tab,giventype,givenmin,givenmax,datmin,datmax,BOXZOOM = boxzoom, CONTOUR=contour $ 
     191PRO pltt,tab,giventype,givenmin,givenmax,datmin,datmax,BOXZOOM = boxzoom, CONTOUR=contour $ 
    192192         ,ENDPOINTS=endpoints,INTERVALLE=intervalle,INV=inv  $ 
    193193         ,CONTINTERVALLE=contintervalle,LABEL=label,CONTLABEL=contlabel $ 
     
    199199         , TT = tt, STRICTFILL = strictfill, OVERPLOT = overplot $ 
    200200         , EXCHANGE_XY = exchange_xy $ 
    201          , _extra = ex 
     201         , _EXTRA = ex 
    202202; 
    203203  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/sbar_plot.pro

    r231 r232  
    4444;- 
    4545; 
    46 PRO sbar_plot, Values, COLORS = colors, NOREINITPLT = noreinitplt, _extra = ex 
     46PRO sbar_plot, Values, COLORS = colors, NOREINITPLT = noreinitplt, _EXTRA = ex 
    4747; 
    4848  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/tvplus.pro

    r231 r232  
    6262; 
    6363; @keyword _EXTRA 
    64 ; Used to pass keywords to <pro>TV</pro>, <pro>PLOT</pro>, <pro>COLORBAR</pro> 
     64; Used to pass keywords to <proidl>TV</proidl>,  
     65; <proidl>PLOT</proidl>,  
     66; <pro>COLORBAR</pro> 
    6567; 
    6668; @restrictions 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/axis4pltz.pro

    r231 r232  
    4545;- 
    4646; 
    47 PRO axis4pltz, type, mask, glam, gphi, z, XXAXIS = xxaxis, ZZAXIS = zzaxis, SIN = sin, ZRATIO = zratio, ZOOM = zoom, PROFMAX = profmax, PROFMIN = profmin, _extra = ex 
     47PRO axis4pltz, type, mask, glam, gphi, z, XXAXIS = xxaxis, ZZAXIS = zzaxis, SIN = sin, ZRATIO = zratio, ZOOM = zoom, PROFMAX = profmax, PROFMIN = profmin, _EXTRA = ex 
    4848; 
    4949  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/barrecouleur.pro

    r231 r232  
    5050; 
    5151; @restrictions 
    52 ; pass all argument we want thanks to _extra 
     52; pass all arguments we want thanks to _EXTRA 
    5353; 
    5454; @history 
     
    6767                  , NOFILL = nofill, COLOR_c = color_c $ 
    6868                  , MIN = min, MAX = max, divisions = divisions $ 
    69                   , CB_SUBTITLE = cb_subtitle, POST = post, _extra = ex 
     69                  , CB_SUBTITLE = cb_subtitle, POST = post, _EXTRA = ex 
    7070; 
    7171  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/checkfield.pro

    r231 r232  
    4949; A string of two characters specifying the type of plot we do 
    5050; 
    51 ; @param SZ {in}{optional}{default=defined by <pro>grille<pro>} 
     51; @param SZ {in}{optional}{default=defined by <pro>grille</pro>} 
    5252; 
    5353; @param NX {in}{optional}{default=defined by <pro>grille</pro>} 
     
    452452                       , NAN = nan, /NODOMDEF, WDEPTH = wdepth, _extra = ex) 
    453453  ENDIF 
    454 ;-------------------------------------------------------------- 
    455 ;-------------------------------------------------------------- 
    456 ;-------------------------------------------------------------- 
    457 ;-------------------------------------------------------------- 
    458454  RETURN, arr 
    459455END 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/checktypeminmax.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; 
     
    6364                     , TT = tt, XX = xx, YY = yy, ZZ = zz $ 
    6465                     , XINDEX = xindex, YINDEX = yindex $ 
    65                      , ENDPOINTS = endpoints, _extra = ex 
     66                     , ENDPOINTS = endpoints, _EXTRA = ex 
    6667; 
    6768  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/determineminmax.pro

    r231 r232  
    5252;- 
    5353; 
    54 PRO determineminmax, tab, mask, vraimin, vraimax, glam, gphi, MAXIN = maxin, MININ = minin, INTERVALLE = intervalle, usetri = usetri, ZEROMIDDLE = zeromiddle, _extra = ex 
     54PRO determineminmax, tab, mask, vraimin, vraimax, glam, gphi, MAXIN = maxin, MININ = minin, INTERVALLE = intervalle, usetri = usetri, ZEROMIDDLE = zeromiddle, _EXTRA = ex 
    5555; 
    5656  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/givewindowsize.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/placecolor.pro

    r231 r232  
    3232;- 
    3333; 
    34 pro placecolor, pos, _extra = ex 
     34PRO placecolor, pos, _EXTRA = ex 
    3535; 
    3636  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/placedessin.pro

    r231 r232  
    129129                 , REMPLI = REMPLI, POST = post, WINDOW = window $ 
    130130                 , ENDPOINTS = endpoints, TYPE = type, BASICMARGES = basicmarges $ 
    131                  , NOERASE = noerase, LCT = lct, DIREC = direc, CB_TITLE = cb_title, _extra = ex 
     131                 , NOERASE = noerase, LCT = lct, DIREC = direc, CB_TITLE = cb_title, _EXTRA = ex 
    132132; 
    133133  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/terminedessin.pro

    r231 r232  
    4040;- 
    4141; 
    42 PRO terminedessin, POST = post, SMALL = small, _extra = ex 
     42PRO terminedessin, POST = post, SMALL = small, _EXTRA = ex 
    4343; 
    4444  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/VECTEUR/vecteur.pro

    r231 r232  
    33; @file_comments 
    44; 
    5 ; 
    65; @categories 
    7 ; 
    86; 
    97; @param ANGLE 
     
    2018; $Id$ 
    2119;- 
     20; 
    2221FUNCTION cv_cm2normal, angle 
    2322; 
     
    9089   ENDELSE 
    9190END 
    92 ;------------------------------------------------------------ 
    93 ;------------------------------------------------------------ 
    94 ;------------------------------------------------------------ 
     91; 
    9592;+ 
    9693; 
     
    172169; 
    173170;- 
    174 ;------------------------------------------------------------ 
    175 ;------------------------------------------------------------ 
    176 ;------------------------------------------------------------ 
    177171PRO vecteur, composanteu, composantev, normevecteur, indice2d, reduitindice2d $ 
    178172             , CMREF = cmref, MISSING = missing, NORMEREF = normeref $ 
    179173             , VECTCOLOR = vectcolor, VECTTHICK = vectthick, VECTREFPOS = vectrefpos $ 
    180              , VECTREFFORMAT = vectrefformat, NOVECTREF = novectref, _extra = extra 
     174             , VECTREFFORMAT = vectrefformat, NOVECTREF = novectref, _EXTRA = extra 
    181175; 
    182176  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/plotsym.pro

    r231 r232  
    2929; 
    3030; @keyword _EXTRA 
    31 ; Used to pass keywords to <pro>usersym</pro>. 
     31; Used to pass keywords to <proidl>usersym</proidl>. 
    3232; These are thick, color and fill. 
    3333; 
     
    4848FUNCTION plotsym, circle=circle, triangle=triangle, diamond=diamond, $ 
    4949                  angle=angle, box=box, line=line, scale=scale, $ 
    50                   _extra=extra 
     50                  _EXTRA=extra 
    5151; 
    5252  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/POSTSCRIPT/calibre.pro

    r231 r232  
    8080PRO calibre, rapportyx, marge, margebar, smalldraw, posfenetre, posbar $ 
    8181             , REMPLI = rempli, YXASPECT = yxaspect, PORTRAIT = portrait $ 
    82              , LANDSCAPE = lanscape, _extra = ex 
     82             , LANDSCAPE = lanscape, _EXTRA = ex 
    8383; 
    8484  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/POSTSCRIPT/ps.pro

    r229 r232  
    1 ;------------------------------------------------------------ 
    2 ;------------------------------------------------------------ 
    3 ;------------------------------------------------------------ 
    41;+ 
    52; @file_comments 
     
    2219;                       5/3/1999 
    2320;- 
    24 ;------------------------------------------------------------ 
    25 ;------------------------------------------------------------ 
    26 ;------------------------------------------------------------ 
    2721;------------------------------------------------------------ 
    2822; We have to close the journal! 
  • trunk/SRC/ToBeReviewed/STATISTICS/a_timecorrelate.pro

    r163 r232  
    11;+ 
     2; 
    23; @file_comments 
    34;  
  • trunk/SRC/ToBeReviewed/STATISTICS/c_timecorrelate.pro

    r226 r232  
    11;+ 
     2; 
    23; @file_comments 
    3 ; 
    44; 
    55; @categories 
  • trunk/SRC/ToBeReviewed/STRING/chkeywd.pro

    r163 r232  
    1 ;------------------------------------------------------------ 
    2 ;------------------------------------------------------------ 
    3 ;------------------------------------------------------------ 
    41;+ 
    52; 
     
    8077; 
    8178;- 
    82 ;------------------------------------------------------------ 
    83 ;------------------------------------------------------------ 
    84 ;------------------------------------------------------------ 
     79; 
    8580FUNCTION chkeywd, stringin, keywdname, keywdvalue, SEPARATOR = separator, AFTER = after 
    8681; 
  • trunk/SRC/ToBeReviewed/STRING/delchr.pro

    r163 r232  
    1 ;------------------------------------------------------------- 
    21;+ 
    32; 
     
    3433; 
    3534;- 
    36 ;------------------------------------------------------------- 
    37   
     35;  
    3836        FUNCTION delchr, OLD, C, help=hlp 
    3937; 
  • trunk/SRC/ToBeReviewed/STRING/getfile.pro

    r226 r232  
    1 ;------------------------------------------------------------- 
    21;+ 
    32; 
     
    5150; 
    5251;- 
    53 ;------------------------------------------------------------- 
    54  
     52; 
    5553        function getfile, filein, error=err, help=hlp, quiet=quiet, lines=lines, find = find 
    5654; 
  • trunk/SRC/ToBeReviewed/STRING/getwrd.pro

    r230 r232  
    1 ;------------------------------------------------------------- 
    21;+ 
    32; 
     
    7271; 
    7372;- 
    74 ;------------------------------------------------------------- 
    75  
     73; 
    7674 
    7775        FUNCTION getwrd, TXTSTR, NTH, MTH, help=hlp, location=ll,$ 
  • trunk/SRC/ToBeReviewed/STRING/isnumber.pro

    r142 r232  
    1 ;------------------------------------------------------------- 
    21;+ 
    32; 
     
    4039; 
    4140;- 
    42 ;------------------------------------------------------------- 
    43   
     41;  
    4442        function isnumber, txt0, x, help=hlp 
    4543; 
  • trunk/SRC/ToBeReviewed/STRING/nwrds.pro

    r142 r232  
    1 ;------------------------------------------------------------- 
    21;+ 
    32; 
     
    3635; 
    3736;- 
    38 ;------------------------------------------------------------- 
    39   
     37;  
    4038  
    4139        function nwrds,txtstr, help=hlp, delimiter=delim 
  • trunk/SRC/ToBeReviewed/STRING/putfile.pro

    r163 r232  
    1 ;------------------------------------------------------------- 
    21;+ 
    32; 
     
    3029; 
    3130;- 
    32 ;------------------------------------------------------------- 
    33   
     31;  
    3432        pro putfile, file, s, error=err, help=hlp 
    3533; 
  • trunk/SRC/ToBeReviewed/STRING/string2struct.pro

    r231 r232  
    2222;- 
    2323; 
    24 FUNCTION too_cool,_extra=extra 
     24FUNCTION too_cool,_EXTRA=extra 
    2525; 
    2626  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/STRING/strright.pro

    r163 r232  
    1 ;------------------------------------------------------------- 
    21;+ 
    32; 
     
    3837; Bugs and comments should be directed to mgs@io.harvard.edu 
    3938; with subject "IDL routine strright" 
    40 ;------------------------------------------------------------- 
    41  
    42  
     39; 
    4340function strright,s,lastn 
    4441; 
  • trunk/SRC/ToBeReviewed/STRING/strsci.pro

    r163 r232  
    1 ;------------------------------------------------------------- 
    21;+ 
    32; 
     
    9392; Bugs and comments should be directed to bmy@io.harvard.edu 
    9493; or mgs@io.harvard.edu with subject "IDL routine strsci" 
    95 ;------------------------------------------------------------- 
    96  
    97  
     94; 
    9895function strsci, Data, Format=Format, POT_Only=POT_Only, $ 
    9996             MANTISSA_ONLY=MANTISSA_ONLY,SHORT=SHORT,TRIM=TRIM 
  • trunk/SRC/ToBeReviewed/STRING/strsed.pro

    r192 r232  
    1 ;------------------------------------------------------------- 
    21;+ 
    32; 
     
    4241; @version 
    4342; $Id$ 
    44 ;------------------------------------------------------------- 
     43;- 
     44; 
    4545FUNCTION strsed, str, exp1, exp2, FOLD_CASE = fold_case 
    4646; 
  • trunk/SRC/ToBeReviewed/STRING/strtok.pro

    r226 r232  
    1 ; 
    21;+ 
    32; 
     
    6564; 
    6665;- 
     66; 
    6767FUNCTION strtok, string, token, $ 
    6868                 TRIM=trim, HELP=Help 
  • trunk/SRC/ToBeReviewed/STRING/strwhere.pro

    r163 r232  
    1 ;------------------------------------------------------------- 
    21;+ 
    32; 
     
    4443; Bugs and comments should be directed to mgs@io.harvard.edu 
    4544; with subject "IDL routine strwhere" 
    46 ;------------------------------------------------------------- 
    47  
    48  
     45; 
    4946function strwhere,str,schar,Count 
    5047; 
  • trunk/SRC/ToBeReviewed/STRING/tostr.pro

    r157 r232  
    1 ;------------------------------------------------------------ 
    2 ;------------------------------------------------------------ 
    3 ;------------------------------------------------------------ 
    41;+ 
    52; 
     
    4542; 
    4643;- 
    47 ;------------------------------------------------------------ 
    48 ;------------------------------------------------------------ 
    49 ;------------------------------------------------------------ 
     44; 
    5045FUNCTION tostr, input 
    5146; 
  • trunk/SRC/ToBeReviewed/STRUCTURE/chkstru.pro

    r163 r232  
    1 ;------------------------------------------------------------- 
    21;+ 
    32; @file_comments 
     
    6463; Bugs and comments should be directed to mgs@io.harvard.edu 
    6564; with subject "IDL routine chkstru" 
    66 ;------------------------------------------------------------- 
    67  
    68  
     65; 
    6966function chkstru,structure,fields,index=index,verbose=verbose, extract = extract 
    7067; 
  • trunk/SRC/ToBeReviewed/STRUCTURE/extractstru.pro

    r226 r232  
    1 ;------------------------------------------------------------ 
    2 ;------------------------------------------------------------ 
    3 ;------------------------------------------------------------ 
    41;+ 
    52; @file_comments 
     
    5047; 
    5148;- 
    52 ;------------------------------------------------------------ 
    53 ;------------------------------------------------------------ 
    54 ;------------------------------------------------------------ 
     49; 
    5550FUNCTION extractstru, stru, liste, KEEP = keep, DELETE = delete 
    5651; 
  • trunk/SRC/ToBeReviewed/STRUCTURE/mixstru.pro

    r163 r232  
    1 ;------------------------------------------------------------ 
    2 ;------------------------------------------------------------ 
    3 ;------------------------------------------------------------ 
    41;+ 
    52; 
     
    6057; 
    6158;- 
    62 ;------------------------------------------------------------ 
    63 ;------------------------------------------------------------ 
    64 ;------------------------------------------------------------ 
     59; 
    6560FUNCTION mixstru, stru1, stru2 
    6661; 
  • trunk/SRC/ToBeReviewed/STRUCTURE/where_tag.pro

    r163 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; Like WHERE but works on structure tag names 
  • trunk/SRC/ToBeReviewed/TRIANGULATION/completecointerre.pro

    r231 r232  
    3030;- 
    3131; 
    32 PRO draw_corner_triangle, lons, lats, seuil, CONT_COLOR = cont_color, _extra = ex 
     32PRO draw_corner_triangle, lons, lats, seuil, CONT_COLOR = cont_color, _EXTRA = ex 
    3333; 
    3434  compile_opt idl2, strictarrsubs 
     
    4848  ENDIF 
    4949end 
    50 ;------------------------------------------------------------ 
    51 ;------------------------------------------------------------ 
    52 ;------------------------------------------------------------ 
     50; 
    5351;+ 
    5452; 
     
    8886; 
    8987;- 
    90 ;------------------------------------------------------------ 
    91 ;------------------------------------------------------------ 
    92 ;------------------------------------------------------------ 
     88; 
    9389PRO completecointerre, COINMONTE = coinmonte, COINDESCEND = coindescend $ 
    9490                       , CONT_COLOR = cont_color, INDICEZOOM = indicezoom $ 
    95                        , _extra = ex 
     91                       , _EXTRA = ex 
    9692; 
    9793  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/TRIANGULATION/definetri.pro

    r231 r232  
    22; 
    33; @file_comments 
    4 ; Define a triangulation array like <pro>TRIANGULATE</pro>. 
     4; Define a triangulation array like <proidl>TRIANGULATE</proidl>. 
    55;         But in a VERY SIMPLE CASE: 
    66; the points are regulary-gridded on nx*ny array. 
  • trunk/SRC/ToBeReviewed/TRIANGULATION/definetri_e.pro

    r231 r232  
    4141; 
    4242; @file_comments 
    43 ; Define a triangulation array like <pro>TRIANGULATE</pro> but for a 
     43; Define a triangulation array like <proidl>TRIANGULATE</proidl> but for a 
    4444; E-grid type 
    4545; 
     
    6565; @returns 
    6666; Triangles is a 2d array and is dimensions are 3 and (nx-1)*(ny-1). 
    67 ; Triangles is defined like in the TRIANGULATE procedure. 
     67; Triangles is defined like in the <proidl>TRIANGULATE</proidl> procedure. 
    6868; 
    6969; @history 
  • trunk/SRC/ToBeReviewed/TRIANGULATION/dessinetri.pro

    r231 r232  
    99; @param TRI {in}{optional} 
    1010; Array which define the triangulation (provided by <pro>triangule</pro> or 
    11 ; <pro>triangulate</pro>) 
     11; <proidl>triangulate</proidl>) 
    1212; 
    1313; @param X {in}{optional} 
     
    4343;- 
    4444; 
    45 PRO dessinetri, tri, x, y, WAIT = wait, ONEBYONE = onebyone, FILL = fill, CHANGECOLOR = changecolor, _extra = ex 
     45PRO dessinetri, tri, x, y, WAIT = wait, ONEBYONE = onebyone, FILL = fill, CHANGECOLOR = changecolor, _EXTRA = ex 
    4646; 
    4747  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/TRIANGULATION/drawcoast_c.pro

    r231 r232  
    5252;- 
    5353; 
    54 PRO drawcoast_c, mask, xf, yf, nx, ny, COAST_COLOR = coast_color, COAST_THICK = coast_thick, YSEUIL = yseuil, XSEUIL = xseuil, _extra = ex 
     54PRO drawcoast_c, mask, xf, yf, nx, ny, COAST_COLOR = coast_color, COAST_THICK = coast_thick, YSEUIL = yseuil, XSEUIL = xseuil, _EXTRA = ex 
    5555; 
    5656  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/TRIANGULATION/drawcoast_e.pro

    r231 r232  
    5151;- 
    5252; 
    53 PRO drawcoast_e, mask, xf, yf, nx, ny, COAST_COLOR = coast_color, COAST_THICK = coast_thick, YSEUIL = yseuil, XSEUIL = xseuil, onemore = onemore, _extra = ex 
     53PRO drawcoast_e, mask, xf, yf, nx, ny, COAST_COLOR = coast_color, COAST_THICK = coast_thick, YSEUIL = yseuil, XSEUIL = xseuil, onemore = onemore, _EXTRA = ex 
    5454; 
    5555  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/TRIANGULATION/drawsectionbottom.pro

    r231 r232  
    4444                       , COAST_COLOR = coast_color, COAST_THICK = coast_thick $ 
    4545                       , CONT_COLOR = cont_color, CONT_NOFILL = cont_nofill $ 
    46                        , OVERPLOT = overplot, _extra = ex 
     46                       , OVERPLOT = overplot, _EXTRA = ex 
    4747; 
    4848  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/TRIANGULATION/fillcornermask.pro

    r231 r232  
    2727PRO fillcornermask, xin, yin, COINMONTE = coinmonte, COINDESCEND = coindescend $ 
    2828                    , CONT_COLOR = cont_color, INDICEZOOM = indicezoom $ 
    29                     , _extra = ex 
     29                    , _EXTRA = ex 
    3030; 
    3131  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/TRIANGULATION/section.pro

    r231 r232  
    5050             , BOXZOOM = boxzoom, TYPE = type, WDEPTH = wdepth $ 
    5151             , DIREC = direc, SHOWBUILD = showbuild, ONLYBOX = onlybox $ 
    52              , _extra = ex 
     52             , _EXTRA = ex 
    5353; 
    5454  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/TRIANGULATION/tracemask.pro

    r231 r232  
    4040;- 
    4141; 
    42 PRO tracemask, maskentree, xin, yin, COAST_COLOR = coast_color, COAST_THICK = coast_thick, OVERPLOT = overplot, _extra = ex 
     42PRO tracemask, maskentree, xin, yin, COAST_COLOR = coast_color, COAST_THICK = coast_thick, OVERPLOT = overplot, _EXTRA = ex 
    4343; 
    4444  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/TRIANGULATION/triangule.pro

    r231 r232  
    4343;- 
    4444; 
    45 FUNCTION triangule, maskentree, BASIC = basic, COINMONTE = coinmonte, COINDESCEND = coindescend, _extra = ex 
     45FUNCTION triangule, maskentree, BASIC = basic, COINMONTE = coinmonte, COINDESCEND = coindescend, _EXTRA = ex 
    4646; 
    4747  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/UTILITAIRE/get_extra.pro

    r150 r232  
    2727; extra=get_extra(_extra=extra, name='Guillaume' ) 
    2828 
    29 FUNCTION get_extra, _extra = extra 
     29FUNCTION get_extra, _EXTRA = extra 
    3030; 
    3131  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/UTILITAIRE/vzoom.pro

    r229 r232  
    1 ;------------------------------------------------------------ 
    2 ;------------------------------------------------------------ 
    3 ;------------------------------------------------------------ 
    41;+ 
    52; 
     
    2522; 
    2623;- 
    27 ;------------------------------------------------------------ 
    28 ;------------------------------------------------------------ 
    29 ;------------------------------------------------------------ 
     24; 
    3025   cursor, x1, y1, /data, /dowm 
    3126   cursor, x2, y2, /data, /down 
  • trunk/SRC/ToBeReviewed/WIDGET/AUTOUR_de_XXX/letsdraw.pro

    r231 r232  
    2828;- 
    2929; 
    30 PRO letsdraw, base, COMMANDE = commande, _extra = ex 
     30PRO letsdraw, base, COMMANDE = commande, _EXTRA = ex 
    3131; 
    3232  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/WIDGET/AUTOUR_de_XXX/loadgrid.pro

    r231 r232  
    55; @categories 
    66; 
    7 ; @param MESHFILEIN 
     7; @param MESHFILETXTIN 
    88; 
    99; @keyword _EXTRA 
     
    2828;- 
    2929; 
    30 PRO loadgrid, meshfiletxtin, _extra = ex 
     30PRO loadgrid, meshfiletxtin, _EXTRA = ex 
    3131; 
    3232  meshfilein = strsed(meshfiletxtin,'@@@', '''') 
  • trunk/SRC/ToBeReviewed/WIDGET/AUTOUR_de_XXX/scanfile.pro

    r231 r232  
    1111; 
    1212; @keyword _EXTRA 
    13 ; Used to pass keywords to <pro>isafile</pro> and <pro>ncdf_getaxis</pro> 
     13; Used to pass keywords to <pro>isafile</pro>  
     14; and <pro>ncdf_getaxis</pro> 
    1415; 
    1516; @returns 
     
    6364; 
    6465; 
    65 FUNCTION scanfile, namefile, GRID = GRID, _extra = ex 
     66FUNCTION scanfile, namefile, GRID = GRID, _EXTRA = ex 
    6667; 
    6768  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/WIDGET/AUTOUR_de_XXX/selectfile.pro

    r231 r232  
    203203; 
    204204;- 
    205 FUNCTION selectfile, datafilename, idlfile, argspro, _extra = ex 
     205; 
     206FUNCTION selectfile, datafilename, idlfile, argspro, _EXTRA = ex 
    206207; 
    207208; 
  • trunk/SRC/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.pro

    r231 r232  
    473473; 
    474474;- 
    475 FUNCTION cw_calendar, parent, calendar, jdate0, CALTYPE = CALTYPE, FAKECAL = fakecal, UVALUE = uvalue, UNAME = uname, _extra = ex 
     475; 
     476FUNCTION cw_calendar, parent, calendar, jdate0, CALTYPE = CALTYPE, FAKECAL = fakecal, UVALUE = uvalue, UNAME = uname, _EXTRA = ex 
    476477; 
    477478@cm_4cal 
  • trunk/SRC/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_combobox_pm.pro

    r231 r232  
    295295;- 
    296296; 
    297 FUNCTION cw_combobox_pm, parent, VALUE = value, UVALUE = uvalue, UNAME = uname, ROW = row, COLUMN = column, _extra = ex 
     297FUNCTION cw_combobox_pm, parent, VALUE = value, UVALUE = uvalue, UNAME = uname, ROW = row, COLUMN = column, _EXTRA = ex 
    298298; 
    299299  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.pro

    r231 r232  
    539539;- 
    540540; 
    541 FUNCTION cw_domain, parent, BOXZOOM = boxzoom, STRICT = strict, UVALUE = uvalue, UNAME = uname, UNZOOM = unzoom, _extra = ex 
     541FUNCTION cw_domain, parent, BOXZOOM = boxzoom, STRICT = strict, UVALUE = uvalue, UNAME = uname, UNZOOM = unzoom, _EXTRA = ex 
    542542; 
    543543; 
  • trunk/SRC/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_droplist_pm.pro

    r231 r232  
    281281;- 
    282282; 
    283 FUNCTION cw_droplist_pm, parent,UVALUE = uvalue, UNAME = uname, ROW = row, COLUMN = column, _extra = ex 
     283FUNCTION cw_droplist_pm, parent,UVALUE = uvalue, UNAME = uname, ROW = row, COLUMN = column, _EXTRA = ex 
    284284; 
    285285  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_pagelayout.pro

    r231 r232  
    149149;- 
    150150; 
    151 FUNCTION cw_pagelayout, parent, small, UVALUE = uvalue, UNAME = uname, UNZOOM = unzoom, COLUMN = column, ROW = row, _extra = ex 
     151FUNCTION cw_pagelayout, parent, small, UVALUE = uvalue, UNAME = uname, UNZOOM = unzoom, COLUMN = column, ROW = row, _EXTRA = ex 
    152152; 
    153153  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slide_slice.pro

    r231 r232  
    218218;- 
    219219; 
    220 FUNCTION cw_slide_slice, parent, boxzoom = boxzoom, UVALUE = uvalue, UNAME = uname, FRAME = frame, ROW = row, COLUMN = column, _extra = ex 
     220FUNCTION cw_slide_slice, parent, boxzoom = boxzoom, UVALUE = uvalue, UNAME = uname, FRAME = frame, ROW = row, COLUMN = column, _EXTRA = ex 
    221221; 
    222222  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.pro

    r231 r232  
    384384FUNCTION cw_slider_pm, parent, MAXIMUM = maximum, MINIMUM = minimum $ 
    385385                       , STRMINLEN = strminlen, VALUE = value, UVALUE = uvalue $ 
    386                        , UNAME = uname, title = title, _extra = ex 
     386                       , UNAME = uname, title = title, _EXTRA = ex 
    387387; 
    388388  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.pro

    r231 r232  
    101101; 
    102102;+ 
     103; 
    103104; @file_comments 
    104105; 
     
    210211;- 
    211212; 
    212 FUNCTION cw_specifie, parent, ROW = row, COLUMN = column, UVALUE = uvalue, UNAME = uname, FRAME = frame, FORXXX = forxxx, _extra = ex 
     213FUNCTION cw_specifie, parent, ROW = row, COLUMN = column, UVALUE = uvalue, UNAME = uname, FRAME = frame, FORXXX = forxxx, _EXTRA = ex 
    213214; checking exclusive keywords 
    214215; 
  • trunk/SRC/ToBeReviewed/WIDGET/xquestion.pro

    r231 r232  
    8585;- 
    8686; 
    87 FUNCTION xquestion, question, proposedanswer, CHKWIDGET = chkwidget, _extra = ex ; 
     87FUNCTION xquestion, question, proposedanswer, CHKWIDGET = chkwidget, _EXTRA = ex ; 
    8888; 
    8989  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/WIDGET/xx.pro

    r231 r232  
    3636;- 
    3737; 
    38 PRO xx,  JOUR = jour, MESHFILENAME = meshfilename,  LISTVAR = listvar, LISTGRID = listgrid, FUNCLEC_NAME = funclec_name, CALENDAR = calendar, _extra = ex 
     38PRO xx,  JOUR = jour, MESHFILENAME = meshfilename,  LISTVAR = listvar, LISTGRID = listgrid, FUNCLEC_NAME = funclec_name, CALENDAR = calendar, _EXTRA = ex 
    3939; 
    4040  compile_opt idl2, strictarrsubs 
  • trunk/SRC/Utilities/createpro.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    34; write an idl procedure, compile it and execute it. 
  • trunk/SRC/Utilities/find.pro

    r231 r232  
    11;+ 
     2; 
    23; @file_comments 
    3 ; based on file_search, but it is possible to specify 
     4; based on <proidl>file_search</proidl>, but it is possible to specify 
    45; a set of possibles names and a different set of 
    56; possibles directories names. 
     
    110111               , REPERTOIRE = repertoire, NOPRO = nopro, ONLYPRO = onlypro $ 
    111112               , ONLYNC = onlync, UNIQUE = unique, FIRSTFOUND = firstfound $ 
    112                , LOOKALLDIR = LOOKALLDIR, TRYFIND = tryfind, _extra = ex 
     113               , LOOKALLDIR = LOOKALLDIR, TRYFIND = tryfind, _EXTRA = ex 
    113114; define where we look for the file 
    114115; 
  • trunk/SRC/Utilities/isadirectory.pro

    r231 r232  
    4444;- 
    4545; 
    46 FUNCTION isadirectory, directoryin, TITLE = title, IODIRECTORY = iodirectory, _extra = ex 
     46FUNCTION isadirectory, directoryin, TITLE = title, IODIRECTORY = iodirectory, _EXTRA = ex 
    4747; 
    4848; 
  • trunk/SRC/Utilities/isafile.pro

    r231 r232  
    6868FUNCTION isafile, filein, FILENAME = filename, IODIRECTORY = iodirectory $ 
    6969                  , NEW = new, RECURSIVE = RECURSIVE, ONLYPRO = onlypro $ 
    70                   , ONLYNC = onlync, _extra = ex 
     70                  , ONLYNC = onlync, _EXTRA = ex 
    7171; 
    7272  compile_opt idl2, strictarrsubs 
  • trunk/SRC/Utilities/report.pro

    r231 r232  
    22; 
    33; @file_comments 
    4 ; Like <pro>dialog_message</pro> if there is already some widget 
    5 ; active or like <pro>message</pro> if there is not any widget active. 
     4; Like <proidl>dialog_message</proidl> if there is already some widget 
     5; active or like <proidl>message</proidl> if there is not any widget active. 
    66; To ask a question whose answer is not yes/no,use xquestion. 
    77; 
     
    1717; 
    1818; @keyword _EXTRA 
    19 ; Used to pass keywords to <pro>dialog_message</pro> and <pro>message</pro> 
     19; Used to pass keywords to <proidl>dialog_message</proidl> and  
     20; <proidl>message</proidl> 
    2021; 
    2122; @keyword PARENT 
    22 ; same as DIALOG_PARENT of <pro>dialog_message</pro> 
     23; same as DIALOG_PARENT of <proidl>dialog_message</proidl> 
    2324; 
    2425; @keyword QUESTION {default="Warning"} 
     
    6263;- 
    6364; 
    64 FUNCTION report, text, DEFAULT_NO = default_no, PARENT = parent, QUESTION = question, SIMPLE = simple, _extra = ex 
     65FUNCTION report, text, DEFAULT_NO = default_no, PARENT = parent, QUESTION = question, SIMPLE = simple, _EXTRA = ex 
    6566; 
    6667  compile_opt idl2, strictarrsubs 
  • trunk/SRC/Utilities/undefine.pro

    r231 r232  
    2121; @history 
    2222; trouve sur la page web de D.Fanning 
    23 ; http://www.dfanning.com : 
     23; <a href="http://www.dfanning.com"/> : 
    2424;QUESTION: How do I make an IDL variable have a type "undefined"? 
    2525;ANSWER: At the main IDL level you can use the IDL procedure DELVAR to 
  • trunk/SRC/Utilities/xfile.pro

    r231 r232  
    3030;- 
    3131; 
    32 PRO xfile, filename, _extra = ex 
     32PRO xfile, filename, _EXTRA = ex 
    3333; 
    3434  compile_opt idl2, strictarrsubs 
  • trunk/SRC/Utilities/xhelp.pro

    r231 r232  
    3939;- 
    4040; 
    41 PRO xhelp, filename, _extra=ex 
     41PRO xhelp, filename, _EXTRA=ex 
    4242; 
    4343  compile_opt idl2, strictarrsubs 
  • trunk/SRC/buildinit.pro

    r231 r232  
    305305;- 
    306306; 
    307 FUNCTION xask, _extra = ex 
     307FUNCTION xask, _EXTRA = ex 
    308308; 
    309309  compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.