Skip to content

Commit

Permalink
Change the order of IR1, IR2, IR3 and IR4 and VIS for FengYun in the
Browse files Browse the repository at this point in the history
geostationary tab display
  • Loading branch information
hvanruys committed Feb 7, 2018
1 parent 4ba480f commit f3e94bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/avhrrsatellite.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ void AVHRRSatellite::AddSegmentsToList(QFileInfoList fileinfolist)
segmentlistmapgeo[i].insert( strdate, hashspectrum );
}
}
//qDebug() << opts.geosatellites.at(i).shortname << " " << fileInfo.fileName() << " " << strdate << " " << strspectrum << " " << QString("%1").arg(filenbr);
qDebug() << opts.geosatellites.at(i).shortname << " " << fileInfo.fileName() << " " << strdate << " " << strspectrum << " " << QString("%1").arg(filenbr);
}
}

Expand Down
4 changes: 2 additions & 2 deletions core/formgeostationary.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -638,8 +638,8 @@ void FormGeostationary::PopulateTreeGeo(int geoindex)
else if(geoindex == (int)eGeoSatellite::FY2E || geoindex == (int)eGeoSatellite::FY2G)
{
strlist << strdate.mid(0,4) + "-" + strdate.mid(4, 2) + "-" + strdate.mid(6, 2) + " " + strdate.mid(8,2) + ":" + strdate.mid(10, 2) << strspectrumlist <<
QString("%1").arg(cnt_IR1) << QString("%1").arg(cnt_IR2) << QString("%1").arg(cnt_IR3) << QString("%1").arg(cnt_IR4)
<< QString("%1").arg(cnt_VIS) << QString("%1").arg(cnt_VIS1KM);
QString("%1").arg(cnt_VIS1KM) << QString("%1").arg(cnt_VIS) << QString("%1").arg(cnt_IR4) << QString("%1").arg(cnt_IR3) << QString("%1").arg(cnt_IR1) << QString("%1").arg(cnt_IR2);

}
else if(geoindex == (int)eGeoSatellite::GOES_15)
{
Expand Down

0 comments on commit f3e94bc

Please sign in to comment.