Skip to content

Bug #1411 fix multi tem0#1412

Merged
jan-petr merged 5 commits intodevelopfrom
bug-#1411_FixMultiTEM0
May 19, 2023
Merged

Bug #1411 fix multi tem0#1412
jan-petr merged 5 commits intodevelopfrom
bug-#1411_FixMultiTEM0

Conversation

@jan-petr
Copy link
Contributor

Linked issue

Close #1411

@jan-petr jan-petr requested a review from BeatrizPadrela May 15, 2023 20:32
@jan-petr jan-petr self-assigned this May 15, 2023
@jan-petr jan-petr linked an issue May 15, 2023 that may be closed by this pull request
7 tasks
@HenkMutsaerts HenkMutsaerts self-requested a review May 17, 2023 14:03
Copy link
Member

@HenkMutsaerts HenkMutsaerts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here, we assume that the shortest TE of both ASL and M0 is the one that should be equal between both, is that always the case?

E.g., if we have M0_TE = [10 20 30] and ASL_TE = 20, then we will have a problem.
So I would do the following:

  1. establish the ASL_TE
  2. establish the M0_TE
  3. check which ones are overlapping
  4. use the smallest value of those that are overlapping (3)
  5. issue warning if the smallest overlapping value differs from the smallest ASL OR smallest M0 TE value

@jan-petr jan-petr requested a review from HenkMutsaerts May 19, 2023 15:31
@jan-petr jan-petr force-pushed the bug-#1411_FixMultiTEM0 branch from 26df0c3 to bafb9cb Compare May 19, 2023 15:32
@jan-petr jan-petr merged commit bafb9cb into develop May 19, 2023
@jan-petr jan-petr deleted the bug-#1411_FixMultiTEM0 branch May 19, 2023 15:32
@jan-petr jan-petr removed the request for review from HenkMutsaerts May 19, 2023 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix multi-TE M0 processing

3 participants