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

SSA-6992: read first, hackjob second

parent e8f59ead
No related branches found
No related tags found
No related merge requests found
......@@ -31,8 +31,8 @@ export class Job {
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 Contiuum Image', 'seci')
new JobQueue('SE Contiuum Image', 'seci'),
new JobQueue('SE Coarse Cube Image', 'se_coarse_cube_image')
];
static getQueueFromName(queueName: string): JobQueue {
......
......@@ -87,12 +87,12 @@ export class Product {
// 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_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_continuum_imaging', 25, 'SE Continuum Image', true)
new ProductType('se_continuum_imaging', 25, 'SE Continuum Image', true),
new ProductType('se_coarse_cube_image', 18, 'SE Coarse Cube', 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