Tue 31 Mar 10:09:54 CEST 2026
This commit is contained in:
parent
0b08e1eef5
commit
c238d32b0b
14
tools/makect.sh
Normal file
14
tools/makect.sh
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# <input.tiff> <output.tiff>
|
||||||
|
# crop x y w h
|
||||||
|
# bv white value
|
||||||
|
# t number of threads
|
||||||
|
# f = 360° turn
|
||||||
|
BACKGROUND=60000
|
||||||
|
GAIN=2.2
|
||||||
|
THREADS=4
|
||||||
|
fbp64 -e 0 -c 100 100 824 824 -m 20 -g $GAIN -G 1 -bv $BACKGROUND \
|
||||||
|
-f -a -t $THREADS \
|
||||||
|
-o $2 \
|
||||||
|
$1
|
||||||
Loading…
Reference in New Issue
Block a user