en:software:howto_gdl_install

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:software:howto_gdl_install [2016/06/14 01:11] rhainichen:software:howto_gdl_install [2024/10/09 08:09] (current) – Adjusts name of laboratory computer rhainich
Line 3: Line 3:
 The software package //GNU Data Language// (GDL) can be downloaded from the project's [[http://gnudatalanguage.sourceforge.net/|homepage ]]. However, it is recommend to use the package manager of your Linux/Mac/BSD. On Ubuntu/Debian and their derivatives just execute: The software package //GNU Data Language// (GDL) can be downloaded from the project's [[http://gnudatalanguage.sourceforge.net/|homepage ]]. However, it is recommend to use the package manager of your Linux/Mac/BSD. On Ubuntu/Debian and their derivatives just execute:
  <code>sudo apt-get install gnudatalanguage </code>  <code>sudo apt-get install gnudatalanguage </code>
- 
-/*Follow the instructions for Linux/Mac/BSD on their website for installation.*/ 
  
 ===== IDL Astro Library ===== ===== IDL Astro Library =====
Line 40: Line 38:
 in the directory ''/home/user/opt/gdl-astrolib/'' in the directory ''/home/user/opt/gdl-astrolib/''
  
-== Additional routines for the lab course == +++++ Additional routines for the lab course | 
- +For the astrophysical lab course (especially for C7 and N2) the following routines are additionally required and should also be placed in ''/home/user/opt/gdl-astrolib/'': //correl_images.pro//, //newremove.pro//, //newsrcor.pro//, //la_cosmic.pro//, //mxaddpar.pro//, and //datatype.pro// (all can be found in our SVN).  
-For the astrophysical lab course (especially for C7 and N2) the following routines are additionally required and should also be placed in ''/home/user/opt/gdl-astrolib/'': //correl_images.pro//, //newremove.pro//, //newsrcor.pro//, //la_cosmic.pro//, //mxaddpar.pro//, and //datatype.pro// (all can be found in our SVN). /*The directory //astron// and the file //fitsconvert.pro// can now be moved to an arbitrary place.*/ +++++
  
 === Start-up script === === Start-up script ===
Line 48: Line 46:
 To use the //AstroLib//, create an additional start-up script that exports the paths of the libraries. This script can e.g. be saved as hidden file in the home directory (e.g. ''$HOME/.gdl_startup''). If the directory ''astron'' and the file //fitsconvert.pro// are placed in ''/home/user/opt/gdl-astrolib'', the start-up script would look like: To use the //AstroLib//, create an additional start-up script that exports the paths of the libraries. This script can e.g. be saved as hidden file in the home directory (e.g. ''$HOME/.gdl_startup''). If the directory ''astron'' and the file //fitsconvert.pro// are placed in ''/home/user/opt/gdl-astrolib'', the start-up script would look like:
  
-/*!PATH=!PATH + ':/usr/share/doc/gnudatalanguage/examples/pro'*/ 
 <code> <code>
 !PATH=!PATH + ':/usr/bin/' !PATH=!PATH + ':/usr/bin/'
Line 66: Line 63:
 </code> </code>
  
-/*The first two lines contain links to the programs that were installed as example gdl programs and the executable gdl file.*/  
 The first line contains the link to the executable gdl file. The second/third line contains the path to the //.pro// files in the ''astron'' directory and the file //fitsconvert.pro// (adjust paths as needed). The first line contains the link to the executable gdl file. The second/third line contains the path to the //.pro// files in the ''astron'' directory and the file //fitsconvert.pro// (adjust paths as needed).
  
Line 77: Line 73:
 to the //.bashrc// script in the home directory.  to the //.bashrc// script in the home directory. 
  
-== Final advice for the usage in the lab course == +++++ Final advice for the usage in the lab course | 
- +For the laboratory computer //columba//, the installation should take place under the ''pollux'' account, while the very last step of the setup needs to be executed for the student accounts as well. Note that also for these accounts ''user'' musst be replace by ''pollux'' 
-For the laboratory computer //a12//, the installation should take place under the ''betreuer'' account, while the very last step of the setup needs to be executed for the ''praktikum'' account as well. Note that in this case ''user'' needs to be replace with ''betreuer'' instead of ''praktikum''+++++
  
  • en/software/howto_gdl_install.1465866662.txt.gz
  • Last modified: 2016/06/14 01:11
  • by rhainich