gpp4 1.3.1
src/ccp4_vars.h
Go to the documentation of this file.
00001 /*
00002      ccp4_vars.h: Standard strings for certain quantites
00003      Copyright (C) 2002  CCLRC, Martyn Winn
00004 
00005      This library is free software: you can redistribute it and/or
00006      modify it under the terms of the GNU Lesser General Public
00007      License as published by the Free Software Foundation, either
00008      version 3 of the License, or (at your option) any later version.
00009 
00010      This library is distributed in the hope that it will be useful,
00011      but WITHOUT ANY WARRANTY; without even the implied warranty of
00012      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00013      Lesser General Public License for more details.
00014 
00015      You should have received a copy of the GNU Lesser General Public
00016      License along with This library.  If not, see
00017      <http://www.gnu.org/licenses/>.
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   Local variables:
00049   mode: font-lock
00050   End:
00051 */