Metadata-Version: 2.1
Name: ItIf
Version: 0.9
Summary: ItIf provides a convenient and interactive way to transform time signal to frequncy spectra via FFT
Author-email: Luis Bonah <bonah@ph1.uni-koeln.de>
Keywords: FFT,Spectroscopy
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: PyQt6

# 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.
