Skip to content

VERITAS-Observatory/PyVBFIO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyVBFIO

VBF wrapper written in Cython

Requirement

  1. Cython
  2. Numpy
  3. VBF

Remember to set environment variable VBFSYS to point to your VBF installation.

Build Instruction

Simply run:

./setup.sh

This will build the PyVBF interface in the directory of the code. I haven't implement the full installation script yet.
So, to use PyVBF in your script/jupyter-notebook, the easist way is to add the directory of code in sys.path.
Example:

import sys  
sys.path.append('/path/to/your/PyVBF')  
import PyVBF 

An example of using PyVBF can be found here.

About

VBF wrapper written in Cython

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published