Changeset 260


Ignore:
Timestamp:
08/20/07 17:24:57 (17 years ago)
Author:
pinsard
Message:

only uppercase between <proidl>...</proidl> in perspective of links to /usr/local_macosx/idl/idl_6.2/idl_6.2/

Location:
trunk/SRC
Files:
25 edited

Legend:

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

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

    r239 r260  
    1919; 
    2020; @keyword _EXTRA 
    21 ; Used to pass keywords to <proidl>modifyct</proidl> 
     21; Used to pass keywords to <proidl>MODIFYCT</proidl> 
    2222; 
    2323; @history 
  • trunk/SRC/Colors/xlct.pro

    r239 r260  
    401401; 
    402402; @file_comments 
    403 ; Like <proidl>xloadct<proidl> but fastest to write and call by default  
     403; Like <proidl>XLOADCT<proidl> but fastest to write and call by default  
    404404; the palette palette.tbl which can be in any directory 
    405405; 
  • trunk/SRC/Colors/xpal.pro

    r238 r260  
    460460; 
    461461; @file_comments 
    462 ; Like <proidl>xpalette</proidl> but shorter to write and, moreover, 
     462; Like <proidl>XPALETTE</proidl> but shorter to write and, moreover, 
    463463; possess a hotkey save which (thanks to the <pro>newpalette</pro> routine) 
    464464; allows to save the routine that we have just done. Comment: when we 
    465465; press the predefined hotkey, it calls <pro>xlct</pro> instead of 
    466 ; <proidl>xloadct</proidl> 
     466; <proidl>XLOADCT</proidl> 
    467467; No explicit inputs.  The current color table is used as a starting point. 
    468468; 
  • trunk/SRC/Computation/grad.pro

    r242 r260  
    1010; The field for which we want to compute the gradient. A 2D (xy), 
    1111; 3D (xyz or yt) or 4D (xyzt) array or a structure readable by  
    12 ; <proidl>litchamp</proidl> 
     12; <pro>litchamp</pro> 
    1313; and containing a 2D (xy), 3D (xyz or yt) or 4D (xyzt) array. 
    1414; Note that the dimension of the array must suit the domain dimension. 
  • trunk/SRC/Interpolation/clickincell.pro

    r242 r260  
    3030; @keyword _EXTRA 
    3131; Used to pass extra keywords to <pro>inquad</pro> and 
    32 ; <proidl>plot</proidl> 
     32; <proidl>PLOT</proidl> 
    3333; (when /drawcell) 
    3434; 
  • trunk/SRC/Interpolation/cutpar.pro

    r242 r260  
    1616; @param y3 {in}{required} 
    1717; 1d arrays of p elements, giving the edge positions. 
    18 ; The edges must be given as in <proidl>plot</proidl> to draw the  
     18; The edges must be given as in <proidl>PLOT</proidl> to draw the  
    1919; parallelogram. (see example). 
    2020; 
  • trunk/SRC/Interpolation/map_npoints.pro

    r242 r260  
    66; returns the distances between number n of P0 points and number 
    77; n of P1 points (in that case, np0 and np1 must be equal). 
    8 ; Same as <proidl>map_2points</proidl> with the meter parameter but for n 
     8; Same as <proidl>MAP_2POINTS</proidl> with the meter parameter but for n 
    99; points without do loop. 
    1010; 
  • trunk/SRC/Matrix/cmapply.pro

    r238 r260  
    155155; @keyword TYPE {default=same as input type} 
    156156; Set this to the IDL code of the desired output type (refer 
    157 ; to documentation of <proidl>SIZE</proidl>()). Internal results will be 
     157; to documentation of <proidl>SIZE</proidl>). Internal results will be 
    158158; rounded to the nearest integer if the output type is an 
    159159; integer type. 
     
    175175; @examples 
    176176; 
    177 ;   First example:  Shows how CMAPPLY can be used to total the second dimension of the 
    178 ;   array called IN.  This is equivalent to OUT = TOTAL(IN, 2) 
     177;   First example:   
     178;   Shows how <pro>cmpapply</pro> can be used to total the second dimension of  
     179;   the array called IN. This is equivalent to OUT = TOTAL(IN, 2) 
    179180; 
    180181;   IDL> IN  = INDGEN(5,5) 
  • trunk/SRC/Postscript/openps.pro

    r238 r260  
    3636; 
    3737; @keyword _EXTRA 
    38 ; Used to pass keywords to <proidl>device</proidl>. 
     38; Used to pass keywords to <proidl>DEVICE</proidl>. 
    3939; 
    4040; @uses 
  • trunk/SRC/ToBeReviewed/LECTURE/ncdf_lec.pro

    r240 r260  
    2727; @keyword _EXTRA 
    2828; Used to pass keywords defined by IDL to functions NETCDF (especially OFFSET 
    29 ; and COUNT in <proidl>ncdf_varget</proidl>) 
     29; and COUNT in <proidl>NCDF_VARGET</proidl>) 
    3030; 
    3131; @returns 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/pltv.pro

    r259 r260  
    5555; 
    5656; @keyword _EXTRA 
    57 ; Used to pass keywords to <pro>placedessin</pro>, <proidl>tv</proidl>, 
     57; Used to pass keywords to <pro>placedessin</pro>, <proidl>TV</proidl>, 
    5858; <pro>axe</pro>, <pro>legende</pro>, <pro>barrecouleur</pro>,  
    5959; <pro>terminedessin</pro> 
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/tvplus.pro

    r258 r260  
    22; 
    33; @file_comments 
    4 ; Enhanced version of <proidl>tvscl</proidl> 
     4; Enhanced version of <proidl>TVSCL</proidl> 
    55; 
    66; @categories 
     
    6262; 
    6363; @keyword _EXTRA 
    64 ; Used to pass keywords to <proidl>tv</proidl>, 
    65 ; <proidl>plot</proidl>, 
     64; Used to pass keywords to <proidl>TV</proidl>, 
     65; <proidl>PLOT</proidl>, 
    6666; <pro>colorbar</pro> 
    6767; 
  • trunk/SRC/ToBeReviewed/PLOTS/plotsym.pro

    r232 r260  
    2929; 
    3030; @keyword _EXTRA 
    31 ; Used to pass keywords to <proidl>usersym</proidl>. 
     31; Used to pass keywords to <proidl>USERSYM</proidl>. 
    3232; These are thick, color and fill. 
    3333; 
  • trunk/SRC/ToBeReviewed/STRING/getfile.pro

    r240 r260  
    3838;       S. Masson (smasson\@lodyc.jussieu.fr) 4 Feb 2002 
    3939;       search the file in the all !path directories (use <pro>find</pro>) 
    40 ;       when using /find keyword. Use <proidl>spawn</proidl>, 'cat...' for  
     40;       when using /find keyword. Use <proidl>SPAWN</proidl>, 'cat...' for  
    4141;       unix os. 
    4242; 
  • trunk/SRC/ToBeReviewed/TRIANGULATION/dessinetri.pro

    r232 r260  
    99; @param TRI {in}{optional} 
    1010; Array which define the triangulation (provided by <pro>triangule</pro> or 
    11 ; <proidl>triangulate</proidl>) 
     11; <proidl>TRIANGULATE</proidl>) 
    1212; 
    1313; @param X {in}{optional} 
  • trunk/SRC/Utilities/find.pro

    r242 r260  
    22; 
    33; @file_comments 
    4 ; based on <proidl>file_search</proidl>, but it is possible to specify 
     4; based on <proidl>FILE_SEARCH</proidl>, but it is possible to specify 
    55; a set of possibles names and a different set of 
    66; possibles directories names. 
    77; By default look for files included in !path 
    88; 
    9 ; all <proidl>file_search</proidl> keywords can be used. 
     9; all <proidl>FILE_SEARCH</proidl> keywords can be used. 
    1010; 
    1111; @categories 
     
    1515; File name[s] to match. Input names specifications may contain 
    1616; wildcard characters, enabling them to match multiple files 
    17 ; (see <proidl>file_search</proidl> for more informations). By default and if 
     17; (see <proidl>FILE_SEARCH</proidl> for more informations). By default and if 
    1818; necessary, <pro>find</pro> is looking for filename and also for filename 
    1919; completed with '.pro' 
  • trunk/SRC/Utilities/isadirectory.pro

    r243 r260  
    2020; 
    2121; @keyword _EXTRA 
    22 ; Used to pass keywords to <proidl>dialog_pickfile</proidl> 
     22; Used to pass keywords to <proidl>DIALOG_PICKFILE</proidl> 
    2323; 
    2424; @returns 
  • trunk/SRC/Utilities/isafile.pro

    r248 r260  
    44; same as <pro>find</pro> except that as long as the file is 'NOT FOUND', 
    55; <pro>isafile</pro> calls  
    6 ; <proidl>dialog_pickfile</proidl>, to ask the user to select a file. 
     6; <proidl>DIALOG_PICKFILE</proidl>, to ask the user to select a file. 
    77; 
    88; @categories 
     
    3838; @keyword _EXTRA 
    3939; Used to pass keywords to <pro>find</pro>, 
    40 ; <proidl>file_search</proidl> and 
    41 ; <proidl>dialog_pickfile</proidl> 
     40; <proidl>FILE_SEARCH</proidl> and 
     41; <proidl>DIALOG_PICKFILE</proidl> 
    4242; 
    4343; @returns 
  • trunk/SRC/Utilities/report.pro

    r242 r260  
    22; 
    33; @file_comments 
    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. 
     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; 
     
    2020; 
    2121; @keyword PARENT 
    22 ; same as DIALOG_PARENT of <proidl>dialog_message</proidl> 
     22; same as DIALOG_PARENT of <proidl>DIALOG_MESSAGE</proidl> 
    2323; 
    2424; @keyword QUESTION {default="Warning"} 
     
    3030; 
    3131; @keyword _EXTRA 
    32 ; Used to pass keywords to <proidl>dialog_message</proidl> and  
    33 ; <proidl>message</proidl> 
     32; Used to pass keywords to <proidl>DIALOG_MESSAGE</proidl> and  
     33; <proidl>MESSAGE</proidl> 
    3434; 
    3535; @returns 
  • trunk/SRC/Utilities/routine_name.pro

    r242 r260  
    1616; 
    1717; @restrictions 
    18 ; This function use the keyword OUTPUT in <proidl>help</proidl> and  
     18; This function use the keyword OUTPUT in <proidl>HELP</proidl> and  
    1919; it is specified 
    2020; in the on-line help that the return syntax of this word can change in 
  • trunk/SRC/Utilities/testvar.pro

    r242 r260  
    22; 
    33; @file_comments 
    4 ; A kind of <proidl>keyword_set</proidl> but when the value exist, it  
     4; A kind of <proidl>KEYWORD_SET</proidl> but when the value exist, it  
    55; send it back. 
    66; 
  • trunk/SRC/Utilities/undefine.pro

    r258 r260  
    33; @file_comments 
    44; erase a variable 
    5 ; same thing like <proidl>delvar</proidl> but usable in a program and usable 
     5; same thing like <proidl>DELVAR</proidl> but usable in a program and usable 
    66; for one variable simultaneously 
    77; 
  • trunk/SRC/Utilities/xfile.pro

    r242 r260  
    33; @file_comments 
    44; display an ASCII file in a widget. 
    5 ; It is the same thing that <proidl>xdisplayfile<proidl> but here, we use it 
     5; It is the same thing that <proidl>XDISPLAYFILE<proidl> but here, we use it 
    66; to display the content of a procedure or of a function located in the !path 
    77; ".pro" suffix will be appended if needed. 
     
    1515; 
    1616; @keyword _EXTRA 
    17 ; Used to pass keywords to <proidl>xdisplayfile</proidl> 
     17; Used to pass keywords to <proidl>XDISPLAYFILE</proidl> 
    1818; 
    1919; @examples 
  • trunk/SRC/Utilities/xhelp.pro

    r242 r260  
    1313; 
    1414; @keyword _EXTRA 
    15 ; Used to pass keywords to <proidl>xdisplayfile</proidl> 
     15; Used to pass keywords to <proidl>XDISPLAYFILE</proidl> 
    1616; 
    1717; @restrictions 
Note: See TracChangeset for help on using the changeset viewer.