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

Renaming seci->se_continuum_imaging

parent c5e24690
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ export class Job {
new JobQueue('Quicklook', 'quicklook'),
new JobQueue('SE Calibration', 'se_calibration'),
//new JobQueue('SE Cont', 'se_cont'),
new JobQueue('SE Contiuum Image', 'seci'),
new JobQueue('SE Continuum Image', 'se_continuum_imaging'),
new JobQueue('SE Coarse Cube Image', 'se_coarse_cube_image')
];
......
......@@ -146,12 +146,12 @@ export class ProductsComponent implements OnInit, OnDestroy {
let showTypes = [
'quicklook',
'se_cont',
'se_continuum_imaging',
'se_coarse_cube_image',
'se_coarse_plane_image',
'se_coarse_plane_I_image',
'se_coarse_plane_Q_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