limit fstBC to 30bp in Python3 ver.
[GalaxyCodeBases.git] / c_cpp / salusFstReCoord / README.md
bloba545598e81c148777705027f6850586ac1e88922
1 # FstFOVglobalCoord
2 transform FOV local coordinates to chip global coordinates
4 ## Build
6 ```bash
7 apt install build-essential pkg-config
8 apt install libisal2 libisal-dev zlib1g zlib1g-dev gzip
9 apt install clang-format
10 ```
12 ## Run
14 ```bash
15 make release
16 make cmp
17 ```