neurodata / ndstore

code for storing neurodata images and image annotations
http://neurodata.io
Apache License 2.0
38 stars 12 forks source link

Merge Histogram ROI to microns #343

Closed alexbaden closed 8 years ago

alexbaden commented 8 years ago

Adds histogram ROI service, fully documented + tested.

Note that this also moves the histogram data out of the nduser django app and into the stats django app. You will need to run python manage.py migrate after pulling these code changes on all ndstore installations.

kunallillaney commented 8 years ago

@alexbaden this looks great. I do need three things before we can merge this into microns.

Thanks.

alexbaden commented 8 years ago

All done and pushed. I am running tests on brainviz now, where this branch is deployed. I'll let you know once I have a result there.

kunallillaney commented 8 years ago

@alexbaden I will merge this in. I don't think all the tests will pass since @randalburns catmaid push. Some of the tile_api functions have changed and the tests will have to be updated for that. Thanks.