rob-luke / Neuroimaging.jl

Neuroimaging in Julia
https://rob-luke.github.io/Neuroimaging.jl
BSD 3-Clause "New" or "Revised" License
48 stars 11 forks source link

Add function to return data #169

Closed rob-luke closed 3 years ago

rob-luke commented 3 years ago

@behinger's PR #167 illustrated to me why a user may wish to access underlying data. This is a user facing function for accessing data rather than using the underlying data structure.

codecov[bot] commented 3 years ago

Codecov Report

Merging #169 (ddd94d6) into main (0bed495) will increase coverage by 0.03%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #169      +/-   ##
==========================================
+ Coverage   96.19%   96.23%   +0.03%     
==========================================
  Files          43       43              
  Lines        1394     1407      +13     
==========================================
+ Hits         1341     1354      +13     
  Misses         53       53              
Impacted Files Coverage Δ
src/Neuroimaging.jl 100.00% <ø> (ø)
src/types/EEG/EEG.jl 94.96% <100.00%> (+0.51%) :arrow_up:

Continue to review full report at Codecov.

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