source: trunk/src/xml_schemas/ImaDoc_template_pairs.xml @ 1199

Last change on this file since 1199 was 1199, checked in by sommeria, 8 hours ago

bugs repaired

File size: 508 bytes
Line 
1<?xml version="1.0" ?>
2<ImaDoc>
3<Camera>
4    <TimeUnit>s</TimeUnit>
5    <BurstTiming>
6      <Time unit="TimeUnit" >0</Time> <!--time of the first image -->
7      <FrameFrequency unit="1/TimeUnit">10000</FrameFrequency> 
8      <Dti unit="frame">2</Dti><!--interval between bursts-->
9      <NbDti>99</NbDti> <!--Nbe d'intervals Dti (nre of bursts-1)-->
10      <Dtj unit="frame">0.1</Dtj> <!--intervals inside the burst, here one interval (2 images a b in a burst)-->   
11    </BurstTiming>
12</Camera>
13</ImaDoc>
Note: See TracBrowser for help on using the repository browser.