Skip to content

Commit

Permalink
First upload
Browse files Browse the repository at this point in the history
  • Loading branch information
goldina committed Jan 28, 2024
1 parent b8328e2 commit 9679a2f
Show file tree
Hide file tree
Showing 11,148 changed files with 2,002,352 additions and 6 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

151 changes: 151 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,151 @@
.vscode/

### Physionet ###
# Physionet data files

#*.dat
#*.hea
#*.atr
*.qrs*

*.zip

# Default local physionet install directory
bin/wfdb/

# Local data files
database/

# Old examples files
Examples OLD/
Examples OLD OLD/

# Mis dir
Logo Main/
Module1/
My Results/
PhysioZoo/
PhysioZoo_resources/
Screenshots/
Yonatan/
Documentation/
Config - Copy/
Examples - Copy/
Temp/
mainGUI/
Config ECG/
ABF Reader/
wfdb/
Ido/
Jessie Data/
Eugene/
Results/
Test Set for Loader/
Moran/
Documentation for gui-layout-toolbox-2.3.1/
Examples sqi/
#Examples All/
#ExamplesTXT/Armond/
#ExamplesTXT/Uta/
#ExamplesTXT/SpO2/
#ExamplesTXT/Test Rhythms/
Temp/
#GUI/Copys/
TEST_PZ_19/
Examples SpO2/
ExamplesTXT/
Examples Shani/
Examples Sheina/
Examples Will/
Examples Eran/
Create Examples/
Problems/

Examples/

pebm - Copy/

SHANY Sheina ecg-kit.txt

GUI/Biomarkers/try_exp.m

tempYAML.yml

*.prj
#*.png
*.docx
*.rar
*.pdf
*.ai


### Generated files ###
*.eps
*.xlsx

### Matlab ###

# Saved data files
*.mat

# Windows default autosave extension
*.asv

# OSX / *nix default autosave extension
*.m~

# Compiled MEX binaries (all platforms)
*.mex*

# Simulink Code Generation
slprj/

### OSX ###
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

### Windows ###
# Windows thumbnail cache files
Thumbs.db
ehthumbs.db
ehthumbs_vista.db

# Dump file
*.stackdump

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msm
*.msp

# Windows shortcuts
*.lnk
24 changes: 24 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

# Optionally build your docs in additional formats such as PDF
formats:
- pdf

# Configure build for conda support
build:
os: "ubuntu-22.04"
tools:
python: "mambaforge-22.9"

# We specify the all the requirements in the conda env file.
conda:
environment: docs/environment.yml
157 changes: 157 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,157 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

### Changed

### Removed


## [1.7.1] - 2024-01-27

### Changed

Fix PPG exe size


## [1.6.06] - 2023-06-07

### Changed

Fix loading multy-channels files bug
Rename module 1 to 'Pulse'
Rename module 2 to 'PZGUI'

## [1.6.05] - 2023-05-04

### Changed

Fix pebm toolbox


## [1.6.04] - 2022-03-04

### Changed

Fix save txt file \n bug

## [1.6.03] - 2022-01-31

### Changed

Improved 12-lead support (pebm toolbox)

## [1.6.01] - 2021-09-12

### Added

Add complete 12-lead support (pebm toolbox)
Add SpO2 support (obm toolbox)

## [1.5.7] - 2020-11-19

### Removed

- Move examples folder to separate repo

## [1.5.5] - 2020-11-11

### Changed

- SpO2 support fully included (pobm toolbox)

## [1.4.2] - 2020-06-15

### Changed

- Updating units - spo2

## [1.4.1] - 2020-06-12

### Added

- PeriodicityMeasures

### Changed

- Complexity Measures


## [1.4.0] - 2020-05-22

### Added

- New rhytms support

## [1.3.0] - 2020-05-01

### Added

- SpO2 support

## [1.2.0] - 2019-04-14

### Added

- EGM support

## [1.1.3] - 2018-12-04

### Changed

- Fix broken download link for WFDB windows binaries.

## [1.1.1] - 2018-12-03

### Changed

- Adjust r-peak bug fixes.

## [1.1.0] - 2018-11-29

### Added

- Detrend the filtering
- Adjust r-peak locations

### Changed
- Bug fixes.

## [1.0.3] - 2018-11-14

### Changed
- Improve data quality display
- Bug fixes.

## [1.0.2] - 2018-10-25

### Changed
- Add header to config files
- Bug fixes.

## [1.0.1] - 2018-09-17

### Changed
- Bug fixes in the Loader
- Updates to documentation and tutorials.

## [1.0.0] - 2018-09-06

First public release.

### Added
- Documentation: tutorials and `mhrv` toolbox API reference.
- Peak detectors for ECG data
- Prefiltering methods for transcient RR interval removal
- Standard HRV measures (time domain, frequency domain and non-linear)
- Evaluated on Windows 10 and above and on MATLAB 2016a and above

### Changed
- Updated example data files
Loading

0 comments on commit 9679a2f

Please sign in to comment.