Home | Trees | Indices | Help |
|
---|
|
Importer --+ | SIRunImporter
Import SICard readout data from a backup file. File Format: Course Code;SICard Number;ReadoutTime;StartTime;FinishTime;CheckTime;ClearTime;Control Code 1;Time1;Control Code 2;Time2;... Time Format is YYYY-MM-DD HH:MM:SS.ssssss Example: SE1;345213;2008-02-20 12:32:54.000000;2008-02-20 12:14:00.000000;2008-02-20 13:27:06.080200;2008-02-20 12:10:21.000000;2008-02-20 12:10:07.002000;32;2008-02-20 12:19:23.000000;76;2008-02-20 12:20:57.300000;...
|
|||
|
|||
|
|||
|
|
|||
|
|
|||
timestamp_re = re.compile('([0-9]{4})-([0-9]{2})-([0-9]{2}) ([
|
|||
TIMEFORMAT = '%Y-%m-%d %H:%M:%S'
|
|||
COURSE = 0
|
|||
CARDNR = 1
|
|||
READOUT = 2
|
|||
START = 3
|
|||
FINISH = 4
|
|||
CHECK = 5
|
|||
CLEAR = 6
|
|||
BASE = 7
|
|
|
Import runner data into store. Creates all the necessary objects and add them to the store, but don't commit the store.
|
|
timestamp_re
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Nov 3 23:56:07 2023 | http://epydoc.sourceforge.net |