skymizer/SkyPat

Export result to a file

ItzMeJP opened this issue · 1 comments

There is a way to export the results to a data file? Like a text file.

I am trying to create a table with the results.

You may use -c $CSV_FILE_NAME to generate a output text file.
For example, when you execute examples/performance/performance, you can use examples/performance/performance -c output.csv to redirect your output into output.csv in the CSV format.