128 os <<
"contents of SFF SRCE line:" << std::endl;
129 os <<
" type of source (type): " 130 << srce.type << std::endl;
131 os <<
" coordinate system (cs): ";
143 os <<
" X-coordinate (c1):" 144 << format(19,8) << srce.cx <<
" m" << std::endl;;
145 os <<
" Y-coordinate (c2):" 146 << format(19,8) << srce.cy <<
" m" << std::endl;;
147 os <<
" Z-coordinate (c3):" 148 << format(19,8) << srce.cz <<
" m" << std::endl;;
152 os <<
" latitude (c1): " 153 << format(19,8) << srce.cx <<
" deg" << std::endl;;
154 os <<
" longitude (c2):" 155 << format(19,8) << srce.cy <<
" deg" << std::endl;;
156 os <<
" height (c3): " 157 << format(19,8) << srce.cz <<
" m" << std::endl;;
160 os <<
" source date and time: " 161 << srce.date.timestring() << std::endl;