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