Skip to content

Commit

Permalink
typo ref #2
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kro authored Oct 1, 2024
1 parent 17dede9 commit cbce01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/web/docs/Simulation/Output/Lanearea_Detectors_(E2).md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ The values are described in the following table.
| begin | (simulation) seconds | The first time step the values were collected in |
| end | (simulation) seconds | The last time step + DELTA_T the values were collected in (may be equal to begin) |
| id | id | The id of the detector (needed if several detectors share an output file) |
| sampledSeconds | s | The total time all vehicles which contributed data were on the detector. this may be fractional even if the time step is one second, because the times when the vehicle enters and leaves are interpolated. |
| sampledSeconds | s | The total time all vehicles which contributed data were on the detector. This may be fractional even if the time step is one second, because the times when the vehicle enters and leaves are interpolated. |
| nVehEntered | \# | The number of vehicles that entered the detector in the corresponding interval. (vehicle front has passed 'pos') |
| nVehLeft | \# | The number of vehicles that left the detector in the corresponding interval. (vehicle back has passed 'endPos' / has changed lane / has been teleported / has parked) |
| nVehSeen | \# | The number of vehicles that were on the detector in the corresponding interval (were "seen" by the detector). |
Expand Down

0 comments on commit cbce01d

Please sign in to comment.