ItIf


NameItIf JSON
Version 0.10 PyPI version JSON
download
home_page
SummaryItIf provides a convenient and interactive way to transform time signal to frequncy spectra via FFT
upload_time2023-10-12 14:43:08
maintainer
docs_urlNone
author
requires_python>=3.7
license
keywords fft spectroscopy
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # I(t) to I(f)

This package provides an graphical user interface to convert a timesignel (I(t)) to a frequency spectrum (I(f)) via Fast Fourier transform (FFT).
Different window functions can be applied, the window position and duration can be changed interactively and zeropadding can be applied.

The default options are chosen to fit our usecase in the [Labastro Group Cologne](https://astro.uni-koeln.de/schlemmer).
If your dataformats are different, please modify the default options file accordingly.
To do this, start the program and save the default values via *File > Save as default*. This creates the file "~/.itif./default.json".

This file is in simple json format and can be edited with your editor of choice.

Find the project on [PyPi](https://pypi.org/project/ItIf/) or install via
```
pip install itif
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "ItIf",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "FFT,Spectroscopy",
    "author": "",
    "author_email": "Luis Bonah <bonah@ph1.uni-koeln.de>",
    "download_url": "https://files.pythonhosted.org/packages/5e/65/e0017725d952b9304be995f4875c89cfcfd17e3462e423efeb287e162523/ItIf-0.10.tar.gz",
    "platform": null,
    "description": "# I(t) to I(f)\r\n\r\nThis package provides an graphical user interface to convert a timesignel (I(t)) to a frequency spectrum (I(f)) via Fast Fourier transform (FFT).\r\nDifferent window functions can be applied, the window position and duration can be changed interactively and zeropadding can be applied.\r\n\r\nThe default options are chosen to fit our usecase in the [Labastro Group Cologne](https://astro.uni-koeln.de/schlemmer).\r\nIf your dataformats are different, please modify the default options file accordingly.\r\nTo do this, start the program and save the default values via *File > Save as default*. This creates the file \"~/.itif./default.json\".\r\n\r\nThis file is in simple json format and can be edited with your editor of choice.\r\n\r\nFind the project on [PyPi](https://pypi.org/project/ItIf/) or install via\r\n```\r\npip install itif\r\n```\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "ItIf provides a convenient and interactive way to transform time signal to frequncy spectra via FFT",
    "version": "0.10",
    "project_urls": null,
    "split_keywords": [
        "fft",
        "spectroscopy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "856528540806e00ca471d991aa787709c56c9442ce5f0a421213a1826c1fded2",
                "md5": "91164c60c71ae7f42c26cce6f0391221",
                "sha256": "49de841864b9ea06a50e91a629025636b15752addb591397d0d73fc6fcb5d23f"
            },
            "downloads": -1,
            "filename": "ItIf-0.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "91164c60c71ae7f42c26cce6f0391221",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 10160,
            "upload_time": "2023-10-12T14:43:07",
            "upload_time_iso_8601": "2023-10-12T14:43:07.234884Z",
            "url": "https://files.pythonhosted.org/packages/85/65/28540806e00ca471d991aa787709c56c9442ce5f0a421213a1826c1fded2/ItIf-0.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5e65e0017725d952b9304be995f4875c89cfcfd17e3462e423efeb287e162523",
                "md5": "8ea454f0b310e1bbde17ce3f95b7a19e",
                "sha256": "3429e233eb32f003ccfa385deaf0a403699c588d5ee1ef735fc8bb3549a15acf"
            },
            "downloads": -1,
            "filename": "ItIf-0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "8ea454f0b310e1bbde17ce3f95b7a19e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 9671,
            "upload_time": "2023-10-12T14:43:08",
            "upload_time_iso_8601": "2023-10-12T14:43:08.637078Z",
            "url": "https://files.pythonhosted.org/packages/5e/65/e0017725d952b9304be995f4875c89cfcfd17e3462e423efeb287e162523/ItIf-0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-12 14:43:08",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "itif"
}
        
Elapsed time: 0.43343s