We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3bda0c6 + 58a7b66 commit 4964225Copy full SHA for 4964225
src/firefly/js/charts/dataTypes/SpectrumUnitConversion.js
@@ -338,6 +338,7 @@ const UnitMetadata = {
338
'erg/s/cm^2/A' : {
339
type: Measurement.F_LAMBDA.key,
340
label: `erg/s/cm²/${WAVELENGTH_UNITS.angstrom.symbol}`,
341
+ aliases: ['erg.Angstrom**-1.s**-1.cm**-2'], // non-standard order of subunits for Euclid SpectrumDM until astropy bug is fixed
342
},
343
'W/m^2/um' : {
344
0 commit comments