libcrystfel 0.11.1
|
Data Fields | |
float ** | dp |
int ** | bad |
float ** | sat |
int | hit |
struct crystal_refls * | crystals |
int | n_crystals |
IndexingMethod | indexed_by |
int | n_indexing_tries |
struct detgeom * | detgeom |
DataSourceType | data_source_type |
void * | data_block |
size_t | data_block_size |
char * | meta_data |
struct header_cache_entry * | header_cache [HEADER_CACHE_SIZE] |
int | n_cached_headers |
int | id |
int | serial |
Spectrum * | spectrum |
double | lambda |
double | div |
double | bw |
double | peak_resolution |
ImageFeatureList * | features |
ImageDataArrays * | ida |
int | owns_peaklist |
The filename and event ID for the image | |
char * | filename |
char * | ev |
int** image::bad |
The bad pixel mask, by panel
double image::bw |
Full-width half-maximum bandwidth as a fraction, applied to wavelength
struct crystal_refls* image::crystals |
Array of crystals (with reflection lists) in the image
void* image::data_block |
The data block, e.g. received over ZMQ, for the image. filenename/ev OR this should be filled in, but not both
struct detgeom* image::detgeom |
The detector structure
double image::div |
Convergence angle of the incident ration, in radians (full angle)
float** image::dp |
The image data, by panel
ImageFeatureList* image::features |
List of peaks found in the image
struct header_cache_entry* image::header_cache[HEADER_CACHE_SIZE] |
A list of metadata read from the stream
int image::hit |
Non-zero if the frame was determined to be a "hit"
int image::id |
ID number of the worker processing handling this image
ImageDataArrays* image::ida |
Re-usable data array structure, or NULL if not used
IndexingMethod image::indexed_by |
Indexing method which indexed this pattern
double image::lambda |
Wavelength of the incident radiation, in metres
int image::n_crystals |
The number of crystals in the image (size of crystals
)
int image::n_indexing_tries |
Number of times the indexer was tried before succeeding
int image::owns_peaklist |
If set, then 'features' should be freed with the image. Otherwise, it is managed externally (e.g. by Julia)
double image::peak_resolution |
Resolution estimate based on peaks
float** image::sat |
The per-pixel saturation values, by panel
int image::serial |
Monotonically increasing serial number for this image
Spectrum* image::spectrum |
Spectrum information