VH-Lab / NDIcalc-vis-matlab

NDI calculator objects and documents for vision research
Other
0 stars 1 forks source link

stimloopsplitter small bugs #7

Closed stevevanhooser closed 3 weeks ago

stevevanhooser commented 1 year ago

Hi Avi -

stimloopsplitter is looking good!

new branch made (avi_3new)

can you

a) add semicolons to the debugging lines so they don't print out b) if a stimulus_presentation_document contains no stimuli with the field 'loop', it should not make a document (it should just be empty) c) the dependency for 'stimulus_element_id' is empty, should be same as the dependency value for input doc.

It creates the right number of stimuli, seems to create the right timing, still testing

thanks! Steve

stevevanhooser commented 1 year ago

A couple more notes:

The ndi_document.session_id needs to be copied (it is empty), as does epoch_id (also empty).

Thanks Steve

stevevanhooser commented 1 year ago

good news..I manually fixed a document to address these issues, and the pipeline runs to completion with direction tuning curves. So when these items are fixed, it will work!