1csg_density(1) General Commands Manual csg_density(1)
2
3
4
6 csg_density - Part of the VOTCA package
7
8
10 csg_density [OPTION] [OPTIONPARAMETERS]
11
12
14 Calculates the mass density distribution along a box axis or radial
15 density profile from reference point
16
17
18 Please visit the program site at __http://www.votca.org__.
19
20
22 Allowed options:
23
24
25 -h [ --help ]
26 display this help and exit
27
28 -v [ --verbose ]
29 be loud and noisy
30
31 --top arg
32 atomistic topology file
33
34
35 Mapping options:
36
37
38 --cg arg
39 [OPTIONAL] coarse graining mapping and bond definitions
40 (xml-file). If no file is given, program acts on original tra‐
41 jectory
42
43 --map-ignore arg
44 list of molecules to ignore if mapping is done separated by ;
45
46
47 Specific options::
48
49
50 --type arg (=mass)
51 density type: mass or number
52
53 --axis arg (=r)
54 [x|y|z|r] density axis (r=spherical)
55
56 --step arg (=0.01)
57 spacing of density
58
59 --block-length arg
60 write blocks of this length, the averages are cleared after
61 every write
62
63 --out arg
64 Output file
65
66 --rmax arg
67 rmax (default for [r] =min of all box vectors/2, else l )
68
69 --scale arg (=1)
70 scale factor for the density
71
72 --molname arg (=*)
73 molname
74
75 --filter arg (=*)
76 filter bead names
77
78 --ref arg
79 reference zero point
80
81
82 Trajectory options:
83
84
85 --trj arg
86 atomistic trajectory file
87
88 --begin arg (=0)
89 skip frames before this time (only works for Gromacs files)
90
91 --first-frame arg (=0)
92 start with this frame
93
94 --nframes arg
95 process the given number of frames
96
97
99 Written and maintained by the VOTCA Development Team <devs@votca.org>
100
101
102 This Manual Page was converted from t2t format to the this format by
103 txt2tags (http://txt2tags.org) ! The t2t file was extracted from
104 'csg_density --help' by help2t2t (version 1.5 )
105
106
108 Copyright 2009-2011 The VOTCA Development Team (http://www.votca.org)
109
110
111 Licensed under the Apache License, Version 2.0 (the "License"); you may
112 not use this file except in compliance with the License. You may
113 obtain a copy of the License at
114
115
116 http://www.apache.org/licenses/LICENSE-2.0
117
118
119 Unless required by applicable law or agreed to in writing, software
120 distributed under the License is distributed on an "AS IS" BASIS, WITH‐
121 OUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
122 See the License for the specific language governing permissions and
123 limitations under the License.
124
125
126
127
128
129
130Version: 1.5 2019-02-17 00:15:52 csg_density(1)