Overall the organization looks great! There are a few files that don't conform to the naming conventions of the others-- it looks like most (but not all) file and folder names are lowercase_words_separated_by_underscores (and some are Capitalized or CamelCase). I recommend renaming files/folders in PyCharm using the refactor command so that it automatically updates all references to the files.
Also, in the stim folder there is a Cue and cue folder that contain different files (confusing). I recommend moving everything to the cue folder.
Overall the organization looks great! There are a few files that don't conform to the naming conventions of the others-- it looks like most (but not all) file and folder names are
lowercase_words_separated_by_underscores
(and some areCapitalized
orCamelCase
). I recommend renaming files/folders in PyCharm using therefactor
command so that it automatically updates all references to the files.Also, in the
stim
folder there is aCue
andcue
folder that contain different files (confusing). I recommend moving everything to thecue
folder.