Skip to content
Snippets Groups Projects
Forked from empyre / empyre
Source project has a limited visibility.
  • Jan Caron's avatar
    a088c4f5
    Fixed problems with the transposed operations of the forward model which did · a088c4f5
    Jan Caron authored
    not represent the correct matrizes (hopefully, now they do).
    
    >>> PACKAGE
    forwardmodel, kernel, phasemapper:
            b_0 is now again inherent part of the kernel.
    projector:
            Corrected .jac_T_dot, now delivers product for the correct matrix.
    >>> SCRIPTS
    simple_reconstruction:
            Does simple compliance tests for 1 and 2 projections and tests a simple
            solver via scipy.sparse.linalg.cg for the reconstruction.
    a088c4f5
    History
    Fixed problems with the transposed operations of the forward model which did
    Jan Caron authored
    not represent the correct matrizes (hopefully, now they do).
    
    >>> PACKAGE
    forwardmodel, kernel, phasemapper:
            b_0 is now again inherent part of the kernel.
    projector:
            Corrected .jac_T_dot, now delivers product for the correct matrix.
    >>> SCRIPTS
    simple_reconstruction:
            Does simple compliance tests for 1 and 2 projections and tests a simple
            solver via scipy.sparse.linalg.cg for the reconstruction.