Go to the documentation of this file.
26 #ifndef __GUARD_MAPLIB_STATS
27 #define __GUARD_MAPLIB_STATS
float min
Definition: cmaplib.h:107
int stats_update(CMMFile_Stats *stats, void *section_begin, void *section_end)
Definition: cmap_stats.c:31
float offset
Definition: cmaplib.h:106
int total
Definition: cmaplib.h:111
Declaration of the stats_update function.
float max
Definition: cmaplib.h:108
Construct to hold various map statistics.
Definition: cmaplib.h:105
ccp4 map i/o user-level library header file
double rms
Definition: cmaplib.h:110
double mean
Definition: cmaplib.h:109
Error codes for the library.
#define MIN(x, y)
A macro that returns the minimum of x and y.
Definition: ccp4_types.h:110
#define MAX(x, y)
A macro that returns the maximum of x and y.
Definition: ccp4_types.h:103