From 8a89c359ebb241d36db89acf188d130691663e51 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 5 Jan 2010 17:35:59 +0100 Subject: Introduce process_images --- src/image.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/image.h') diff --git a/src/image.h b/src/image.h index b3fc7e67..65b4c31d 100644 --- a/src/image.h +++ b/src/image.h @@ -19,8 +19,10 @@ #include #include +#include #include "utils.h" +#include "cell.h" /* How is the scaling of the image described? */ @@ -92,6 +94,19 @@ struct image { ImageFeatureList *features; /* "Experimental" features */ ImageFeatureList *rflist; /* "Predicted" features */ + UnitCell *cell; + + /* DirAx auto-indexing low-level stuff */ + GIOChannel *dirax; + int dirax_pty; + pid_t dirax_pid; + char *dirax_rbuffer; + int dirax_rbufpos; + int dirax_rbuflen; + + /* DirAx auto-indexing high-level stuff */ + int dirax_step; + int dirax_read_cell; }; /* An opaque type representing a list of images */ -- cgit v1.2.3