Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display 3D trajectories, with a grid interface #193

Open
wants to merge 56 commits into
base: master
Choose a base branch
from

Commits on Apr 26, 2024

  1. Added

    chaithyagr committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    8ca012c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a980c2 View commit details
    Browse the repository at this point in the history
  3. Fix

    chaithyagr committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    093edfb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8a6a4a View commit details
    Browse the repository at this point in the history
  5. Remove bymistake add

    chaithyagr committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    74c1ecd View commit details
    Browse the repository at this point in the history
  6. Fix

    chaithyagr committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    0250aa8 View commit details
    Browse the repository at this point in the history
  7. Fixed lint

    chaithyagr committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    060a8bd View commit details
    Browse the repository at this point in the history
  8. Lint

    chaithyagr committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    aecb844 View commit details
    Browse the repository at this point in the history
  9. Added refbackend

    chaithyagr committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    3130bc1 View commit details
    Browse the repository at this point in the history
  10. Fix NDFT

    chaithyagr committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    bc014b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    0cc73c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21e090f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6869a4a View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    f8364d4 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    23a63da View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    3709e74 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    8d6b9b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    96a8287 View commit details
    Browse the repository at this point in the history
  2. feat: add field interpolators calculation (mind-inria#124)

    This add "get_interpolators_from_fieldmap", supporting both real (B0 map only) and complex (Zmap = R2* + 1j * B0map) fields
    in arbitrary dimension (2D and 3D). The routine supports both numpy / cupy arrays and torch tensors on CPU and GPU,
    the latter requiring cupy due to limitations in torch.histogram / torch.histogramdd (pytorch/pytorch#69519).
    
    Calculation uses time segmentation with uniform time samples and LS coefficients (using histogram).
    
    Based on MIRT (https://github.com/JeffFessler/mirt/blob/main/mri/mri_exp_approx.m)
    and its Python porting from MIRTORCH (https://github.com/guanhuaw/MIRTorch/blob/master/mirtorch/linear/mri.py)
    and SigPy (https://github.com/mikgroup/sigpy/blob/main/sigpy/mri/util.py).
    mcencini committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    f8d5dc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    855c99d View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. feat: field interpolator estimation in MRIFourierCorrected constructor.

    In addition, add off-resonance example.
    mcencini committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    6364186 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55eea10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36563b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b03a36 View commit details
    Browse the repository at this point in the history
  5. Update test_offres_exp_approx.py

    Avoid torch cuda test case if cupy is not available.
    mcencini authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    39105c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    0b9666e View commit details
    Browse the repository at this point in the history
  2. Update src/mrinufft/operators/off_resonance.py

    remove deprecated get_grad
    
    Co-authored-by: Chaithya G R <[email protected]>
    mcencini and chaithyagr authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    f3ad9ac View commit details
    Browse the repository at this point in the history
  3. address pr review

    mcencini committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    f4b9108 View commit details
    Browse the repository at this point in the history
  4. remove phantominator

    mcencini committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    45ebb00 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    308a27b View commit details
    Browse the repository at this point in the history
  2. address PR rev mind-inria#2

    mcencini committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    f6a5cb7 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    f5b7230 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed44862 View commit details
    Browse the repository at this point in the history
  3. \!docs_build

    chaithyagr committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    70c2cf8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45a9364 View commit details
    Browse the repository at this point in the history
  5. \!docs_build fix gpuNUFFT

    chaithyagr committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    1bbe2c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    398fb28 View commit details
    Browse the repository at this point in the history
  2. Update src/mrinufft/operators/off_resonance.py

    Co-authored-by: Guillaume Daval-Frérot <[email protected]>
    mcencini and Daval-G authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    216b7ad View commit details
    Browse the repository at this point in the history
  3. Update src/mrinufft/operators/off_resonance.py

    Co-authored-by: Guillaume Daval-Frérot <[email protected]>
    mcencini and Daval-G authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    0ac0aa0 View commit details
    Browse the repository at this point in the history
  4. \!docs_build gpunufft

    chaithyagr committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    9b04b51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60ed09c View commit details
    Browse the repository at this point in the history
  6. Update src/mrinufft/operators/off_resonance.py

    Co-authored-by: Guillaume Daval-Frérot <[email protected]>
    mcencini and Daval-G authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    a35fc35 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    327cb03 View commit details
    Browse the repository at this point in the history
  8. Update src/mrinufft/operators/off_resonance.py

    Co-authored-by: Guillaume Daval-Frérot <[email protected]>
    mcencini and Daval-G authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    f3ed9c1 View commit details
    Browse the repository at this point in the history
  9. address PR rev 3

    mcencini committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    c57f3b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Update pyproject.toml

    chaithyagr authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    e46095d View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    c944e78 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Update src/mrinufft/operators/off_resonance.py

    Co-authored-by: Guillaume Daval-Frérot <[email protected]>
    mcencini and Daval-G authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    5f32210 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. \![docs_build]

    chaithyagr committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    211a6aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe05e31 View commit details
    Browse the repository at this point in the history
  3. Add 3D trajectory viewer

    chaithyagr committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    abd5970 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    a97be05 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    cb076bd View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    165043f View commit details
    Browse the repository at this point in the history
  2. Fix ruff

    chaithyagr committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    2aff0f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    0280cb0 View commit details
    Browse the repository at this point in the history