mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Fixes incorrect units in Radiocarbon Spectrometer's GUI.
1 GHz = 1 000 MHz = 1 000 000 kHz
This commit is contained in:
@@ -87,14 +87,14 @@ Used In File(s): \code\modules\research\xenoarchaeology\machinery\geosample_scan
|
||||
{{:maser_wavelength}} MHz
|
||||
</div>
|
||||
<div class="itemContent" style="text-align:left; width: 22%;">
|
||||
{{:~link('-2 KHz', null, {'maserWavelength' : -2}, null)}}
|
||||
{{:~link('-1 KHz', null, {'maserWavelength' : -1}, null)}}
|
||||
{{:~link('-0.5 KHz', null, {'maserWavelength' : -0.5}, null)}}
|
||||
{{:~link('-2 GHz', null, {'maserWavelength' : -2}, null)}}
|
||||
{{:~link('-1 GHz', null, {'maserWavelength' : -1}, null)}}
|
||||
{{:~link('-0.5 GHz', null, {'maserWavelength' : -0.5}, null)}}
|
||||
</div>
|
||||
<div class="itemContent" style="text-align:right; width: 22%;">
|
||||
{{:~link('+0.5 KHz', null, {'maserWavelength' : 0.5}, null)}}
|
||||
{{:~link('+1 KHz', null, {'maserWavelength' : 1}, null)}}
|
||||
{{:~link('+2 KHz', null, {'maserWavelength' : 2}, null)}}
|
||||
{{:~link('+0.5 GHz', null, {'maserWavelength' : 0.5}, null)}}
|
||||
{{:~link('+1 GHz', null, {'maserWavelength' : 1}, null)}}
|
||||
{{:~link('+2 GHz', null, {'maserWavelength' : 2}, null)}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user