diff options
Diffstat (limited to 'src/detector.h')
-rw-r--r-- | src/detector.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/detector.h b/src/detector.h index 8bd537d1..281db57a 100644 --- a/src/detector.h +++ b/src/detector.h @@ -33,6 +33,11 @@ struct panel char badrow; /* 'x' or 'y' */ int no_index; /* Don't index peaks in this panel if non-zero */ float peak_sep; /* Characteristic peak separation */ + + signed int fsx; + signed int fsy; + signed int ssx; + signed int ssy; }; struct detector |