
#!/usr/bin/env python

## written by quick_adcp.py-- edit as needed:





from pycurrents.adcp.quick_npy import Pygbin

#This stub sets calls the quick_adcp.py Pygbin method,
# which calls pycurrents.adcp.gbin.Gbinner


P = Pygbin()
P(cfgpath= '/home/valery/WORK/config',
    cruisename='nbp1201',
    configtype = 'matlab',
    sonar= 'nb150',
    py_gbindirbase = '/home/valery/WORK/gbin')



