Browse Source

Comment on not copying only a ROI from projections

Tomas Farago 8 years ago
parent
commit
a4605b8e24
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/ufo-anka-backproject-task.c

+ 1 - 0
src/ufo-anka-backproject-task.c

@@ -32,6 +32,7 @@
 
 /* Copy only neccessary projection region */
 /* TODO: make this a parameter? */
+/* Wait with enabling this until sync issues in ufo-core have been solved */
 #define COPY_PROJECTION_REGION 0
 #define EXTRACT_FLOAT(region, index) g_value_get_float (g_value_array_get_nth ((region), (index)))
 #define REGION_SIZE(region) ((EXTRACT_INT ((region), 2)) == 0) ? 0 : \