Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@mathieuboudreau
Copy link
Member

Purpose

Describe the problem or feature in addition to a link to the issues.

Approach

How does this change address the problem?

Open Questions and Pre-Merge TODOs

  • Use github checklists. When solved, check the box and explain the answer.

  • Review that changed source files/lines are related to the pull request/issue
    If any files/commits were accidentally included, cherry-pick them into another branch.

  • Review that changed source files/lines were not accidentally deleted
    Fix appropriately if so.

  • Test new features or bug fix
    If not implemented/resolved adequately, solve it or inform the developer by requesting changes in your review.
    Preferably, set breakpoints in the locations that the code was changed and follow allong line by line to see if the code behaves as intended.

Manual GUI tests (general)
  • Does the qMRLab GUI open?
  • Can you change models?
  • Can you load a data folder for a model?
  • Can you view data?
  • Can you zoom in the image?
  • Can you pan out of the image?
  • Can you view the histogram of the data?
  • Can you change the color map?
  • Can you fit dataset (Fit data)?
  • Can you save/load the results?
  • Can you open the options panel?
  • Can you change option parameters?
  • Can you save/load option paramters?
  • Can you select a voxel?
  • Can you fit the data of that voxel ("View data fit")?
  • Can you simulate and fit a voxel ("Single Voxel Curve")?
  • Can you run a Sensitivity Analysis?
  • Can you simulate a Multi Voxel Distribution?
Specifications
  • Version:
  • Platform:
  • Subsystem:

mathieuboudreau and others added 6 commits February 2, 2023 12:19
* Bug fixed : bounds for fitting mono T2

* Fix the -Fix- behaviour

* Update mono_t2 full dataset (now ver 3) and partial dataset (now ver 2) on osf

---------

Co-authored-by: Mathieu Boudreau <[email protected]>
Only happens if the input files had scale factors set, as their header are used for a template.
… exists (#497)

* Correct flip angles in R1, A, and MTsat calculations when B1 input exists

* Revert inclusion of B1 correction in MTsat(Inds) following discussion & threads (for now, at least)

* Factor out B1 multiplications
@mathieuboudreau mathieuboudreau merged commit d7da3de into mb/qmt_ismrm Aug 6, 2024
0 of 4 checks passed
@codecov
Copy link

codecov bot commented Sep 16, 2024

Codecov Report

Attention: Patch coverage is 39.28571% with 17 lines in your changes missing coverage. Please review.

Project coverage is 47.39%. Comparing base (8b8fb39) to head (5523e30).
Report is 43 commits behind head on mb/qmt_ismrm.

Files with missing lines Patch % Lines
src/Models/T1_relaxometry/mp2rage.m 10.00% 9 Missing ⚠️
src/Models/T2_relaxometry/mono_t2.m 44.44% 5 Missing ⚠️
src/Models_Functions/MTSATfun/MTSAT_exec.m 50.00% 3 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@               Coverage Diff                @@
##           mb/qmt_ismrm     #505      +/-   ##
================================================
- Coverage         47.40%   47.39%   -0.01%     
================================================
  Files               260      260              
  Lines              8647     8733      +86     
================================================
+ Hits               4099     4139      +40     
- Misses             4548     4594      +46     
Flag Coverage Δ
matlab 46.61% <39.28%> (-0.01%) ⬇️
octave 37.10% <32.14%> (-0.06%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
src/Common/AbstractModel.m 66.25% <100.00%> (ø)
src/Models/FieldMaps/b1_afi.m 39.02% <100.00%> (+1.52%) ⬆️
src/Models_Functions/MTSATfun/MTSAT_exec.m 72.00% <50.00%> (-9.82%) ⬇️
src/Models/T2_relaxometry/mono_t2.m 64.47% <44.44%> (-2.67%) ⬇️
src/Models/T1_relaxometry/mp2rage.m 60.97% <10.00%> (-7.08%) ⬇️

... and 5 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8b8fb39...5523e30. Read the comment docs.

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.

3 participants