Skip to content

ncu-psl/FDtomoC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FDtomoC

  • This is the revised and optimized version of FDtomo in C language
  • Documents and experiment data are collected in data
  • Any programming issue or logic issue should be tracked in issues

Variants

  • FDtomoPy (in Python, under development)

How to download

# clone source code
cd <where you want FDtomoC to live>
git clone https://github.com/ncu-psl/FDtomoC.git

# clone test data
git clone https://github.com/ncu-psl/FDtomo.git
cd FDtomoC
cp -r ../FDtomo/data .
unzip data/cwb_12-15_S/runs_files/arrivals/cwb_12-15_S.zip -d data/cwb_12-15_S/runs_files/arrivals/

How to build

# GNU Compiler Collection
export CC=gcc

# Intel C Compiler
# export CC=icc

# build
# if you get Internal Compiler Error(ICE), try make without -j
bash build.sh

How to run

cd build
bash run.sh "../data/small/FDtomo.spec"

Development tree

D:.
├─FDtomo   // Fortran version
├─FDtomoC  // Reorganized C version 
├─FDtomo-C-old  //C-Benchmark version
└─FDtomoPy // Python version

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages