26 os<<
"srgr_update:"<<data.
_srgr_update.c_str()<<std::endl;
29 os<<
"srgr_coef["<<i<<
"]:"<<data.
_srgr_coef[i]<<std::endl;
54 _srgr_update(rhs._srgr_update)
This class is able to read a SRGR coefficients set record.
std::string _srgr_update
SRGR update date/time.
double _srgr_coef[6]
SRGR coefficients
std::ostream & operator<<(std::ostream &os, const AlosPalsarData &data)
SRGRCoefficientSetRecord & operator=(const SRGRCoefficientSetRecord &rhs)
Copy operator.
std::istream & operator>>(std::istream &is, AlosPalsarData &data)
std::basic_istream< char > istream
Base class for char input streams.
SRGRCoefficientSetRecord()
Constructor.
std::basic_ostream< char > ostream
Base class for char output streams.
~SRGRCoefficientSetRecord()
Destructor.