AnIML / techniques

AnIML Technique Definitions
17 stars 7 forks source link

Incorrent unit definition for ng/mL #12

Closed theigner closed 4 years ago

theigner commented 4 years ago

The unit ng/mL is defined as

<!ENTITY ng_per_mL "<Unit label='ng/g'><SIUnit exponent='1' factor='1e-12'>kg</SIUnit><SIUnit exponent='-1' factor='1e-3'>m</SIUnit></Unit>">

but should be

<!ENTITY ng_per_mL "<Unit label='ng/mL'><SIUnit exponent='1' factor='1e-12'>kg</SIUnit><SIUnit exponent='-3' factor='1e-6'>m</SIUnit></Unit>">