BhallaLab / MouseBehaviour

Arduino and PointGrey camera based behaviour setup.
https://mousebehaviour.readthedocs.io/en/latest/
GNU General Public License v3.0
2 stars 5 forks source link

error occured while analysing data #4

Closed Bhumikasingh0110 closed 7 years ago

Bhumikasingh0110 commented 7 years ago

error1

Bhumikasingh0110 commented 7 years ago

in another laptop libtiff module is not there. error2

dilawar commented 7 years ago

Second issue you can solve by installing

 $ sudo apt install python-libtiff 

The first issue has problem in formatting of datacolumn in one of the line . Can you upload the dat file on which it failed?

Bhumikasingh0110 commented 7 years ago

error3 still error is there

Bhumikasingh0110 commented 7 years ago

the dat file ​ trial_010.tif https://drive.google.com/file/d/0B7WPkTv6HfJNME5nM2NlUVRSUGs/view?usp=drive_web

[image: photo] Bhumika Singh Rathore Third Year Undergraduate Department of Biotechnology IIT Kharagpur 7548095861 | bhumikasinghrathore@gmail.com

On Thu, Jul 20, 2017 at 12:50 PM, Dilawar Singh notifications@github.com wrote:

Second issue you can solve by installing

$ sudo apt install python-libtiff

The first issue has problem in formatting of datacolumn in one of the line . Can you upload the dat file on which it failed?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dilawar/MouseBehaviour/issues/4#issuecomment-316618953, or mute the thread https://github.com/notifications/unsubscribe-auth/AbmuKFm911o8Qkk1REGGvFcrToSIL6pMks5sPv-1gaJpZM4OdpxD .

dilawar commented 7 years ago

This is a known bug in libtiff (https://bugs.launchpad.net/ubuntu/+source/pylibtiff/+bug/1595540). Following will fix it.

$ pip install libtiff --user 

Or,

 $ sudo chown -R a+w /usr/lib/python2.7/dist-packages/libtiff/tiff_h*.py 

Any of the above would fix it. Check the path in sudo chown command.

Bhumikasingh0110 commented 7 years ago

thanks

dilawar commented 7 years ago

The formatting error is still there?

Bhumikasingh0110 commented 7 years ago

I mailed you the dat file of the trial . It was not working till yesterday evening.

dilawar commented 7 years ago

Fixed now. Don't close the issue unless fixed.

When a timestamp is improper, it is ignored.

Bhumikasingh0110 commented 7 years ago

error4 all the trial got the plot but summary map is not there

dilawar commented 7 years ago

Latest commit 4303f71might fix it. If not, create directory _analysis in the same folder where you data is kept and rerun the script.

On Fri, Jul 21, 2017 at 1:08 PM Bhumikasingh0110 notifications@github.com wrote:

[image: error4] https://user-images.githubusercontent.com/28945960/28453608-a900b494-6e15-11e7-9aba-4b022bc65159.png all the trial got the plot but summary map is not there

— You are receiving this because you modified the open/close state.

Reply to this email directly, view it on GitHub https://github.com/dilawar/MouseBehaviour/issues/4#issuecomment-316928614, or mute the thread https://github.com/notifications/unsubscribe-auth/AA2qwULY4tOoDyS33fgHpsVCS0ogTEyNks5sQFWLgaJpZM4OdpxD .