Skip to content
Snippets Groups Projects
Commit 14d992d8 authored by Daniel Lyons's avatar Daniel Lyons
Browse files

Add se_continuum_imaging

parent c00a0699
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ export class Product {
// new ProductType('se_coarse_plane_I_image', 22, 'SE Coarse Plane I', true),
// new ProductType('se_coarse_plane_Q_image', 23, 'SE Coarse Plane Q', true),
// new ProductType('se_coarse_plane_U_image', 24, 'SE Coarse Plane U', true),
new ProductType('seci', 25, 'SE Continuum Image', true)
new ProductType('se_continuum_imaging', 25, 'SE Continuum Image', true)
];
static getTypeFromName(typeName: string): ProductType {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment