actsnclass.build_time_domain
- actsnclass.build_time_domain(user_choice)
Generates features files for a list of days of the survey.
- Parameters:
-d (sequence) – Sequence of days since the begin of the survey to be processed.
-p (str) – Complete path to raw data directory.
-o (str) – Complete path to output time domain directory.
Examples
Use it directly from the command line.
>>> build_time_domain.py -d 20 21 22 23 -p <path to raw data dir> -o <path to output time domain dir>