Changeset 13318 for fact/tools/pyscripts/pyfact/pyfact.py
- Timestamp:
- 04/05/12 14:44:44 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/pyscripts/pyfact/pyfact.py
r13156 r13318 11 11 from ROOT import gSystem 12 12 # fitslib.so is made from fits.h and is used to access the data 13 gSystem.Load(' ~/py/fitslib.so')13 gSystem.Load('pyfits_h.so') 14 14 from ROOT import * 15 15
Note:
See TracChangeset
for help on using the changeset viewer.