aboutsummaryrefslogtreecommitdiff
path: root/src/image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-06-24 11:41:30 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:30 +0100
commit45c407fe626f98eb8d44209f8e2b7e553ae77fb0 (patch)
tree3addb31678f54b5ebc0093860264e719df66367f /src/image.h
parent4a15541c3875cb4dca578fb2d7d253c34491be4e (diff)
Back out and abort refinement if things look bad
Diffstat (limited to 'src/image.h')
-rw-r--r--src/image.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/image.h b/src/image.h
index d6e22aee..f60af673 100644
--- a/src/image.h
+++ b/src/image.h
@@ -82,6 +82,7 @@ typedef struct _imagefeaturelist ImageFeatureList;
* int i0_available;
* double osf;
* double profile_radius;
+ * int pr_dud;
*
* int width;
* int height;
@@ -143,6 +144,7 @@ struct image {
* from the input. */
double osf; /* Overall scaling factor */
double profile_radius; /* Radius of reflection */
+ int pr_dud; /* Post refinement failed */
int width;
int height;