Changeset 13318 for fact/tools


Ignore:
Timestamp:
04/05/12 14:44:44 (12 years ago)
Author:
lusterma
Message:
changed fitslib name to pyfits_h.so, which is the default created by ROOT
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/pyscripts/pyfact/pyfact.py

    r13156 r13318  
    1111from ROOT import gSystem
    1212# fitslib.so is made from fits.h and is used to access the data
    13 gSystem.Load('~/py/fitslib.so')
     13gSystem.Load('pyfits_h.so')
    1414from ROOT import *
    1515
Note: See TracChangeset for help on using the changeset viewer.