I've noticed that the sleeplog file is not recording the subject number. The subject number should be recorded in the first column of the file. Without the subject's number, the gold standard software will not consider the sleeplog file on the sleep statistics.
Steps to Reproduce
Run the command: docker run -p 127.0.0.1:8051:8051 --volume ~/Documents/TEMP/actigraphy_tests/processed_data:/data --volume ~/Documents/Github_repositories/app-actigraphy/assets:/app/assets cmidair/actigraphy:latest
Select a participant (any one of them)
Expected Results
The expected result is to have the subject number on the first column (under the ID column) of the sleeplog file:
Actual Results
As the actual result, we always have the name identifier under the ID column.
Description
I've noticed that the sleeplog file is not recording the subject number. The subject number should be recorded in the first column of the file. Without the subject's number, the gold standard software will not consider the sleeplog file on the sleep statistics.
Steps to Reproduce
Expected Results
The expected result is to have the subject number on the first column (under the ID column) of the sleeplog file:
Actual Results
As the actual result, we always have the name identifier under the ID column.
Additional Notes
No response