teuben / nemo

a Stellar Dynamics Toolbox (Not Everybody Must Observe)
https://astronemo.readthedocs.io
GNU General Public License v2.0
56 stars 40 forks source link

table headers #112

Open teuben opened 1 year ago

teuben commented 1 year ago

Table headers are not consistently passed on, sometimes it requires a manual extra line, e.g.

   echo '# col1 col2 ...'   > foo.tab
   foo >> foo.tab

though some programs can provide it.

teuben commented 1 year ago

(related) FYI: a new program 'tabhead' was written to make a new header. different styles are supported.