patrickmoore / Mu

Mu Releases
104 stars 22 forks source link

Mu ignores English unit setting #5

Closed thoraxe closed 6 years ago

thoraxe commented 7 years ago

I manually edited the Mu config file (Mu.exe.config) to force units to English:

            <setting name="Units" serializeAs="String">
                <value>1</value>
            </setting>
            <setting name="Exporter" serializeAs="String">
                <value>Csv</value>
            </setting>

Mu says Units:English

However, the CSV file created does not have English units. Ex:

LFpressure AirPressure
kPa Hg
patrickmoore commented 7 years ago

I'll see about adding the conversion to csv's.

thoraxe commented 7 years ago

Oh - is that only working for MoTeC right now?

That'd be great. I can deal with it for now (I'm building an analyzer app).

patrickmoore commented 7 years ago

Yeah. The csv exporting is something that took me about an hour to put together. I think I didn't add it initially because I currently don't have an explicit mapping between Metric and English units. In the Motec exporter, the corresponding English unit is defined for the channel.

patrickmoore commented 6 years ago

Fixed with 1.9.0.0