To create an environment, and install the required packages to install this package, run:
conda create -n autodiffCT
conda activate autodiffCT
./install.sh
If you want to additionally be able to run notebooks, run:
conda install -c anaconda ipykernel jupyter
To register the environment as a kernel you can select in a notebook:
python -m ipykernel install --user --name=autodiffCT
Walnut rotation axis requires flexcalc (which requires flexdata and flextomo):
- install flexdata
pip install flexdata
- install flextomo
pip install flextomo
- install flexcalc
pip install flexcalc
To load the tomobank dataset of the PSI fuelcell, run:
conda install h5py dxchange tomopy -c anaconda -c conda-forge
- BH simulated -- DONE
- BH playdoh -- DONE
- phase simulated
- phase fuelcell -- DONE
- rot axis simulated -- DONE
- rot axis walnut -- DONE
- TV+CNN foam -- DONE