Changeset 1199 for trunk/src/xml_schemas
- Timestamp:
- Mar 18, 2026, 12:44:56 PM (6 hours ago)
- Location:
- trunk/src/xml_schemas
- Files:
-
- 4 edited
-
ImaDoc_ancillary.xml (modified) (1 diff)
-
ImaDoc_template_burst.xml (modified) (1 diff)
-
ImaDoc_template_pairs.xml (modified) (1 diff)
-
ImaDoc_template_volume.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/xml_schemas/ImaDoc_ancillary.xml
r1178 r1199 22 22 <BurstTiming> 23 23 <Time unit="TimeUnit" >0</Time> <!--temps de la premiere image (par rapport à l'origine des temps definie pour l'experience (un trigger)--> 24 <Dtj unit="TimeUnit">1</Dtj> <!--interval élémentaire dans le burst (volume) -->25 <NbDtj>49</NbDtj> <!--Nbe d'intervals Dtj dans un burst (nre de frames-1) dans le volume-->26 24 <Dti unit="frame">70 200</Dti><!--interval dans la paire de volumes interval entre paires--> 27 25 <NbDti>50</NbDti> <!--Nbe d'intervals Dti (nre de paires de volumes -1)--> 26 <Dtj unit="TimeUnit">1</Dtj> <!--interval élémentaire dans le burst (volume) --> 27 <NbDtj>49</NbDtj> <!--Nbe d'intervals Dtj dans un burst (nre de frames-1) dans le volume--> 28 28 </BurstTiming> 29 29 <TimeOrigin>2010-06-17T16:44:28.93</TimeOrigin><!--date-temps absolu pour l'origine des temps definie pour l'experience--> 30 30 </Camera> 31 <Oscillator><!--prop riete du miroir oscillant, a discuter comment entrer ces donneee-->31 <Oscillator><!--properties of oscillating mirrors--> 32 32 <Frequency>3194.454905803945093</Frequency> 33 33 <Amplitude unit="volt">2547.234905803945093</Amplitude> -
trunk/src/xml_schemas/ImaDoc_template_burst.xml
r1178 r1199 3 3 <TimeUnit>s</TimeUnit><!--default =s (second) if not indicated--> 4 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-->5 6 6 <Time unit="TimeUnit" > 0 </Time> <!--time of the first image (defined for a trigger), = 0 by default--> 7 7 <Dti unit="TimeUnit"> 15 </Dti><!--interval between bursts--> 8 8 <NbDti>50</NbDti> <!-- total nbre of intervals Dti (nre of bursts-1)--> 9 <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--> 9 10 </BurstTiming> 10 11 </Camera> -
trunk/src/xml_schemas/ImaDoc_template_pairs.xml
r1178 r1199 4 4 <TimeUnit>s</TimeUnit> 5 5 <BurstTiming> 6 <FrameFrequency unit="1/TimeUnit">10000</FrameFrequency>7 <Dtj unit="frame">0.1</Dtj> <!--intervals inside the burst, here one interval (2 images a b in a burst)-->8 6 <Time unit="TimeUnit" >0</Time> <!--time of the first image --> 7 <FrameFrequency unit="1/TimeUnit">10000</FrameFrequency> 9 8 <Dti unit="frame">2</Dti><!--interval between bursts--> 10 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 11 </BurstTiming> 12 12 </Camera> -
trunk/src/xml_schemas/ImaDoc_template_volume.xml
r1178 r1199 5 5 <BurstTiming> 6 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 7 <Dti unit="TimeUnit"> 0.8 </Dti> <!-- time interval between two succesive bursts (volumes)--> 10 8 <NbDti> 1 </NbDti> <!--Nbe of intervals Dti (nre of volumes -1)--> 9 <Dtj unit="TimeUnit"> 0.01 </Dtj> <!-- elementaire time interval in a burst (volume) --> 10 <NbDtj> 49 </NbDtj> <!--Nbe of intervals Dtj in a burst or volume (nre de frames-1) --> 11 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 12 <NbDtk> 199 </NbDtk> <!-- nbre of volume pairs-->
Note: See TracChangeset
for help on using the changeset viewer.
