Read CHAN(7) from .out file
How to read the data of CHAN(7) from .out file.
Thanks
add a comment
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.