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

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

virtual frame indexing introduced

File size: 1.1 KB
Line 
1<ImaDoc>
2  <Camera>
3    <TimeUnit>s</TimeUnit>
4    <ExposureTime unit="TimeUnit">0.008</ExposureTime> <!--ancilllary info, not used in data processing-->
5    <BurstTiming>
6          <Time unit="TimeUnit" > 0 </Time>  <!--time of the first image, =0 by default-->
7      <Dtj unit="TimeUnit"> 0.01 </Dtj> <!-- elementaire time interval in a burst (volume) -->
8      <NbDtj> 49 </NbDtj>   <!--Nbe of intervals Dtj in a burst or volume (nre de frames-1) --> 
9      <Dti unit="TimeUnit"> 0.8 </Dti>  <!-- time interval between two succesive bursts (volumes)-->
10      <NbDti> 1 </NbDti> <!--Nbe of intervals Dti (nre of volumes -1)-->
11      <Dtk unit="TimeUnit"> 10 </Dtk> <!-- time interval between two volume pairs , equivalent to <Dti>1 10</Dti> and <NbDti> 199 </NbDti> with no Dtk-->
12      <NbDtk> 199 </NbDtk> <!-- nbre of volume pairs-->   
13    </BurstTiming>
14  </Camera>
15  <FileSeries> <!--example of documentation for images grouped in multi image files-->
16           <Convention>PCO</Convention>
17           <RootName>im</RootName> 
18           <FirstFileIndex>0</FirstFileIndex>
19           <NbFramePerFile>281</NbFramePerFile>
20   </FileSeries>
21</ImaDoc>
Note: See TracBrowser for help on using the repository browser.