File: notes.txt

package info (click to toggle)
psychopy 2023.2.4%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 124,456 kB
  • sloc: python: 126,213; javascript: 11,982; makefile: 152; sh: 120; xml: 9
file content (7 lines) | stat: -rw-r--r-- 927 bytes parent folder | download
1
2
3
4
5
6
7
1) When the Vector class is implemented, all stimuli with a position param will also have an "anchor" param - this is essentially "where on the stimulus is the position set from" - you can see how this will work in Textbox which already has an "anchor"
2) When the Color class is implemented, there will be a lot more colour spaces. You can see what these will be in:
    psychopy.colors.colorSpaces
3) Should we add in things like "Save onset/offset times"? They're not in the docs currently but it might be good for users to know what they are, especially now that there's a clear structure to it
4) What are we doing about case? Currently the labels in Builder are inconsistent, should we unify it and make it all title case?
5) With param types, should we avoid using words like "boolean" which may not be understandable to non-programmers?
6) Should we automate bits which are in everything, like Name or Start/Stop?