Note: Julia 0.6 users should checkout the julia0.6
branch; master
works on Julia 0.7/1.x only.
Read and write Imagine analog and digital recordings and commands.
Consider using this package if your OCPI experiment requires more flexibility in design than can be provided from the Imagine GUI. Any analog or digital input or output signal carried by the microscope's DAQ board can be modified with this package. Currently we can't run experiments directly from this package (but work has started on that with https://github.com/HolyLab/Imagine.jl). For now instead of running experiments directly you can use this package to save a file describing your imaging experiment (JSON format) that can be loaded and run by the Imagine GUI.
See the examples folder for usage demos, especially the heavily commented workflow script,
the .ai
file reading example,
and the ijulia notebook.
Note: Plotting capabilities have moved to the ImaginePlots.jl package.