Initial commit

This commit is contained in:
2021-11-29 09:27:14 +01:00
commit 6e89d49d6b
6 changed files with 242 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
spectrum/

17
Pipfile Normal file
View File

@@ -0,0 +1,17 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
jupyter = "*"
numpy = "*"
matplotlib = "*"
scipy = "*"
pillow = "*"
np = "*"
[dev-packages]
[requires]
python_version = "3.8"

BIN
checkerboard-tunnel.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

BIN
crossing.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 727 KiB

224
images_ft.ipynb Normal file

File diff suppressed because one or more lines are too long

BIN
zebra.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 389 KiB