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

Add SECI to the drop-down, remove coarse cube bits

parent c900e4ff
No related branches found
No related tags found
No related merge requests found
......@@ -88,10 +88,11 @@ export class Product {
new ProductType('se_calibration', 14, 'SE Calibration', false),
new ProductType('se_cont', 17, 'SE Continuum', true),
new ProductType('se_coarse_cube_image', 18, 'SE Coarse Cube', true),
new ProductType('se_coarse_plane_image', 19, 'SE Coarse Plane', true),
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('se_coarse_plane_image', 19, 'SE Coarse Plane', true),
// 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)
];
static getTypeFromName(typeName: string): ProductType {
......
......@@ -150,7 +150,8 @@ export class ProductsComponent implements OnInit, OnDestroy {
'se_coarse_plane_image',
'se_coarse_plane_I_image',
'se_coarse_plane_Q_image',
'se_coarse_plane_U_image'
'se_coarse_plane_U_image',
'seci'
];
this.showImageDetails = showTypes.indexOf(filters['PRODUCT_TYPE'].name) > -1;
}
......
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