Changes between Version 69 and Version 70 of Astronomical Tools/Software


Ignore:
Timestamp:
10/16/06 16:36:00 (19 years ago)
Author:
maurice@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Astronomical Tools/Software

    v69 v70  
    191191=== Mathematica ===
    192192
    193 Mathematica is NOT currently installed on the CAL system.  We are investigating licensing options.  In the meantime, if you have a Columbia 'uni', you can use mathematica installed on the cunix system.  To do this, log on to cunix with 'ssh your_name@cunix.columbia.edu' and then start mathematica with 'math' (for a text-interface) or 'mathematica' (for an X-windows interface).
     193Mathematica is NOT currently installed on the CAL system.  We are investigating licensing options.  In the meantime, if you have a Columbia 'uni', you can use mathematica installed on the cunix system.
     194
     195==== Running Mathematica on cunix ====
     196
     197ssh -X username@cunix.columbia.edu
     198
     199mathematica
     200
     201You will probably get an xset error regarding fonts.
     202
     203==== Installing the Mathematica fonts ====
     204
     205[http://support.wolfram.com/mathematica/systems/linux/general/latestfonts.html Download them here.]
     206
     207Install them in your home directory at CAL (not cunix). Make the directory tree structure look like this:
     208
     209~/.fonts/Mathematica/BDF
     210
     211~/.fonts/Mathematica/Type1
     212
     213To use the fonts, do:
     214
     215xset fp+ ~/.fonts/Mathematica/BDF
     216
     217xset fp+ ~/.fonts/Mathematica/Type1
     218
     219xset fp rehash
     220
     221Then log in to cunix and run Mathematica. It should now work properly.
    194222
    195223=== MIRIAD ===