From a31ff5f1d8170661686f25518bbd0c1f678074d2 Mon Sep 17 00:00:00 2001 From: FG-TUM Date: Sat, 19 Feb 2022 13:07:29 +0100 Subject: [PATCH] Update Doc of HDF5 layout --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b278c8ef..a045aeb3 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ A single `.h5` containing particle and conjunction data from a full simulation r │ └── (Dataset) Velocities │ x y z └─── (Dataset) ConstantProperties - id mass radius activityState + id cosparId mass radius bcInv activityState ``` Collision data is tracked every iteration, particle data only in intervals that are defined in the YAML file.