source: trunk/src/xml_schemas/ImaDoc_template_burst.xml

Last change on this file was 1178, checked in by sommeria, 4 weeks ago

virtual frame indexing introduced

File size: 552 bytes
Line 
1<ImaDoc>
2<Camera>
3    <TimeUnit>s</TimeUnit><!--default =s (second) if not indicated-->
4    <BurstTiming>
5      <Dtj unit="TimeUnit"> 0.1 0.3 0.2 </Dtj> <!--intervals in a  burst (here 4 images, just one interval for pairs), expressed in time units-->
6      <Time unit="TimeUnit" > 0 </Time> <!--time of the first image (defined for a trigger), = 0 by default-->
7      <Dti unit="TimeUnit"> 15 </Dti><!--interval between bursts-->
8      <NbDti>50</NbDti> <!-- total nbre of intervals Dti (nre of bursts-1)-->
9      </BurstTiming>
10  </Camera>
11</ImaDoc>
Note: See TracBrowser for help on using the repository browser.