Minor fix.
[mtp.git] / README.txt
index aad4ca2..18266af 100644 (file)
@@ -18,9 +18,9 @@ experiments presented in this article. It does not require any
 library, and uses a Dijkstra with a Binary Heap for the min-queue,
 instead of a Fibonacci heap.
 
-This software package includes three commands:
+This software package provides two commands:
 
- - mtp is the generic command to use in practice. It takes tracking
+ - mtp is the generic tool to use in practice. It takes tracking
    parameters as input, and prints the tracked trajectories as
    output. The format for these parameters is given at the bottom of
    this documentation.
@@ -28,11 +28,8 @@ This software package includes three commands:
  - mtp_example creates a tracking toy example, and runs the tracking
    algorithm on it. It gives an example of how to use MTPTracker on a
    configuration produced dynamically, and produces a test input file
-   for the mtp command.
-
- - mtp_stress_test creates a larger problem with a lot of noise and
-   multiple trajectories, to check the behavior of the code under
-   slightly more complex situations.
+   for the mtp command. If you pass it the "stress" argument, it
+   generates a larger and noisier problem.
 
 * INSTALLATION