Skip to content

Commit

Permalink
Fix units
Browse files Browse the repository at this point in the history
  • Loading branch information
gmegh committed Sep 11, 2024
1 parent dfa7bec commit 99af358
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions python/lsst/ts/xml/data/sal_interfaces/MOSS/MOSS_Commands.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@
<item>
<EFDB_Name>index</EFDB_Name>
<Description>Beam number</Description>
<IDL_Type>number</IDL_Type>
<IDL_Type>int</IDL_Type>
<Units>unitless</Units>
<Count>1</Count>
</item>
<item>
<EFDB_Name>tip</EFDB_Name>
<Description>Relative tip (azimuth) angle in degrees</Description>
<IDL_Type>number</IDL_Type>
<IDL_Type>float</IDL_Type>
<Units>degree</Units>
<Count>1</Count>
</item>
<item>
<EFDB_Name>tilt</EFDB_Name>
<Description>Relative tilt (elevation) angle in degrees</Description>
<IDL_Type>number</IDL_Type>
<IDL_Type>float</IDL_Type>
<Units>degree</Units>
<Count>1</Count>
</item>
Expand All @@ -34,28 +34,28 @@
<item>
<EFDB_Name>intensity</EFDB_Name>
<Description>Intensity of the beam. The same intensity applies to all the beams and is not callibrated to a known IS units.</Description>
<IDL_Type>number</IDL_Type>
<IDL_Type>float</IDL_Type>
<Units>unitless</Units>
<Count>1</Count>
</item>
<item>
<EFDB_Name>number</EFDB_Name>
<Description>Number of pulses to be emitted</Description>
<IDL_Type>number</IDL_Type>
<IDL_Type>int</IDL_Type>
<Units>unitless</Units>
<Count>1</Count>
</item>
<item>
<EFDB_Name>frequency</EFDB_Name>
<Description>Frequency of the beam (number of pulses per second)</Description>
<IDL_Type>number</IDL_Type>
<IDL_Type>float</IDL_Type>
<Units>hertz</Units>
<Count>1</Count>
</item>
<item>
<EFDB_Name>pulseLength</EFDB_Name>
<Description>Length of the pulses</Description>
<IDL_Type>number</IDL_Type>
<IDL_Type>float</IDL_Type>
<Units>millisecond</Units>
<Count>1</Count>
</item>
Expand Down
6 changes: 3 additions & 3 deletions python/lsst/ts/xml/data/sal_interfaces/MOSS/MOSS_Events.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<item>
<EFDB_Name>intensity</EFDB_Name>
<Description>Intensity of the beam. The same intensity applies to all the beams and is not calibrated to a known IS units.</Description>
<IDL_Type>number</IDL_Type>
<IDL_Type>int</IDL_Type>
<Units>unitless</Units>
<Count>1</Count>
</item>
Expand All @@ -20,7 +20,7 @@
<item>
<EFDB_Name>pulseLength</EFDB_Name>
<Description>Length of the pulse in seconds</Description>
<IDL_Type>number</IDL_Type>
<IDL_Type>float</IDL_Type>
<Units>millisecond</Units>
<Count>1</Count>
</item>
Expand All @@ -32,7 +32,7 @@
<item>
<EFDB_Name>frequency</EFDB_Name>
<Description>Frequency of the pulse (number of pulses per second)</Description>
<IDL_Type>number</IDL_Type>
<IDL_Type>float</IDL_Type>
<Units>hertz</Units>
<Count>1</Count>
</item>
Expand Down

0 comments on commit 99af358

Please sign in to comment.