mar300_header.h

Go to the documentation of this file.
00001 /***********************************************************************
00002  *
00003  * mar300_header.h
00004  *
00005  * Copyright by:        Dr. Claudio Klein
00006  *                      X-ray Research GmbH, Hamburg
00007  *
00008  * Version:     1.0
00009  * Date:        05/07/1996
00010  *
00011  **********************************************************************/
00012 
00013 typedef struct {
00014         int     pixels_x;
00015         int     pixels_y;
00016         int     lrecl;
00017         int     max_rec;
00018         int     high_pixels;
00019         int     high_records;
00020         int     counts_start;
00021         int     counts_end;
00022         int     exptime_sec;
00023         int     exptime_units;
00024 
00025         float   prog_time;
00026         float   r_max;
00027         float   r_min;
00028         float   p_r;
00029         float   p_l;
00030         float   p_x;
00031         float   p_y;
00032         float   centre_x;
00033         float   centre_y;
00034         float   lambda;
00035         float   distance;
00036         float   phi_start;
00037         float   phi_end;
00038         float   omega;
00039         float   multiplier;
00040 
00041         char    date[24];
00042 
00043 } MAR300_HEADER;
00044