Skip to content
Snippets Groups Projects
Commit e8f59ead authored by Jim Sheckard's avatar Jim Sheckard
Browse files

SSA-6992: paper over techinical debt, for asthetic purposes

parent 14d992d8
No related branches found
No related tags found
No related merge requests found
......@@ -30,8 +30,8 @@ export class Job {
new JobQueue('Calibration', 'calibration'),
new JobQueue('Quicklook', 'quicklook'),
new JobQueue('SE Calibration', 'se_calibration'),
new JobQueue('SE Cont', 'se_cont'),
new JobQueue('SE Coarse Cube Image', 'se_coarse_cube_image'),
//new JobQueue('SE Cont', 'se_cont'),
//new JobQueue('SE Coarse Cube Image', 'se_coarse_cube_image'),
new JobQueue('SE Contiuum Image', 'seci')
];
......
......@@ -86,8 +86,8 @@ export class Product {
// new ProductType('image', 1, '', false),
// new ProductType('cube', 2, '', false),
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_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),
......
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