HolyLab / ImagineInterface.jl

Read and write Imagine analog and digital recordings and commands
Other
2 stars 2 forks source link

Docs and slight extension of `parse_ai` #72

Closed timholy closed 5 years ago

timholy commented 5 years ago

This was my first serious usage of ImagineInterface. What a great package! I think most of the existing documentation is focused on creating new experiments, but my need was to parse the .ai file so I added some docs on doing that.

Would certainly appreciate a review from @Cody-G if you have time!

codecov[bot] commented 5 years ago

Codecov Report

Merging #72 into master will increase coverage by 0.03%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #72      +/-   ##
==========================================
+ Coverage   83.87%   83.91%   +0.03%     
==========================================
  Files          13       13              
  Lines         980      982       +2     
==========================================
+ Hits          822      824       +2     
  Misses        158      158
Impacted Files Coverage Δ
src/parse.jl 88.48% <100%> (+0.16%) :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 3cd6941...8f8c2ed. Read the comment docs.

Cody-G commented 5 years ago

I'm glad to hear it's useful! And the changes look great, it totally makes sense to make it easier to read.ai files in isolation.