Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We have confirmed with Jim Chiang that it is numpy (rather than numarray) we should be supporting.

Update

Emmaunel has installed python 2.5.1 at SLAC in the GLAST_EXT rh9_gcc32 area.  Testing has commenced:

numpy tested via

python -c 'import numpy; numpy.test()'

pyfits tested by grabbing a FT2 file from:  root://glast-rdr.slac.stanford.edu//glast/Data/Flight/Level1/LPA/prod/1.65/ft2/gll_pt_r0243158679_v001.fit then:

import pyfits
hdulist = pyfits.open('blah.fit')
hdulist.info()

OmniOrb

 http://confluence.slac.stanford.edu/display/SAS/Building+omniORB+for+GLAST

...