JaneliaSciComp / Neuroptikon

Neuroptikon
Other
9 stars 3 forks source link

SelectObjectsRegex selects more than specified #87

Closed dteinferno closed 9 years ago

dteinferno commented 9 years ago

If I use n1 = network.findObjectsRegex(Neuron,"Ebw") or n2 = network.findObjectsRegex(Neuron,"Ebt"), both commands select both sets of neurons with "Ebw" and "Ebt" in the name rather than the first one selecting only the Ebw neurons and the second selecting only the Ebt neurons.

csweaver commented 9 years ago

screen shot 2015-07-29 at 9 31 27 am

It seems to work fine in my version. Do you have a different dataset than I do? I'm pulling the one off of the shared drive.

dteinferno commented 9 years ago

It also works fine for me now... I will close the issue and reopen it if I encounter the issue again and can figure out the circumstances. Thanks!