mad-lab-fau / carwatch-python

Python package for "CARWatch – An Open-Source Framework for Improving Cortisol Awakening Response Sampling"
https://www.mad.tf.fau.de/research/projects/carwatch/
MIT License
2 stars 1 forks source link

add leading zeroes in participant ID #1

Closed richrobe closed 2 years ago

richrobe commented 2 years ago

instead of _ which results, for example, in "CARWatch_1", I'd recommend adding leading zeroes to the participant IDs (e.g., "CARWatch_001"). The number of leading zeroes should be chosen according to the total number of participants (1-99 => 2 digits, 100 - 999 => 3 digits) etc.

Maybe also check if the layout if adding leading zeroes would break things (also together with #2 )? otherwise, the participant IDs could also be in a separate line, between study name and saliva_id