Skip to content

fact-project/zfits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zfits

    from zfits import FactFits

    f = FactFits('20160401_153.fits.fz')
    for event in f:
        print(event)

    # event is a dict{string: np.1d-array}

Install

pip install .

About

A python wrapper around the MARS zfits code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published