Note: The following information is only valid for accounts at the ING.

In order to be able to use some of the installed astronomy software you have to do the following:
Note: For observer accounts, this should have been done already.
Essential astronomy related software:

  1. source /opt/astro/etc/astro.login in your ~/.postlogin file:
         ####################
         # add /opt/astro definitions
         ####################
         if ( -e /opt/astro/etc/astro.login ) then
           source /opt/astro/etc/astro.login
         endif
         
  2. source /opt/astro/etc/astro.cshrc in your ~/.postcshrc file:
         ####################
         # add /opt/astro definitions
         ####################
         if ( -e /opt/astro/etc/astro.cshrc ) then
           source /opt/astro/etc/astro.cshrc
         endif
         
Non-essential software packages
NOTE: this should NEVER be done for an account essential to telescope operation (this includes the observer accounts).

NOTE: most users should not need the software installed under /home/astrosw.

  1. source /home/astrosw/etc/astrosw.login in your ~/.postlogin file:
         ####################
         # add astrosw definitions
         ####################
         if ( -e /home/astrosw/etc/astrosw.login ) then
           source /home/astrosw/etc/astrosw.login
         endif
         
  2. source /home/astrosw/etc/astrosw.cshrc in your ~/.postcshrc file:
         ####################
         # add astrosw definitions
         ####################
         if ( -e /home/astrosw/etc/astrosw.cshrc ) then
           source /home/astrosw/etc/astrosw.cshrc
         endif
         

© 1999,2000 by Isaac Newton Group
All rights reserved.
Last modified: 06.Sep.2000