i'm on win7/64, winpython/64/
2.7.9.5
i installed with:
>pip install sima
* note -- the docs warn that prerequisites should be installed prior to installing sima. isn't this what pip is for? seemed to work for me, except shapely (pip installs it fine, but when running, it can't find geos.dll).
i fixed shapely with:
to get \sima\examples\workflow.py, i cloned:
* note -- why isn't this included in the pypi install?
and downloaded/extracted:
i tried to run \sima\examples\workflow.py, which works for a while, then:
File "C:\Users\nlab\Downloads\WinPython-64bit-2.7.9.5\python-2.7.9.amd64\lib\site-packages\sima\imaging.py", line 593, in export_averages
out = sima.misc.to16bit(im)
AttributeError: 'module' object has no attribute 'misc'
other questions:
- according to the doc, i will also need OpenCV, picos, bottleneck, mdp, and MOSEK. what is the recommended way to install these? each individually manually with pip?
- i might prefer to run from the git repository, but the doc warns building is complex. what should i be aware of? the doc refers to this page, but it is blank:
- i want to try the method discussed here:
but i don't see a corresponding method under \sima\sima\segment -- i only see
imaging.py/infer_spikes() and spikes.py -- but isn't the method about co-inferring segmentation and spikes? does this mean i just run infer_spikes on an ImagingDataset, without running segment?
- i will probably want to interoperate with matlab, my usual environment. what is the recommended method? i was planning to try:
are there any gotchas going either direction with this (regarding speed, precision, version (v7 vs v7.3, which is apparently HDF5), endian across OS's, or less subtle issues)? i tend to use lots of n-d numerics, structs, and cell arrays, but not tables, objects, categoricals, maps, timeseries, or ascii/csv.
thanks!
-e