AmirulOm / segy_cpp

SEG-Y API development tool for c++ environment.
MIT License
13 stars 1 forks source link

new features #1

Open gajason opened 1 year ago

gajason commented 1 year ago

Hi! I liked your app to for reading segy file. I'm interested in this job. Didn't u add some other features?

Thank u in advance!

AmirulOm commented 1 year ago

Hi,

i've been long inactive in this codebase, what feature you're looking at?

gajason commented 1 year ago

Thank u for fast reply!

I have to parse all segy file. Some data are in big-endian while some are in little. I need to parse all traces. And so on!

I thought maybe u addes functions such as void GetAllTrace(); void ReadAllTrace(); void SetTrace();

Thank u in advance!