@@ -291,22 +291,6 @@ Following is an alphabetical list of stellar properties available for inclusion
291291 - Mass CO_Core@\ CO, Mass_CO_Core@CO(1), Mass_CO_Core@CO(2), Mass_CO_Core@CO(SN), Mass_CO_Core@CO(CP)
292292
293293
294- .. flat-table ::
295- :widths: 25 75 1 1
296- :header-rows: 0
297- :class: aligned-text
298-
299- * - :cspan: `2 ` **COMPONENT_SPEED **
300- -
301- * - Data type:
302- - DOUBLE
303- * - COMPAS variable:
304- - BaseStar::m_ComponentVelocity
305- * - Description:
306- - Velocity of single star, equal to binary's Systemic Velocity for a bound binary (\ :math: `km s^{-1 }`).
307- * - Header String:
308- - ComponentSpeed
309-
310294.. flat-table ::
311295 :widths: 25 75 1 1
312296 :header-rows: 0
@@ -1913,6 +1897,75 @@ same header string.`
19131897 * - Header Strings:
19141898 - SN_Type, SN_Type(1), SN_Type(2), SN_Type(SN), SN_Type(CP)
19151899
1900+
1901+ .. flat-table ::
1902+ :widths: 25 75 1 1
1903+ :header-rows: 0
1904+ :class: aligned-text
1905+
1906+ * - :cspan: `2 ` **SPEED **
1907+ -
1908+ * - Data type:
1909+ - DOUBLE
1910+ * - COMPAS variable:
1911+ - BaseStar::m_ComponentVelocity.Magnitude()
1912+ * - Description:
1913+ - Magnitude of the velocity of a single star, or the binary's Systemic Velocity for a bound binary (\ :math: `km s^{-1 }`).
1914+ * - Header String:
1915+ - ComponentSpeed
1916+
1917+
1918+ .. flat-table ::
1919+ :widths: 25 75 1 1
1920+ :header-rows: 0
1921+ :class: aligned-text
1922+
1923+ * - :cspan: `2 ` **SPEED_X **
1924+ -
1925+ * - Data type:
1926+ - DOUBLE
1927+ * - COMPAS variable:
1928+ - BaseStar::m_ComponentVelocity.xValue()
1929+ * - Description:
1930+ - X-component of the velocity of a single star, or the binary's Systemic Velocity for a bound binary (\ :math: `km s^{-1 }`).
1931+ * - Header String:
1932+ - ComponentSpeedX
1933+
1934+
1935+ .. flat-table ::
1936+ :widths: 25 75 1 1
1937+ :header-rows: 0
1938+ :class: aligned-text
1939+
1940+ * - :cspan: `2 ` **SPEED_Y **
1941+ -
1942+ * - Data type:
1943+ - DOUBLE
1944+ * - COMPAS variable:
1945+ - BaseStar::m_ComponentVelocity.yValue()
1946+ * - Description:
1947+ - Y-component of the velocity of a single star, or the binary's Systemic Velocity for a bound binary (\ :math: `km s^{-1 }`).
1948+ * - Header String:
1949+ - ComponentSpeedY
1950+
1951+
1952+ .. flat-table ::
1953+ :widths: 25 75 1 1
1954+ :header-rows: 0
1955+ :class: aligned-text
1956+
1957+ * - :cspan: `2 ` **SPEED_Z **
1958+ -
1959+ * - Data type:
1960+ - DOUBLE
1961+ * - COMPAS variable:
1962+ - BaseStar::m_ComponentVelocity.zValue()
1963+ * - Description:
1964+ - Z-component of the velocity of a single star, or the binary's Systemic Velocity for a bound binary (\ :math: `km s^{-1 }`).
1965+ * - Header String:
1966+ - ComponentSpeedZ
1967+
1968+
19161969.. flat-table ::
19171970 :widths: 25 75 1 1
19181971 :header-rows: 0
0 commit comments