LernerLab / GuPPy

Guided Photometry Analysis in Python, a free and open-source FP analysis tool.
GNU General Public License v3.0
64 stars 11 forks source link

PSTH Computation Error Message #26

Closed jamiecm17 closed 1 year ago

jamiecm17 commented 1 year ago

I keep running into an issue during PSTH computation where the program throws the following error: "ValueError: could not broadcast input array from shape (1956940) into shape (1981)" (see image 1 below)

This results in the required files for PSTH analysis and visualization not being created, so I can't proceed to the visualization step ("beep_VTA_z_score_VTA.h5 does not exist") (see image 2 below). What is causing this error? The rest of the steps seem to work just fine.

Image 1 image

Image 2 image

jamiecm17 commented 1 year ago

never mind it was an error on my part. please disregard.

Jiachen24 commented 1 year ago

Hi! I have the same error in computing PSTH. May I know how did you fix it?