Skip to content

Commit 4964225

Browse files
Merge pull request #1844 from Caltech-IPAC/FIREFLY-1847-euclid-spec-units
FIREFLY-1847: Render Euclid spectral units in charts
2 parents 3bda0c6 + 58a7b66 commit 4964225

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/firefly/js/charts/dataTypes/SpectrumUnitConversion.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ const UnitMetadata = {
338338
'erg/s/cm^2/A' : {
339339
type: Measurement.F_LAMBDA.key,
340340
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
341342
},
342343
'W/m^2/um' : {
343344
type: Measurement.F_LAMBDA.key,

0 commit comments

Comments
 (0)