CoordVisualize/docs/src/index.md
2023-11-14 00:28:22 +09:00

955 B

CurrentModule = CoordVisualize

CoordVisualize.jl

Documentation for CoordVisualize.jl

Tutorial

Readers are expected to be familiar with basics of julia.

Log structure

CoordVisualize.jl treats coordination trace log with some additional information, datetime when log was taken and supplemental note to annotate the log. This set of log is represented by the type CoordLog.

Parsing Log

Use parse_log to parse log files generated with Tracecoords CSM mod. Set the keyword argument interactive to true to supply notes interactively. It automatically get datetime. Notes can be also supplied in the following section.

Editing

You sometimes want to split logs and to give more appropriate notes for each of them. You can do this with split_log function.

You can also edit existing notes with assign_note!.

Exporting

Use export_log to export log to io or file.