Fixes incorrect units in Radiocarbon Spectrometer's GUI.

1 GHz = 1 000 MHz = 1 000 000 kHz
This commit is contained in:
Atlantiscze
2014-07-17 16:46:05 +02:00
parent 73d3883da3
commit 65354508d7
+6 -6
View File
@@ -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>