vplanet icon indicating copy to clipboard operation
vplanet copied to clipboard

Add output column headers to .forward files

Open RoryBarnes opened this issue 3 years ago • 0 comments

Gijs Mulders suggested that it would be useful to include commented-out headers in output files. These will be ignored by most python I/O functions, like numpy's genfromtxt of pandas' read_tables, and can make output more human-readable.

It could look like this:

Time Eccentricity Semi-major Axis

0.0    0.3                1.0

and so on.

RoryBarnes avatar Apr 23 '21 17:04 RoryBarnes