Biosig


NameBiosig JSON
Version 2.6.0 PyPI version JSON
download
home_pagehttps://biosig.sourceforge.io
SummaryBioSig - tools for biomedical signal processing
upload_time2024-02-24 15:35:44
maintainer
docs_urlNone
authorAlois Schlögl
requires_python
licenseGPLv3+
keywords eeg ecg ekg emg eog polysomnography ecog biomedical signals scp edf gdf heka cfs abf
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Biosig Package

Biosig contains tools for processing of biomedical signals
like  EEG, ECG/EKG, EMG, EOG, polysomnograms (PSG). Currently,
it contains import filters of about 50 different file formats
including EDF, GDF, BDF, HL7aECG, SCP (EN1064).

More information is available at
[Biosig project homepage](https://biosig.sourceforge.io)

# Installation:
## GNU/Linux, Unix,
  pip install https://pub.ist.ac.at/~schloegl/biosig/prereleases/Biosig-2.6.0.tar.gz

## MacOSX/Homebrew
  brew install biosig
  pip install numpy
  pip install https://pub.ist.ac.at/~schloegl/biosig/prereleases/Biosig-2.6.0.tar.gz

## MS-Windows
  the biosig extension module is not supported on MS Windoes.
  Instead, it is recommended to use loadgdf.py together with biosig2gdf.exe
  for loading biosig data.

# Usage of the biosig extension module

   import biosig
   import json
   # read header/metainformation
   HDR=json.loads(biosig.header(FILENAME))
   # read data
   DATA=biosig.data(FILENAME)

# Usage of loadgdf (biosig2gdf.exe is strongly recommended)
  loadgdf(filename)


            

Raw data

            {
    "_id": null,
    "home_page": "https://biosig.sourceforge.io",
    "name": "Biosig",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "EEG ECG EKG EMG EOG Polysomnography ECoG biomedical signals SCP EDF GDF HEKA CFS ABF",
    "author": "Alois Schl\u00f6gl",
    "author_email": "alois.schloegl@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/19/a5/dd9069aa0c87897169d532a8da0ad0b6744c6c383d933801c334afe1e1e9/Biosig-2.6.0.tar.gz",
    "platform": null,
    "description": "# Biosig Package\n\nBiosig contains tools for processing of biomedical signals\nlike  EEG, ECG/EKG, EMG, EOG, polysomnograms (PSG). Currently,\nit contains import filters of about 50 different file formats\nincluding EDF, GDF, BDF, HL7aECG, SCP (EN1064).\n\nMore information is available at\n[Biosig project homepage](https://biosig.sourceforge.io)\n\n# Installation:\n## GNU/Linux, Unix,\n  pip install https://pub.ist.ac.at/~schloegl/biosig/prereleases/Biosig-2.6.0.tar.gz\n\n## MacOSX/Homebrew\n  brew install biosig\n  pip install numpy\n  pip install https://pub.ist.ac.at/~schloegl/biosig/prereleases/Biosig-2.6.0.tar.gz\n\n## MS-Windows\n  the biosig extension module is not supported on MS Windoes.\n  Instead, it is recommended to use loadgdf.py together with biosig2gdf.exe\n  for loading biosig data.\n\n# Usage of the biosig extension module\n\n   import biosig\n   import json\n   # read header/metainformation\n   HDR=json.loads(biosig.header(FILENAME))\n   # read data\n   DATA=biosig.data(FILENAME)\n\n# Usage of loadgdf (biosig2gdf.exe is strongly recommended)\n  loadgdf(filename)\n\n",
    "bugtrack_url": null,
    "license": "GPLv3+",
    "summary": "BioSig - tools for biomedical signal processing",
    "version": "2.6.0",
    "project_urls": {
        "Homepage": "https://biosig.sourceforge.io"
    },
    "split_keywords": [
        "eeg",
        "ecg",
        "ekg",
        "emg",
        "eog",
        "polysomnography",
        "ecog",
        "biomedical",
        "signals",
        "scp",
        "edf",
        "gdf",
        "heka",
        "cfs",
        "abf"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "19a5dd9069aa0c87897169d532a8da0ad0b6744c6c383d933801c334afe1e1e9",
                "md5": "3e03258dbe92d00657fd21df37405537",
                "sha256": "fba9939a88a0ae55a6ad2bf4eed47fa1a657002de1eef242af8010ddcfcd0eba"
            },
            "downloads": -1,
            "filename": "Biosig-2.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3e03258dbe92d00657fd21df37405537",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 18465,
            "upload_time": "2024-02-24T15:35:44",
            "upload_time_iso_8601": "2024-02-24T15:35:44.890499Z",
            "url": "https://files.pythonhosted.org/packages/19/a5/dd9069aa0c87897169d532a8da0ad0b6744c6c383d933801c334afe1e1e9/Biosig-2.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-24 15:35:44",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "biosig"
}
        
Elapsed time: 0.20774s