From f71dc5a7b6deb495614e85e8b2c3510af9d3497f Mon Sep 17 00:00:00 2001 From: Jonah <47046556+jwbonner@users.noreply.github.com> Date: Thu, 14 Dec 2023 20:33:28 -0500 Subject: [PATCH] Add Hoot to open file docs --- docs/OPEN-FILE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/OPEN-FILE.md b/docs/OPEN-FILE.md index b380d8eb..774ad90e 100644 --- a/docs/OPEN-FILE.md +++ b/docs/OPEN-FILE.md @@ -13,8 +13,9 @@ In the menu bar, click "File" > "Open..." or press **cmd/ctrl + O**, then choose Supported log formats are: - **WPILOG (.wpilog)** - Produced by WPILib's [built-in data logging](https://docs.wpilib.org/en/stable/docs/software/telemetry/datalog.html) and AdvantageKit v2 (2023) or later. -- **RLOG (.rlog)** - Produced by AdvantageKit v1 (2022). - **Driver Station logs (.dslog and .dsevents)** - Produced by the [FRC Driver Station](https://docs.wpilib.org/en/stable/docs/software/driverstation/driver-station.html) and saved to "\Users\Public\Documents\FRC\Log Files". +- **Hoot (.hoot)** - (Experimental) Produced by CTRE's Phoenix 6 [signal logging](https://pro.docs.ctr-electronics.com/en/latest/docs/yearly-changes/yearly-changelog.html#signal-logging) API. An addition setup process is required to support this format. See [Loading CTRE Log Files](/docs/HOOT-SETUP.md). +- **RLOG (.rlog)** - Produced by AdvantageKit v1 (2022). > Note: ".dslog" files include numeric/boolean data and ".dsevents" files include console data. When opening either file type, AdvantageScope searches the same directory for the matching log. For example, when opening "/example/log/file.dslog" AdvantageScope searches for "/example/log/file.dsevents". If found, the fields from both files are combined.