From 75c203b62b7e1d1516de03044fcfdcf552649cd2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 Sep 2023 07:29:21 +0000 Subject: [PATCH] Deployed c039110 with MkDocs version: 1.5.2 --- index.html | 4 +--- installation/index.html | 3 --- sitemap.xml | 10 +++++----- sitemap.xml.gz | Bin 269 -> 268 bytes tsdf_fields_table/index.html | 4 ++-- 5 files changed, 8 insertions(+), 13 deletions(-) diff --git a/index.html b/index.html index c97cd88..5401c47 100644 --- a/index.html +++ b/index.html @@ -90,8 +90,6 @@

Welcome to the TSDF (Time Series Data Format) Python package

A package to work with TSDF data in Python. This implementation is based on the the TSDF format specification, which can be found in this preprint.

What is TSDF data?

-

tsdf stands for time series data format. -It is a unified, standardized format for storing all types of physiological sensor data. It was originally introduced in this preprint.

TSDF provides a unified, user-friendly format for both numerical sensor data and metadata, utilizing raw binary data and JSON-format text files for measurements/timestamps and metadata, respectively. It defines essential metadata fields to enhance data interpretability and exchangeability, aiming to bolster scientific reproducibility in studies reliant on digital biosensor data as a critical evidence base across various disease domains.

Example: TSDF Metadata

This example demonstrates a TSDF metadata JSON file, showcasing the structured format used to easily interpret and read the corresponding binary data. For more intricate examples and detailed specifications, the paper serves as a comprehensive reference.

@@ -218,5 +216,5 @@

The python library - tsdf

diff --git a/installation/index.html b/installation/index.html index 6309983..075b4a1 100644 --- a/installation/index.html +++ b/installation/index.html @@ -46,8 +46,6 @@