gpp4  1.3.1
ccp4_vars.h
Go to the documentation of this file.
1 /*
2  ccp4_vars.h: Standard strings for certain quantites
3  Copyright (C) 2002 CCLRC, Martyn Winn
4 
5  This library is free software: you can redistribute it and/or
6  modify it under the terms of the GNU Lesser General Public
7  License as published by the Free Software Foundation, either
8  version 3 of the License, or (at your option) any later version.
9 
10  This library is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY; without even the implied warranty of
12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13  Lesser General Public License for more details.
14 
15  You should have received a copy of the GNU Lesser General Public
16  License along with This library. If not, see
17  <http://www.gnu.org/licenses/>.
18 
19 */
20 
25 #ifndef __CCP4_VARS__
26 #define __CCP4_VARS__
27 
28 #define MTZFILENAME "data::mtzfile::filename"
29 #define MTZTITLE "data::mtzfile::title"
30 #define MTZSPACEGROUP "data::mtzfile::spacegroup_num"
31 #define MTZNUMREFLS "data::mtzfile::num_reflections"
32 #define MTZMNF "data::mtzfile::missing_number_flag"
33 #define MTZSORTORDER "data::mtzfile::sort_order"
34 
35 #define CRYSTALXTALNAME "data::crystal::crystal_name"
36 #define CRYSTALPNAME "data::crystal::project_name"
37 #define CRYSTALCELL "data::crystal::cell"
38 
39 #define DATASETDNAME "data::crystal::dataset::dataset_name"
40 #define DATASETWAVELENGTH "data::crystal::dataset::wavelength"
41 
42 #define COLUMNLABEL "data::crystal_i::dataset_i::column_i::label"
43 #define COLUMNTYPE "data::crystal_i::dataset_i::column_i::type"
44 
45 #endif
47 /*
48  Local variables:
49  mode: font-lock
50  End:
51 */