Ask Your Question
1

Read CHAN(7) from .out file

asked 2014-04-01 15:13:28 -0500

XRW gravatar image

updated 2014-04-01 15:13:48 -0500

How to read the data of CHAN(7) from .out file.

Thanks

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2014-04-02 15:39:17 -0500

EBahr gravatar image

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]
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

Stats

Asked: 2014-04-01 15:13:28 -0500

Seen: 2,455 times

Last updated: Apr 02 '14