111 for (
size_t i = 0; i < detection_images_nb; i++) {
121 detection_image->getWidth(), detection_image->getHeight(), coordinate_system));
127 detection_image->getWidth(), detection_image->getHeight(), coordinate_system));
133 detection_image->getWidth(), detection_image->getHeight(), coordinate_system));
139 detection_image->getWidth(), detection_image->getHeight(), coordinate_system));
145 detection_image->getWidth(), detection_image->getHeight(), coordinate_system));
151 detection_image->getWidth(), detection_image->getHeight(), coordinate_system));
158 for (
auto& info : measurement_images_info) {
160 label << boost::filesystem::path(info.m_path).stem().string() <<
"_" << info.m_image_hdu;
161 if (info.m_is_data_cube) {
162 label <<
"_" << info.m_image_layer;
167 info.m_measurement_image->getWidth(),
168 info.m_measurement_image->getHeight(),
169 info.m_coordinate_system,
349 for (
size_t i = 0; i < detection_images_nb; i++) {
386 auto background_image = ci.second;
388 filename +=
"_" + frame_info.m_label;
400 auto variance_image = ci.second;
402 filename +=
"_" + frame_info.m_label;
416 filename +=
"_" + frame_info.m_label;
425 if (std::get<1>(entry.second)) {
426 auto filename = entry.first;
427 if (!filename.has_extension()) {