<div id="geary-body" dir="auto">On Fri, Aug 30, 2019 at 11:30 PM, Andreas Kadavanich <andreas@kadavanich.us> wrote:<br><blockquote type="cite"><div style="white-space: pre-wrap;">Iÿm with the UNIX crowd on this one. </div></blockquote><div><br></div><div>Debian is also using binary packages. :-)</div><div><br></div><div>If you don't consider disk space limitations, I think storing as either ASCII or Binary is not the the key issue that you are having. I think, you are struggeling with the defined readout of the data of a proprietary data format. Open Data Format Specifications are part of the unix/GNU philosophy so I think that an open data format for storing spectra is what you want. The easiest is of course csv. If you store various information in the header, you will *definitely* run into problems parsing them. JSON is a <span style="caret-color: rgb(34, 34, 34); color: rgb(34, 34, 34); font-family: sans-serif; font-size: 14px; orphans: 2; widows: 2;">Unicode based </span>data stream format and is readable by any text editor but you can also export to csv or plain text from Python if you like that better.</div><div><br></div><div>Regards</div><div><br></div></div>