├── CSmain.m ├── Functions ├── MyAdjointOperatorPropagation.m ├── MyAdjointPropagation.m ├── MyC2V.m ├── MyDiv3D.m ├── MyFieldsPropagation.m ├── MyForwardOperatorPropagation.m ├── MyForwardPropagation.m ├── MyMakingPhase.m ├── MyProjectionTV.m ├── MyTV3D_conv.m ├── MyTVnorm.m ├── MyTVphi.m ├── MyTVpsi.m ├── MyV2C.m ├── TwIST.m ├── plotdatacube.m └── plotdatacubeTiff.m ├── Readme.txt └── cell.jpg /CSmain.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/CS_twin_image_removal_1/HEAD/CSmain.m -------------------------------------------------------------------------------- /Functions/MyAdjointOperatorPropagation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/CS_twin_image_removal_1/HEAD/Functions/MyAdjointOperatorPropagation.m -------------------------------------------------------------------------------- /Functions/MyAdjointPropagation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/CS_twin_image_removal_1/HEAD/Functions/MyAdjointPropagation.m -------------------------------------------------------------------------------- /Functions/MyC2V.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/CS_twin_image_removal_1/HEAD/Functions/MyC2V.m -------------------------------------------------------------------------------- /Functions/MyDiv3D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/CS_twin_image_removal_1/HEAD/Functions/MyDiv3D.m -------------------------------------------------------------------------------- /Functions/MyFieldsPropagation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/CS_twin_image_removal_1/HEAD/Functions/MyFieldsPropagation.m -------------------------------------------------------------------------------- /Functions/MyForwardOperatorPropagation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/CS_twin_image_removal_1/HEAD/Functions/MyForwardOperatorPropagation.m -------------------------------------------------------------------------------- /Functions/MyForwardPropagation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/CS_twin_image_removal_1/HEAD/Functions/MyForwardPropagation.m -------------------------------------------------------------------------------- /Functions/MyMakingPhase.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/CS_twin_image_removal_1/HEAD/Functions/MyMakingPhase.m -------------------------------------------------------------------------------- /Functions/MyProjectionTV.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/CS_twin_image_removal_1/HEAD/Functions/MyProjectionTV.m -------------------------------------------------------------------------------- /Functions/MyTV3D_conv.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/CS_twin_image_removal_1/HEAD/Functions/MyTV3D_conv.m -------------------------------------------------------------------------------- /Functions/MyTVnorm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/CS_twin_image_removal_1/HEAD/Functions/MyTVnorm.m -------------------------------------------------------------------------------- /Functions/MyTVphi.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/CS_twin_image_removal_1/HEAD/Functions/MyTVphi.m -------------------------------------------------------------------------------- /Functions/MyTVpsi.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/CS_twin_image_removal_1/HEAD/Functions/MyTVpsi.m -------------------------------------------------------------------------------- /Functions/MyV2C.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/CS_twin_image_removal_1/HEAD/Functions/MyV2C.m -------------------------------------------------------------------------------- /Functions/TwIST.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/CS_twin_image_removal_1/HEAD/Functions/TwIST.m -------------------------------------------------------------------------------- /Functions/plotdatacube.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/CS_twin_image_removal_1/HEAD/Functions/plotdatacube.m -------------------------------------------------------------------------------- /Functions/plotdatacubeTiff.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/CS_twin_image_removal_1/HEAD/Functions/plotdatacubeTiff.m -------------------------------------------------------------------------------- /Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/CS_twin_image_removal_1/HEAD/Readme.txt -------------------------------------------------------------------------------- /cell.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/CS_twin_image_removal_1/HEAD/cell.jpg --------------------------------------------------------------------------------