Skip to content

Commit

Permalink
Add Meteor Enhancements to Webpanel
Browse files Browse the repository at this point in the history
Add missing IR and Color enhancements to webpanel.
  • Loading branch information
jekhokie committed Feb 14, 2021
1 parent 1cbad36 commit c7833d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpanel/App/Models/Capture.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function getEnhancements($id) {
# build enhancement paths based on satellite type
switch($pass['sat_type']) {
case 0: // Meteor-M2
$enhancements = ['-122-rectified.jpg'];
$enhancements = ['-122-rectified.jpg','-col-122-rectified.jpg','-ir-122-rectified.jpg'];
break;
case 1: // NOAA
if ($pass['daylight_pass'] == 1) {
Expand Down

0 comments on commit c7833d1

Please sign in to comment.