sensbiotk.io.scripts package

« sensbiotk.io package | sensbiotk.io.scripts package | sensbiotk.tests package »

sensbiotk.io.scripts package

Submodules

sensbiotk.io.scripts.fox_multiple_raw_folder_to_CSV module

Basic script for converting multiple folders with Raw files to a determined location, sorted both by experimentation number and by IMU.

For each IMU, extract all the files .RAW from the SD card and put it in a folder with the following name : ImuNumber_Location

ex: (for IMU n°1 located on the right shank, the folder is : 1_RIGHT_SHANK

sensbiotk.io.scripts.fox_multiple_raw_to_csv module

Basic script for converting multiple Raw file to a determined location, sorted both by experimentation number and by IMU. Arguments enables the user to enter the IMU number, its location on the patient. and the sampling rate.

sensbiotk.io.scripts.fox_raw module

fox_raw.py convert/plot raw Fox filename [-cdbvtfpamgh] -i <raw_foxfilename or path>

or –input=<raw_foxfilename or path>

for the output directory –dir<dirname> or -d<dirname> for a new basename output –basename<basename> or -b<basename> for time verification –verif or -v for sample time –time=<sample_time(sec)> or -t <sample_time(sec)> for sample frequency –frequency=<frequency(Hz)> or -s <frequency(Hz)> for plot IMU raw data –plot or -p for plot accelero raw data –acc or -a for plot magneto raw data –mag or -m for plot gyro raw data –gyr or -g for help use –help or -h

sensbiotk.io.scripts.fox_raw.getnamefiles(filename, newbasename, diroutput)[source]
sensbiotk.io.scripts.fox_raw.main(argv)[source]

Main command

sensbiotk.io.scripts.fox_raw.plotsig(time, data, title, labely)[source]

Plot one signal

sensbiotk.io.scripts.fox_raw.usage()[source]

Usage command print

sensbiotk.io.scripts.fox_raw.veriftime(label, ptime)[source]

Clock verification

Module contents