Ignore:
Timestamp:
04/22/08 10:52:34 (16 years ago)
Author:
pinsard
Message:

some improvements in wiki production

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/xmldoc/wiki/MiniNotice

    r353 r354  
    1010 
    1111There is several ways to launch XXX which we will detail in the next sections: 
    12   {{{ 
     12   
     13{{{ 
    1314#!html 
    1415<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
     
    9394 
    9495In this case, the xxx window directly open the data file 'file.nc' and build the grid automatically with the IDL procedure {{{initncdf}}}. For example: 
    95   {{{ 
     96   
     97{{{ 
    9698#!html 
    9799<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
     
    103105 
    104106In this case, the xxx window directly open the data file 'file.nc', build the grid automatically with the IDL procedure {{{initncdf}}} and use the keywords keywd1 = 
, keywd2 = 
 in the call of {{{initncdf}}}. For example: 
    105   {{{ 
     107   
     108{{{ 
    106109#!html 
    107110<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
     
    112115=== idl&gt; xxx, 'file.nc', 'initgrid' === 
    113116 
    114 In this case, the xxx window directly open the data file 'file.nc' and build the grid directly with the IDL procedure or batch file {{{initgrid}}}{{{ 
     117In this case, the xxx window directly open the data file 'file.nc' and build the grid directly with the IDL procedure or batch file {{{initgrid}}} 
     118{{{ 
    115119#!html 
    116120<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
     
    226230 * Gif: to save a gif of the plotting window. 
    227231 * IDL procedure: to save the command history that has created the plot in an IDL procedure that can be re-executed later. For example if I save the commands in {{{xxx_figure.pro}}} file, when ever I want, I can then launch a new IDL session and type: 
    228   {{{ 
     232   
     233{{{ 
    229234#!html 
    230235<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
     
    235240 
    236241and I'll obtain the saved figure. 
    237   {{{ 
     242   
     243{{{ 
    238244#!html 
    239245<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
     
    243249 
    244250or 
    245   {{{ 
     251   
     252{{{ 
    246253#!html 
    247254<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
     
    313320==== Linear calculation ==== 
    314321 
    315 If you want to make basic linear computation (like difference between fields, add/multiply by a constant 
). you can simply put the following commands: {{{ 
     322If you want to make basic linear computation (like difference between fields, add/multiply by a constant 
). you can simply put the following commands:  
     323{{{ 
    316324#!html 
    317325<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen">a - b</pre> 
    318326}}} 
     327 
    319328{{{ 
    320329#!html 
    321330<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen">numb1*a</pre> 
    322331}}} 
     332 
    323333{{{ 
    324334#!html 
    325335<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen">a + numb</pre> 
    326336}}} 
    327  or any command with the following format {{{ 
     337 or any command with the following format  
     338{{{ 
    328339#!html 
    329340<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen">numb1*a + numb2*b  + numb3*c 
 + numb</pre> 
     
    333344==== Any kind of computation ==== 
    334345 
    335 If you want to make a computation more complicated than a basic linear you must put designate the data you want to read between "" (with anything in between the "). For example: {{{ 
     346If you want to make a computation more complicated than a basic linear you must put designate the data you want to read between "" (with anything in between the "). For example:  
     347{{{ 
    336348#!html 
    337349<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen">"a"^2</pre> 
    338350}}} 
     351 
    339352{{{ 
    340353#!html 
    341354<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen">"a" - abs("b")</pre> 
    342355}}} 
     356 
    343357{{{ 
    344358#!html 
     
    477491 * the middle mouse button to create vertical plots (pltz) 
    478492 * the right mouse button to create common hovmoellers for xt and yt cuts (pltt)In summary: 
    479 *       LCL---&gt;plt 
     493 *       LCL---&gt;plt 
    480494       
    481495   
     
    491505       
    492506     
    493 *       LCM---&gt;pltz 
     507 *       LCM---&gt;pltz 
    494508       
    495509   
     
    505519       
    506520     
    507 *       LCR---&gt;pltt 
     521 *       LCR---&gt;pltt 
    508522       
    509523   
     
    535549A double-click with the right button in the second frame will erase the 
    536550plot.In summary:  
    537 *       DCL---&gt;"reference" frame 
     551 *       DCL---&gt;"reference" frame 
    538552       
    539553   
     
    549563       
    550564     
    551 *       DCM---&gt;"target" frame 
     565 *       DCM---&gt;"target" frame 
    552566       
    553567   
     
    563577       
    564578     
    565 *       DCR---&gt;erase the frame 
     579 *       DCR---&gt;erase the frame 
    566580       
    567581   
     
    573587 
    574588load xxx with the command: 
    575   {{{ 
     589   
     590{{{ 
    576591#!html 
    577592<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
     
    675690 
    676691In the IDL window type (as many time you click on a button since a problem occurs in xxx !!!), 
    677   {{{ 
     692   
     693{{{ 
    678694#!html 
    679695<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
     
    684700 
    685701in the IDL window, type 
    686   {{{ 
     702   
     703{{{ 
    687704#!html 
    688705<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
     
    703720overflow. 
    704721To clean up this memory: 
    705   {{{ 
     722   
     723{{{ 
    706724#!html 
    707725<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
Note: See TracChangeset for help on using the changeset viewer.