diff options
Diffstat (limited to 'src/image.h')
-rw-r--r-- | src/image.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/image.h b/src/image.h index 0d2f6c2e..078231a0 100644 --- a/src/image.h +++ b/src/image.h @@ -61,6 +61,7 @@ struct cpeak signed int l; double min_distance; + int valid; /* Partiality */ double r1; /* First excitation error */ @@ -72,6 +73,9 @@ struct cpeak /* Location in image */ int x; int y; + + /* Intensity */ + double intensity; }; |