Changeset 1199 for trunk/src/xml_schemas


Ignore:
Timestamp:
Mar 18, 2026, 12:44:56 PM (6 hours ago)
Author:
sommeria
Message:

bugs repaired

Location:
trunk/src/xml_schemas
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/xml_schemas/ImaDoc_ancillary.xml

    r1178 r1199  
    2222    <BurstTiming>
    2323          <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-->
    2624      <Dti unit="frame">70 200</Dti><!--interval dans la paire de volumes interval entre paires-->
    2725      <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-->     
    2828    </BurstTiming>
    2929    <TimeOrigin>2010-06-17T16:44:28.93</TimeOrigin><!--date-temps absolu pour l'origine des temps definie pour l'experience-->
    3030  </Camera>
    31     <Oscillator><!--propriete du miroir oscillant, a discuter comment entrer ces donneee-->
     31    <Oscillator><!--properties of oscillating mirrors-->
    3232    <Frequency>3194.454905803945093</Frequency>
    3333    <Amplitude unit="volt">2547.234905803945093</Amplitude>
  • trunk/src/xml_schemas/ImaDoc_template_burst.xml

    r1178 r1199  
    33    <TimeUnit>s</TimeUnit><!--default =s (second) if not indicated-->
    44    <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     
    66      <Time unit="TimeUnit" > 0 </Time> <!--time of the first image (defined for a trigger), = 0 by default-->
    77      <Dti unit="TimeUnit"> 15 </Dti><!--interval between bursts-->
    88      <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-->
    910      </BurstTiming>
    1011  </Camera>
  • trunk/src/xml_schemas/ImaDoc_template_pairs.xml

    r1178 r1199  
    44    <TimeUnit>s</TimeUnit>
    55    <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)-->
    86      <Time unit="TimeUnit" >0</Time> <!--time of the first image -->
     7      <FrameFrequency unit="1/TimeUnit">10000</FrameFrequency> 
    98      <Dti unit="frame">2</Dti><!--interval between bursts-->
    109      <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)-->   
    1111    </BurstTiming>
    1212</Camera>
  • trunk/src/xml_schemas/ImaDoc_template_volume.xml

    r1178 r1199  
    55    <BurstTiming>
    66          <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) -->
    97      <Dti unit="TimeUnit"> 0.8 </Dti>  <!-- time interval between two succesive bursts (volumes)-->
    108      <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) -->
    1111      <Dtk unit="TimeUnit"> 10 </Dtk> <!-- time interval between two volume pairs , equivalent to <Dti>1 10</Dti> and <NbDti> 199 </NbDti> with no Dtk-->
    1212      <NbDtk> 199 </NbDtk> <!-- nbre of volume pairs-->   
Note: See TracChangeset for help on using the changeset viewer.