| 1 | initial version |
I would suggest looking into the dyntools package.
import dyntools
chan = dyntools.CHNF("C:\\PATH\\TO\\YOUR\\CHAN.OUT")
data = chan.get_data()
chan_7_title = data[1][7]
chan_7_data = data[2][7]
whit loves you. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.