This is script should read the files (either xls or the tab seperated ones) and extract the bpm for subjects in the appropriate slice for given batch.
inputs: batchID, files(either an xls file or a the root of dataset), timeslice.
outputs: SQL statements (or direct insert into the database) that inserts the tuples
(subjectID; bpmFeatureID, batchID, bpm in that timeslice, timeslice)
This is script should read the files (either xls or the tab seperated ones) and extract the bpm for subjects in the appropriate slice for given batch.
inputs: batchID, files(either an xls file or a the root of dataset), timeslice.
outputs: SQL statements (or direct insert into the database) that inserts the tuples (subjectID; bpmFeatureID, batchID, bpm in that timeslice, timeslice)