Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00025 #ifndef __CCP4_VARS__
00026 #define __CCP4_VARS__
00027
00028 #define MTZFILENAME "data::mtzfile::filename"
00029 #define MTZTITLE "data::mtzfile::title"
00030 #define MTZSPACEGROUP "data::mtzfile::spacegroup_num"
00031 #define MTZNUMREFLS "data::mtzfile::num_reflections"
00032 #define MTZMNF "data::mtzfile::missing_number_flag"
00033 #define MTZSORTORDER "data::mtzfile::sort_order"
00034
00035 #define CRYSTALXTALNAME "data::crystal::crystal_name"
00036 #define CRYSTALPNAME "data::crystal::project_name"
00037 #define CRYSTALCELL "data::crystal::cell"
00038
00039 #define DATASETDNAME "data::crystal::dataset::dataset_name"
00040 #define DATASETWAVELENGTH "data::crystal::dataset::wavelength"
00041
00042 #define COLUMNLABEL "data::crystal_i::dataset_i::column_i::label"
00043 #define COLUMNTYPE "data::crystal_i::dataset_i::column_i::type"
00044
00045 #endif
00047
00048
00049
00050
00051