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: |
####################
# add /opt/astro definitions
####################
if ( -e /opt/astro/etc/astro.login ) then
source /opt/astro/etc/astro.login
endif
####################
# add /opt/astro definitions
####################
if ( -e /opt/astro/etc/astro.cshrc ) then
source /opt/astro/etc/astro.cshrc
endif
| Non-essential software packages |
NOTE: most users should not need the software installed under /home/astrosw.
####################
# add astrosw definitions
####################
if ( -e /home/astrosw/etc/astrosw.login ) then
source /home/astrosw/etc/astrosw.login
endif
####################
# add astrosw definitions
####################
if ( -e /home/astrosw/etc/astrosw.cshrc ) then
source /home/astrosw/etc/astrosw.cshrc
endif