00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #ifndef __CCP4_VARS__
00018 #define __CCP4_VARS__
00019
00020 #define MTZFILENAME "data::mtzfile::filename"
00021 #define MTZTITLE "data::mtzfile::title"
00022 #define MTZSPACEGROUP "data::mtzfile::spacegroup_num"
00023 #define MTZNUMREFLS "data::mtzfile::num_reflections"
00024 #define MTZMNF "data::mtzfile::missing_number_flag"
00025 #define MTZSORTORDER "data::mtzfile::sort_order"
00026
00027 #define CRYSTALXTALNAME "data::crystal::crystal_name"
00028 #define CRYSTALPNAME "data::crystal::project_name"
00029 #define CRYSTALCELL "data::crystal::cell"
00030
00031 #define DATASETDNAME "data::crystal::dataset::dataset_name"
00032 #define DATASETWAVELENGTH "data::crystal::dataset::wavelength"
00033
00034 #define COLUMNLABEL "data::crystal_i::dataset_i::column_i::label"
00035 #define COLUMNTYPE "data::crystal_i::dataset_i::column_i::type"
00036
00037 #endif