Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
added missing mission
Browse files Browse the repository at this point in the history
  • Loading branch information
sbortman authored Dec 21, 2017
1 parent 64e09af commit ac0bd55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion support/ped/ossim/omar/scripts/update_raster_SATURN_ARCH.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ UPDATE raster_entry SET mission_id='Y1' where filename LIKE '%Y1%' and mission_i
UPDATE raster_entry SET mission_id='YL' where filename LIKE '%YL%' and mission_id IS NULL;
UPDATE raster_entry SET mission_id='SAMI' where filename LIKE '%SAMI%' and mission_id IS NULL;
UPDATE raster_entry SET mission_id='INUKA' where filename LIKE '%INUKA%' and mission_id IS NULL;
UPDATE raster_entry SET mission_id='KODIAK' where filename LIKE '%KODIAK%' and mission_id IS NULL;

UPDATE raster_entry SET sensor_id='ALPHA' where filename LIKE '%ALPHA%' and sensor_id IS NULL;
UPDATE raster_entry SET sensor_id='BRAVO' where filename LIKE '%BRAVO%' and sensor_id IS NULL;
UPDATE raster_entry SET sensor_id='CHARLIE' where filename LIKE '%CHARLIE%' and sensor_id IS NULL;
UPDATE raster_entry SET sensor_id='DELTA' where filename LIKE '%DELTA%' and sensor_id IS NULL;
UPDATE raster_entry SET sensor_id='DELTA' where filename LIKE '%DELTA%' and sensor_id IS NULL;

0 comments on commit ac0bd55

Please sign in to comment.