source: trunk/src/xml_schemas/ImaDoc_template_series.xml @ 1183

Last change on this file since 1183 was 1178, checked in by sommeria, 9 months ago

virtual frame indexing introduced

File size: 415 bytes
Line 
1<ImaDoc >
2  <Camera>
3    <TimeUnit>s</TimeUnit><!--unit for times, seconds (s) by default-->
4    <BurstTiming>
5      <Time unit="TimeUnit" > 0 </Time> <!--time of the first image, expressed in TimeUnit, = 0 by default-->
6      <Dti unit="TimeUnit" > 1 </Dti><!--time interval, expressed in TimeUnit-->
7      <NbDti>50</NbDti> <!--Nbe of intervals Dti (=nbre de frames-1)-->
8    </BurstTiming>
9  </Camera>
10</ImaDoc>
Note: See TracBrowser for help on using the repository browser.