├── LICENSE ├── README.md ├── data ├── AllOtherPhantoms_MatrixTXray100chan_42_MinEn5_MaxEn35_mat_CORRECTED.csv ├── NISTequivalentofRealData_MatrixTXray128chan_42_MinEn20.35_MaxEn161.15.csv ├── ThoraxPhantom512Slice255Mod.mat ├── Thorax_MatrixFXray100chan_6matBoneBloodIodineSofttissueBloodLungsIodine_MinEn20_MaxEn80.csv ├── Thorax_MatrixTXray100chan_60mat_MinEn20_MaxEn80.csv ├── VectorIXrayMatMoEn100Min5Max35.csv └── VectorIXrayMatWEn100Min20Max80.csv ├── examples ├── example1_SheppLogan.m ├── example2_Disk.m ├── example3_Thorax.m ├── example4_SheppLogan_SparseAngle.m ├── example5_SheppLogan_LimitedView.m ├── example6_MixedDisk.m ├── example7_SheppLogan3D.m └── example8_microCTData.m ├── images ├── UnmixingSchemev9_Github.svg ├── comparison-maps.png ├── comparison.png ├── eq1.svg ├── eq2.svg └── micro_ct_dataset_result.png ├── mbin ├── ADJUST.m ├── RU.m ├── UR.m ├── cJoint.m ├── computeResults.m ├── loadSpectralPhantom.m ├── modifyThorax.m ├── spectralPhantomCircles.m ├── spectralPhantomCirclesMixed.m ├── spectralSheppLogan.m ├── spectralSheppLogan3D.m ├── spectralThoraxPhantom.m └── vec.m ├── python_spectral ├── ElementaryData.py ├── SourceSpectrumGenerator.py ├── SpectralDataGenerator_AllOtherPhantoms.py └── SpectralDataGenerator_Thorax.py ├── slides └── CWI_Inria_ADJUST.pdf └── startup.m /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/README.md -------------------------------------------------------------------------------- /data/AllOtherPhantoms_MatrixTXray100chan_42_MinEn5_MaxEn35_mat_CORRECTED.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/data/AllOtherPhantoms_MatrixTXray100chan_42_MinEn5_MaxEn35_mat_CORRECTED.csv -------------------------------------------------------------------------------- /data/NISTequivalentofRealData_MatrixTXray128chan_42_MinEn20.35_MaxEn161.15.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/data/NISTequivalentofRealData_MatrixTXray128chan_42_MinEn20.35_MaxEn161.15.csv -------------------------------------------------------------------------------- /data/ThoraxPhantom512Slice255Mod.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/data/ThoraxPhantom512Slice255Mod.mat -------------------------------------------------------------------------------- /data/Thorax_MatrixFXray100chan_6matBoneBloodIodineSofttissueBloodLungsIodine_MinEn20_MaxEn80.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/data/Thorax_MatrixFXray100chan_6matBoneBloodIodineSofttissueBloodLungsIodine_MinEn20_MaxEn80.csv -------------------------------------------------------------------------------- /data/Thorax_MatrixTXray100chan_60mat_MinEn20_MaxEn80.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/data/Thorax_MatrixTXray100chan_60mat_MinEn20_MaxEn80.csv -------------------------------------------------------------------------------- /data/VectorIXrayMatMoEn100Min5Max35.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/data/VectorIXrayMatMoEn100Min5Max35.csv -------------------------------------------------------------------------------- /data/VectorIXrayMatWEn100Min20Max80.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/data/VectorIXrayMatWEn100Min20Max80.csv -------------------------------------------------------------------------------- /examples/example1_SheppLogan.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/examples/example1_SheppLogan.m -------------------------------------------------------------------------------- /examples/example2_Disk.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/examples/example2_Disk.m -------------------------------------------------------------------------------- /examples/example3_Thorax.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/examples/example3_Thorax.m -------------------------------------------------------------------------------- /examples/example4_SheppLogan_SparseAngle.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/examples/example4_SheppLogan_SparseAngle.m -------------------------------------------------------------------------------- /examples/example5_SheppLogan_LimitedView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/examples/example5_SheppLogan_LimitedView.m -------------------------------------------------------------------------------- /examples/example6_MixedDisk.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/examples/example6_MixedDisk.m -------------------------------------------------------------------------------- /examples/example7_SheppLogan3D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/examples/example7_SheppLogan3D.m -------------------------------------------------------------------------------- /examples/example8_microCTData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/examples/example8_microCTData.m -------------------------------------------------------------------------------- /images/UnmixingSchemev9_Github.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/images/UnmixingSchemev9_Github.svg -------------------------------------------------------------------------------- /images/comparison-maps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/images/comparison-maps.png -------------------------------------------------------------------------------- /images/comparison.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/images/comparison.png -------------------------------------------------------------------------------- /images/eq1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/images/eq1.svg -------------------------------------------------------------------------------- /images/eq2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/images/eq2.svg -------------------------------------------------------------------------------- /images/micro_ct_dataset_result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/images/micro_ct_dataset_result.png -------------------------------------------------------------------------------- /mbin/ADJUST.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/mbin/ADJUST.m -------------------------------------------------------------------------------- /mbin/RU.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/mbin/RU.m -------------------------------------------------------------------------------- /mbin/UR.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/mbin/UR.m -------------------------------------------------------------------------------- /mbin/cJoint.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/mbin/cJoint.m -------------------------------------------------------------------------------- /mbin/computeResults.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/mbin/computeResults.m -------------------------------------------------------------------------------- /mbin/loadSpectralPhantom.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/mbin/loadSpectralPhantom.m -------------------------------------------------------------------------------- /mbin/modifyThorax.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/mbin/modifyThorax.m -------------------------------------------------------------------------------- /mbin/spectralPhantomCircles.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/mbin/spectralPhantomCircles.m -------------------------------------------------------------------------------- /mbin/spectralPhantomCirclesMixed.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/mbin/spectralPhantomCirclesMixed.m -------------------------------------------------------------------------------- /mbin/spectralSheppLogan.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/mbin/spectralSheppLogan.m -------------------------------------------------------------------------------- /mbin/spectralSheppLogan3D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/mbin/spectralSheppLogan3D.m -------------------------------------------------------------------------------- /mbin/spectralThoraxPhantom.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/mbin/spectralThoraxPhantom.m -------------------------------------------------------------------------------- /mbin/vec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/mbin/vec.m -------------------------------------------------------------------------------- /python_spectral/ElementaryData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/python_spectral/ElementaryData.py -------------------------------------------------------------------------------- /python_spectral/SourceSpectrumGenerator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/python_spectral/SourceSpectrumGenerator.py -------------------------------------------------------------------------------- /python_spectral/SpectralDataGenerator_AllOtherPhantoms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/python_spectral/SpectralDataGenerator_AllOtherPhantoms.py -------------------------------------------------------------------------------- /python_spectral/SpectralDataGenerator_Thorax.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/python_spectral/SpectralDataGenerator_Thorax.py -------------------------------------------------------------------------------- /slides/CWI_Inria_ADJUST.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/slides/CWI_Inria_ADJUST.pdf -------------------------------------------------------------------------------- /startup.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzeegers/ADJUST/HEAD/startup.m --------------------------------------------------------------------------------