From 42de8107ab7c3bd8601d42f9867b81133df12e88 Mon Sep 17 00:00:00 2001 From: Rilee Date: Thu, 26 Aug 2021 07:29:51 -0400 Subject: [PATCH] Update README.md Bit position of finest temporal resolution was not updated to reflect the two-resolution scheme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7af16d5..dcead81 100644 --- a/README.md +++ b/README.md @@ -96,8 +96,8 @@ The default partitioning of an HCE word follows. See TemporalIndex for more info Year=0 and Before/After=1 is an error. See TemporalIndex for more detail. \*\*A resolution of zero corresponds to the coarsest bit, e.g. the top of the - year field (bit position 62). A resolution of 54 corresponds to the finest - resolution, 1 ms (bit position 8). These are for the default encoding, + year field (bit position 62). A resolution of 48 corresponds to the finest + resolution, 1 ms (bit position 14). These are for the default encoding, type = 1. Forward and reverse resolution indicate direction in time away from encoded temporal position.