Skip to content

Commit

Permalink
GOES-16 ABI image center longitude = 75.0
Browse files Browse the repository at this point in the history
The nominal longitude of GOES-16 = 75.2
  • Loading branch information
hvanruys committed Nov 5, 2018
1 parent 8b42b4f commit 69f6ff1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include <QMutex>

#define APPVERSION "1.4.2"
#define APPVERSION "1.4.3"

using namespace std;

Expand Down
6 changes: 3 additions & 3 deletions core/segmentlistgeostationary.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1472,7 +1472,7 @@ void SegmentListGeostationary::ComposeSegmentImagenetCDFInThread() //(QStringLis
int rh_ndims;
int rh_dimids[NC_MAX_VAR_DIMS];
int rh_natts;
size_t xdim, ydim;
size_t xdim=0, ydim=0;
float scale_factor[3];
float add_offset[3];
int fillvalue[3];
Expand Down Expand Up @@ -1646,8 +1646,8 @@ void SegmentListGeostationary::ComposeSegmentImagenetCDFInThread() //(QStringLis
if (retval != NC_NOERR) qDebug() << "error reading nominal_satellite_subpoint_lon values";

qDebug() << "nominal_satellite_subpoint_lon = " << nominal_satellite_subpoint_lon;
this->geosatlon = nominal_satellite_subpoint_lon;
opts.geosatellites[(int)eGeoSatellite::GOES_16].longitude = nominal_satellite_subpoint_lon;
//this->geosatlon = nominal_satellite_subpoint_lon;
//opts.geosatellites[(int)eGeoSatellite::GOES_16].longitude = nominal_satellite_subpoint_lon;

float scale_factor_x, add_offset_x;
float scale_factor_y, add_offset_y;
Expand Down

0 comments on commit 69f6ff1

Please sign in to comment.