]> OzVa Git service - rust_fft/commit
Fully built the LUT system
authorMax Value <greenwoodw50@gmail.com>
Tue, 7 Oct 2025 17:22:48 +0000 (18:22 +0100)
committerMax Value <greenwoodw50@gmail.com>
Tue, 7 Oct 2025 17:22:48 +0000 (18:22 +0100)
commite1a6109777897b9f4a214deec4b334ea49245537
tree948c4fcee4b6844f1687fdda2ccb26307db5668c
parentb46af45d4cf17ada2bf52a7a2f7c284dffb329d9
Fully built the LUT system

implemented into the main program via correct.rs but not yet tested
.gitignore
Cargo.lock
Cargo.toml
src/correct.rs [new file with mode: 0644]
src/cube/camera.py [new file with mode: 0644]
src/cube/cube.py [changed mode: 0644->0755]
src/cube/frame.py [new file with mode: 0644]
src/cube/graph.py [new file with mode: 0755]
src/cube/main.py [new file with mode: 0755]
src/cube/test.py [new file with mode: 0755]
src/main.rs