Skip to content

Commit

Permalink
More cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kretep committed Sep 18, 2023
1 parent e75ee85 commit c039110
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ A package to work with TSDF data in Python. This implementation is based on the

## 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](https://arxiv.org/abs/2211.11294).

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.


Expand Down
2 changes: 0 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Installation

## Installing tsdf

The package is available in [PyPI](https://pypi.org/project/tsdf/). The latest stable release can be installed using:

```bash
Expand Down
2 changes: 1 addition & 1 deletion docs/tsdf_fields_table.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ TSDF metadata is represented as a dictionary. In this section, we will comprehen



## TSDF optional fields
## TSDF domain-specific fields


| Field | Type | Description |
Expand Down

0 comments on commit c039110

Please sign in to comment.