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

[ENH] BEP022 - Magnetic Resonance Spectroscopy #425

Merged
merged 41 commits into from
Aug 29, 2024

Commits on Jan 21, 2024

  1. Update 2024-01-20

    markmikkelsen committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    ac8272b View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

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

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    3bacbd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07e92a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

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

Commits on Feb 14, 2024

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

Commits on Feb 25, 2024

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

Commits on Feb 27, 2024

  1. Update mrs_biggaba/

    markmikkelsen committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    ca2672c View commit details
    Browse the repository at this point in the history
  2. Correct filename

    markmikkelsen committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a3b7d70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f63af00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0fbf2bc View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Update example MRS ref data suffices

    - Change suffix from `ref` to `mrsref` where applicable
    markmikkelsen committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    732d601 View commit details
    Browse the repository at this point in the history
  2. Update ref to mrsref

    - Amend dataset_listing.tsv and README.md
    markmikkelsen committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    409442c View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

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

Commits on May 4, 2024

  1. fix listing

    Remi-Gau committed May 4, 2024
    Configuration menu
    Copy the full SHA
    f6c69ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c90ac75 View commit details
    Browse the repository at this point in the history
  3. fix tables in README

    Remi-Gau committed May 4, 2024
    Configuration menu
    Copy the full SHA
    a669e4d View commit details
    Browse the repository at this point in the history
  4. lowercase for codespell

    Remi-Gau committed May 4, 2024
    Configuration menu
    Copy the full SHA
    3d69d39 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

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

Commits on Jun 3, 2024

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

Commits on Jun 6, 2024

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

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    807fbb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    032304e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7166068 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

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

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    311b0f6 View commit details
    Browse the repository at this point in the history
  2. fix: Update type of SpectrometerFrequency and ResonantNucleus

    for MRSI in mrs_{2dmrsi,biggaba}/sub-*/mrs/*.json; do
        jq '.SpectrometerFrequency = [.SpectrometerFrequency] | .ResonantNucleus = [.ResonantNucleus]' $MRSI \
        | sponge $MRSI;
    done
    npx prettier -w mrs_2dmrsi/sub-*/mrs/*.json
    npx prettier --tab-width 4 -w mrs_biggabba/sub-*/mrs/*.json
    effigies committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    b396bd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    475caf7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e488826 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

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

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    227bab9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a7951d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80d24be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a87fce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c33ed7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc92a4d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    53f59d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

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