galavi / TemporalConfig
Interface: TemporalConfig
Defined in: types.ts:137
Temporal configuration — maps frame indices to physical time
Properties
frameCount
frameCount:
number
Defined in: types.ts:139
Total number of timepoints
frameInterval
frameInterval:
number
Defined in: types.ts:141
Physical time per frame in unit
startTime?
optionalstartTime:number
Defined in: types.ts:143
Time offset of frame 0 (default 0)
unit?
optionalunit:"second"|"millisecond"
Defined in: types.ts:145
Time unit (default 'second')