participants.json 554 B

123456789101112131415161718192021222324
  1. {
  2. "age" : {
  3. "Description" : "age of the partecipant",
  4. "Units" : "years"
  5. },
  6. "sex" : {
  7. "Description" : "sex of the partecipant",
  8. "Levels" : {
  9. "M" : "Male",
  10. "F" : "Female"
  11. }
  12. },
  13. "group" : {
  14. "Description" : "experimental group. In this study all partecipants are young healthy subjects (HC)"
  15. },
  16. "MastoidDistance" : {
  17. "Description" : "Distance between mastoids passing through Cz",
  18. "Units" : "cm"
  19. },
  20. "NasionInionDistance" : {
  21. "Description" : "Distance between nasion and inion passing through Cz",
  22. "Units" : "cm"
  23. }
  24. }