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

3D recon #324

Draft
wants to merge 55 commits into
base: master
Choose a base branch
from
Draft

3D recon #324

wants to merge 55 commits into from

Commits on Mar 13, 2024

  1. 3D_recon work in progress.

    modified:   ../KomaMRICore/src/rawdata/ISMRMRD.jl
    modified:   KomaUI.jl
    curtcorum committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    36408a2 View commit details
    Browse the repository at this point in the history
  2. Line 123 setup_raw() needs modifications for 3D?

    modified:   ExportUIFunctions.jl
    curtcorum committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    674c0f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

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

Commits on Mar 27, 2024

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

Commits on Mar 30, 2024

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

Commits on Apr 5, 2024

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

Commits on Apr 8, 2024

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

Commits on May 15, 2024

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

Commits on Jun 4, 2024

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

Commits on Jun 5, 2024

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

Commits on Jun 6, 2024

  1. Doctring updated for Sequence().

    modified:   KomaMRIBase/src/datatypes/Sequence.jl
    curtcorum committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    440402d View commit details
    Browse the repository at this point in the history
  2. Fixed typo in Sequence() docstring.

    modified:   KomaMRIBase/src/datatypes/Sequence.jl
    curtcorum committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    971bca4 View commit details
    Browse the repository at this point in the history
  3. Now exporting default_sim_params.

    modified:   KomaMRICore/src/KomaMRICore.jl
    curtcorum committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    43f01dd View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Changes to signal_to_raw_data, now separate counters for z and slices.

    modified:   KomaMRICore/src/rawdata/ISMRMRD.jl
    curtcorum committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    c669ecc View commit details
    Browse the repository at this point in the history
  2. Fixed counter calculation for nz and ns for signal_to_raw_data.

    modified:   KomaMRICore/src/rawdata/ISMRMRD.jl
    curtcorum committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    032c3f2 View commit details
    Browse the repository at this point in the history
  3. Debugging counters for signal_to_raw_data. No need to reset the scan_…

    …counter?
    
    modified:   KomaMRICore/src/rawdata/ISMRMRD.jl
    curtcorum committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    38fd47a View commit details
    Browse the repository at this point in the history
  4. Counters fixed. Needs some more testing. Ready to try 3D recon with M…

    …RIReco. Need to configure reco_parameters.
    
    modified:   KomaMRICore/src/rawdata/ISMRMRD.jl
    curtcorum committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    aa37f37 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Fixing 2D vs 3D in progress, 2D currently broken in KomaUI()!!

    modified:   ISMRMRD.jl
    curtcorum committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    410c403 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5fc898 View commit details
    Browse the repository at this point in the history
  3. Still debugging...

    modified:   ISMRMRD.jl
    curtcorum committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    eb3e450 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbaa408 View commit details
    Browse the repository at this point in the history
  5. Still forces 2D recons someplace...???!!!

    modified:   KomaMRICore/src/rawdata/ISMRMRD.jl
    modified:   src/KomaUI.jl
    curtcorum committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    c82a735 View commit details
    Browse the repository at this point in the history
  6. Debugging reconstruction calls from KomaUI().

    modified:   KomaMRICore/src/rawdata/ISMRMRD.jl
    modified:   src/KomaUI.jl
    curtcorum committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    570bde7 View commit details
    Browse the repository at this point in the history
  7. Debug raw data conversion for ge3d_cac.seq, something funny...!!!

    modified:   KomaMRICore/src/rawdata/ISMRMRD.jl
    modified:   src/KomaUI.jl
    curtcorum committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    3bd4209 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. A fair amount of work to estimate proper 3D recon parameters from seq…

    …, and work and debugging of the scan counters for 3D.
    
    modified:   KomaMRICore/src/rawdata/ISMRMRD.jl
    curtcorum committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    d977f25 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    a4c387c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dacc56d View commit details
    Browse the repository at this point in the history
  3. Update ISMRMRD.jl

    Added `use_ndseq` to `signal_to_raw_data()` docstring
    curtcorum authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    bd51a01 View commit details
    Browse the repository at this point in the history
  4. Update ISMRMRD.jl

    More updates for FOV estimation
    curtcorum authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    9aac620 View commit details
    Browse the repository at this point in the history
  5. Update ISMRMRD.jl

    debugging
    curtcorum authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    05d862a View commit details
    Browse the repository at this point in the history
  6. Update ISMRMRD.jl

    One more debug?
    curtcorum authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    8719f0a View commit details
    Browse the repository at this point in the history
  7. Update ISMRMRD.jl

    curtcorum authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    acc981d View commit details
    Browse the repository at this point in the history
  8. Debugging signal_to_raw_data

    modified:   KomaMRICore/src/rawdata/ISMRMRD.jl
    curtcorum committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    eb9b789 View commit details
    Browse the repository at this point in the history
  9. Check on Ny, Ns, Nz == 0 for scan counters.

    modified:   KomaMRICore/src/rawdata/ISMRMRD.jl
    curtcorum committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    9f25e24 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Defaulting to use_ndseq=true for signal_to_raw_data.

    modified:   KomaMRICore/src/rawdata/ISMRMRD.jl
    curtcorum committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    26c6c1b View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

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

Commits on Jun 18, 2024

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

Commits on Jun 19, 2024

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

Commits on Jun 20, 2024

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

Commits on Jun 24, 2024

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

Commits on Jul 8, 2024

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

Commits on Jul 9, 2024

  1. Working on central recon parameter estimation in KomaMRICore/src/rawd…

    …ata/ISMRMRD.jl
    
    modified:   KomaMRICore/src/KomaMRICore.jl
    modified:   KomaMRICore/src/rawdata/ISMRMRD.jl
    modified:   KomaMRIFiles/src/Sequence/Pulseq.jl
    curtcorum committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    585304f View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

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

Commits on Jul 16, 2024

  1. Working on estimate_seq_recon_dimension, working for 2d multislice, n…

    …ot for spiral
    
    modified:   KomaMRICore/src/rawdata/ISMRMRD.jl
    curtcorum committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    af870bd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into 3D_recon

    Conflicts: (fixed)
    KomaMRICore/src/rawdata/ISMRMRD.jl
    
    Changes to be committed:
    modified:   KomaMRIBase/Project.toml
    modified:   KomaMRIBase/src/KomaMRIBase.jl
    modified:   KomaMRICore/Project.toml
    modified:   KomaMRICore/src/KomaMRICore.jl
    modified:   KomaMRICore/src/rawdata/ISMRMRD.jl
    modified:   KomaMRICore/src/simulation/SimulatorCore.jl
    modified:   KomaMRICore/test/Project.toml
    deleted:    KomaMRICore/test/initialize.jl
    new file:   KomaMRICore/test/initialize_backend.jl
    modified:   KomaMRICore/test/runtests.jl
    modified:   KomaMRIFiles/Project.toml
    modified:   KomaMRIFiles/src/KomaMRIFiles.jl
    modified:   KomaMRIFiles/src/Phantom/Phantom.jl
    modified:   KomaMRIPlots/Project.toml
    modified:   KomaMRIPlots/src/KomaMRIPlots.jl
    modified:   Project.toml
    modified:   src/KomaMRI.jl
    modified:   src/KomaUI.jl
    curtcorum committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    c8e76fb View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Fixing merge.

    modified:   KomaMRICore/src/rawdata/ISMRMRD.jl
    curtcorum committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    12e0d63 View commit details
    Browse the repository at this point in the history
  2. Whitespace formatting.

    modified:   KomaMRICore/src/rawdata/ISMRMRD.jl
    curtcorum committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    b101fe1 View commit details
    Browse the repository at this point in the history
  3. Forced type of Nx, Ny, Nz, Ns read from seq.DEF to be Int64.

    Was not matching ::Tuple{Vararg{Int64, D}} in MRIBase ~/.julia/packages/MRIBase/GskMD/src/Datatypes/AcqData.jl:21
    modified:   KomaMRICore/src/rawdata/ISMRMRD.jl
    curtcorum committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    c98d92b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18539d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. LiearAlgebra added to Project. Check for radial sampling.

    Need to have Nx, etc. be sequence structure and send separate matrix size for recon parameters.
    modified:   Project.toml
    modified:   src/KomaMRICore.jl
    modified:   src/rawdata/ISMRMRD.jl
    modified:   ../Project.toml
    curtcorum committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    0f317cb View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

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

Commits on Sep 1, 2024

  1. Merge branch 'master_merge' into 3D_recon_merge

    Conflicts:
    	KomaMRICore/src/simulation/GPUFunctions.jl
    curtcorum committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    af4f6da View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

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

Commits on Oct 3, 2024

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