110 for (
size_t i = 0; i < detection_images_nb; i++) {
120 detection_image->getWidth(), detection_image->getHeight(), coordinate_system));
126 detection_image->getWidth(), detection_image->getHeight(), coordinate_system));
132 detection_image->getWidth(), detection_image->getHeight(), coordinate_system));
138 detection_image->getWidth(), detection_image->getHeight(), coordinate_system));
144 detection_image->getWidth(), detection_image->getHeight(), coordinate_system));
150 detection_image->getWidth(), detection_image->getHeight(), coordinate_system));
157 for (
auto& info : measurement_images_info) {
159 label << boost::filesystem::path(info.m_path).stem() <<
"_" << info.m_image_hdu;
160 if (info.m_is_data_cube) {
161 label <<
"_" << info.m_image_layer;
166 info.m_measurement_image->getWidth(),
167 info.m_measurement_image->getHeight(),
168 info.m_coordinate_system,
322 for (
size_t i = 0; i < detection_images_nb; i++) {
359 auto background_image = ci.second;
361 filename +=
"_" + frame_info.m_label;
373 auto variance_image = ci.second;
375 filename +=
"_" + frame_info.m_label;
389 filename +=
"_" + frame_info.m_label;
397 if (std::get<1>(entry.second)) {
398 auto filename = entry.first;
399 if (!filename.has_extension()) {