Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Manual/trajectory_bin_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Similarly to `trajectory_list`, these commands' syntax includes a "type" line, w

Put another way, this takes the intersection of the `trajectory_list` and each bin of the `trajectory_bin_list`, and performs the calculation on each bin individually. The analysis will in general output a separate tab-demarcated file for each bin, which may produce a large number of files. An ending will be appended to the name of each output file with the bin indicies (e.g. `<output file>.2.1.2.bindata`)

The optional argument `<persistence check>` specifies whether or not, for dynamic analyses, the algorithm retains only particles that are in the bin at start and end times of a given time gap. The default is zero, meaning this check is not performed.
The optional argument `<persistence check>` is currently not operational. In general, for dynamical analysis, the algorithm analyzes only particles that are in the bin at start and end times of a given time gap.

| Command | Effect | Output |
|----------|----------|----------|
Expand Down
Loading