59 std::string instrument_id;
60 std::string instrument_name;
61 std::string satellite_name;
62 std::string satellite_short_name;
64 double timestamp = -1;
66 std::string seg_groupid;
72 std::shared_ptr<ImageNavigationRecord> image_navigation_record;
73 std::shared_ptr<ImageDataFunctionRecord> image_data_function_record;
74 std::shared_ptr<fy4::ImageNavigationRecord> image_navigation_record_fy4;
76 XRITFileInfo() : type(XRIT_UNKNOWN) {}