Changes between Initial Version and Version 1 of WorkingWithGDL


Ignore:
Timestamp:
03/15/13 17:37:49 (11 years ago)
Author:
pinsard
Comment:

creation (work in progress on curie)

Legend:

Unmodified
Added
Removed
Modified
  • WorkingWithGDL

    v1 v1  
     1= Working with GDL = 
     2 
     3instead of IDL 
     4 
     5== installation == 
     6 
     7curie 0.9.3  
     8 
     9== configuration shell environement == 
     10 
     11=== curie === 
     12cf ~pinsard/.bashrc 
     13 
     14{{{ 
     15# 
     16module load fftw3 
     17module load wxwidgets 
     18module load gdl 
     19if [ "${GDL_STARTUP}" != "" ] 
     20then 
     21   GDL_STARTUP_SYS=${GDL_STARTUP} 
     22   export GDL_STARTUP_SYS 
     23   unset GDL_STARTUP 
     24fi 
     25}}} 
     26 
     27cf. pulsation project_profile.sh 
     28 
     29== configuration IDL vs GDL == 
     30 
     31cf. pulsation project_init.pro  to be reproduced in build_init.pro 
     32 
     33== Running SAXO == 
     34 
     35{{{ 
     36tst_basic 
     37@tst_initlev 
     38tst_plt 
     39}}} 
     40== works fine == 
     41 
     42file selection 
     43 
     44== troubles == 
     45 
     46no format calendar 
     47 
     48www : no test_directory keyword for file_search in gdl 
     49 
     50www : no path_cache in gdl 
     51 
     52LOADCT: FILE keyword not implemented yet, ignored. (FIXME) 
     53 
     54LOADCT_INTERNALGDL: Table number must be from 0 to 40 
     55 
     56% Warning: Keyword parameter C_LABEL not supported in call to: CONTOUR. Ignored. 
     57 
     58% Warning: Keyword parameter C_CHARTHICK not supported in call to: CONTOUR. Ignored.