gpp4
1.3.1
|
Construct to hold various map statistics. More...
#include <cmaplib.h>
Public Attributes | |
float | offset |
float | min |
float | max |
double | mean |
double | rms |
int | total |
Construct to hold various map statistics.
float _CMMFile_Stats::max |
maximum density value
Referenced by ccp4_cmap_get_mapstats(), ccp4_cmap_set_mapstats(), parse_mapheader(), stats_update(), and write_mapheader().
double _CMMFile_Stats::mean |
sum of densities (less offset)
Referenced by ccp4_cmap_close(), ccp4_cmap_get_mapstats(), ccp4_cmap_set_mapstats(), parse_mapheader(), stats_update(), and write_mapheader().
float _CMMFile_Stats::min |
minimum density value
Referenced by ccp4_cmap_get_mapstats(), ccp4_cmap_set_mapstats(), parse_mapheader(), stats_update(), and write_mapheader().
float _CMMFile_Stats::offset |
pseudo zero value
Referenced by ccp4_cmap_close(), ccp4_cmap_get_mapstats(), and stats_update().
double _CMMFile_Stats::rms |
sum of square of densities (less offset)
Referenced by ccp4_cmap_close(), ccp4_cmap_get_mapstats(), ccp4_cmap_set_mapstats(), parse_mapheader(), stats_update(), and write_mapheader().
int _CMMFile_Stats::total |
number of summed densities
Referenced by ccp4_cmap_close(), ccp4_cmap_get_mapstats(), and stats_update().