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

KomaMRIIO subpackage #229

Closed
wants to merge 4 commits into from
Closed

KomaMRIIO subpackage #229

wants to merge 4 commits into from

Conversation

beorostica
Copy link
Contributor

No description provided.

Copy link

codecov bot commented Nov 27, 2023

Codecov Report

Merging #229 (f7d0fcc) into master (baf2ebe) will decrease coverage by 0.89%.
Report is 2 commits behind head on master.
The diff coverage is 0.00%.

❗ Current head f7d0fcc differs from pull request most recent head c0c0096. Consider uploading reports for the commit c0c0096 to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #229      +/-   ##
==========================================
- Coverage   91.60%   90.72%   -0.89%     
==========================================
  Files          31       31              
  Lines        2252     2274      +22     
==========================================
  Hits         2063     2063              
- Misses        189      211      +22     
Flag Coverage Δ
core 89.09% <0.00%> (-1.32%) ⬇️
komamri 88.98% <0.00%> (-5.09%) ⬇️
plots 93.95% <ø> (+0.14%) ⬆️

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

Files Coverage Δ
KomaMRICore/src/datatypes/Phantom.jl 70.78% <0.00%> (-23.25%) ⬇️

@cncastillo cncastillo changed the title Create KomaMRIIO subpackage KomaMRIIO subpackage Nov 27, 2023
export read_seq
#ISMRMRD
export signal_to_raw_data
export recursive_merge
Copy link
Member

@cncastillo cncastillo Nov 27, 2023

Choose a reason for hiding this comment

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

why are you exporting this? You are doing KomaMRICore.recursive_merge. This is not needed.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I didn't intend to make any changes to KomaMRICore. This was a mistake in the commit.

Comment on lines +11 to +12
MRIBase = "f7771a9a-6e57-4e71-863b-6e4b6a2f17df"
MRIFiles = "5a6f062f-bf45-497d-b654-ad17aae2a530"
Copy link
Member

Choose a reason for hiding this comment

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

Do you need both?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We utilize EncodingCounters() from MRIBase and Limits() from MRIFiles.


# Phantom
export read_phantom_jemris, read_phantom_MRiLab

Copy link
Member

Choose a reason for hiding this comment

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

This is missing a KomaMRIIO.__VERSION__ variable (This is why Pkg is being imported).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You are right. It is going to be added.

@beorostica beorostica closed this Nov 28, 2023
@beorostica
Copy link
Contributor Author

There is another pull request, #231, that will add KomaMRIIO.

@beorostica beorostica deleted the koma-io branch November 28, 2023 14:10
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.

2 participants