Ignore:
Timestamp:
04/21/08 17:39:59 (16 years ago)
Author:
pinsard
Message:

some improvements in wiki production (linefeed)

File:
1 edited

Legend:

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

    r352 r353  
    1111      To simplify the explanation, we suppose that we install SAXO in your {{{${HOME}}}}. 
    1212      We need to create 2 directories: 
    13        * {{{${HOME}/SAXO_DIR}}} that will contain the source files of SAXO. It should not be modified by the user to simplify later updates. 
    14           * {{{${HOME}/My_IDL}}} that will contain user personal files (including modified SAXO files, if needed). 
     13       
     14* {{{${HOME}/SAXO_DIR}}} that will contain the source files of SAXO. It should not be modified by the user to simplify later updates. 
     15          
     16* {{{${HOME}/My_IDL}}} that will contain user personal files (including modified SAXO files, if needed). 
    1517         {{{ 
    1618#!html 
     
    2527=== If you work at IDRIS, IPSL or LOCEAN === 
    2628SAXO is already installed at 
    27          * IDRIS, on {{{rhodes}}}: {{{/home/rech/eee/reee217/SAXO_DIR}}} @star@ IPSL: {{{/home/smlod/SAXO_DIR}}} @star@ LOCEAN: {{{/usr/home/smasson/SAXO_DIR}}} 
     29         
     30* IDRIS, on {{{rhodes}}}: {{{/home/rech/eee/reee217/SAXO_DIR}}} 
     31* IPSL: {{{/home/smlod/SAXO_DIR}}} 
     32* LOCEAN: {{{/usr/home/smasson/SAXO_DIR}}} 
    2833        If you can access one of theses directories, there is no need to re-install SAXO again! In that case, you only have to link {{{${HOME}/SAXO_DIR}}} to the appropriate directory: 
    2934         
     
    5459==== Regular users ==== 
    5560 
    56         The ''complete'' latest revision (source + tests data files: 771 Mb) can be checked out with the following command executed in your ${HOME}: 
     61        The ''complete'' latest revision (source + tests data files: 772 Mb) can be checked out with the following command executed in your ${HOME}: 
    5762        {{{ 
    5863#!html 
     
    132137 
    133138        If you want to use the tests programs, you need to download the data tests files ({{{SAXO_DATA_20060602.tar.gz}}}), you may download theses files in 
    134          * {{{${HOME}/My_IDL}}}. This is the easiest solution but it could be inconvenient if your ${HOME} disk space is limited. 
    135             * any other directory of your choice. In that case, when using IDL, you will need to define the variable {{{iodir}}} to the directory you choose in order to let IDL find the data tests files. This can be done either through the {{{init.pro}}} file (see [#Create SAXO environment]) or directly within IDL with the following command: idl>iodir = '''''the chosen directory'''''. 
     139         
     140* {{{${HOME}/My_IDL}}}. This is the easiest solution but it could be inconvenient if your ${HOME} disk space is limited. 
     141            
     142 * any other directory of your choice. In that case, when using IDL, you will need to define the variable {{{iodir}}} to the directory you choose in order to let IDL find the data tests files. This can be done either through the {{{init.pro}}} file (see [#Create SAXO environment]) or directly within IDL with the following command: idl>iodir = '''''the chosen directory'''''. 
    136143           {{{ 
    137144#!html 
     
    177184 
    178185        You must then answer several questions: 
    179  * give the path of {{{${HOME}/My_IDL}}} @star@ give the path of {{{${HOME}/SAXO_DIR}}} @star@ compatibility with the old version: No (except if you want to use old programs) @star@ give a default path for the data directory @star@ give a default path for the postscript directory @star@ give a default path for the images directory @star@ give a default path for the animation directory @star@ number of accessible printer and their configuration @star@ default color table @star@ default page orientation (portrait/landscape) @star@ default page size @star@ default window size @star@ postscript archiving options @star@ name of the init file ({{{init.pro}}}){{{ 
     186 
     187* give the path of {{{${HOME}/My_IDL}}} 
     188* give the path of {{{${HOME}/SAXO_DIR}}} 
     189* compatibility with the old version: No (except if you want to use old programs) 
     190* give a default path for the data directory 
     191* give a default path for the postscript directory 
     192* give a default path for the images directory 
     193* give a default path for the animation directory 
     194* number of accessible printer and their configuration 
     195* default color table 
     196* default page orientation (portrait/landscape) 
     197* default page size 
     198* default window size 
     199* postscript archiving options 
     200* name of the init file ({{{init.pro}}}){{{ 
    180201#!html 
    181202<pre xmlns:xl="http://www.w3.org/1999/xlink" class="screen"> 
Note: See TracChangeset for help on using the changeset viewer.