HolyLab / ImagineInterface.jl

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

Cjg/stepped stacks #54

Closed Cody-G closed 7 years ago

Cody-G commented 7 years ago

Some fixes and a function for adding stepped z-stack acquisitions (very slow, but can be useful for debugging).

codecov-io commented 7 years ago

Codecov Report

Merging #54 into master will decrease coverage by 0.93%. The diff coverage is 75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #54      +/-   ##
==========================================
- Coverage   87.16%   86.22%   -0.94%     
==========================================
  Files          12       12              
  Lines        1044     1118      +74     
==========================================
+ Hits          910      964      +54     
- Misses        134      154      +20
Impacted Files Coverage Δ
src/imaginesignal.jl 87.05% <50%> (-4.16%) :arrow_down:
src/convenience.jl 74.19% <66.66%> (-0.81%) :arrow_down:
src/parse.jl 85.2% <75%> (-0.34%) :arrow_down:
src/stack.jl 85.63% <88.67%> (+1.19%) :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 efa88bc...27d1e76. Read the comment docs.

Cody-G commented 7 years ago

Builds pass, I'll have to improve the test coverage later.