1csg_resample(1) General Commands Manual csg_resample(1)
2
3
4
6 csg_resample - Part of the VOTCA package
7
8
10 csg_resample [OPTION] [OPTIONPARAMETERS]
11
12
14 Change grid and interval of any sort of table files. Mainly called
15 internally by inverse script, can also be used to manually prepare
16 input files for coarse-grained simulations.
17
18
19 Please visit the program site at __http://www.votca.org__.
20
21
23 Allowed options:
24
25
26 --help produce this help message
27
28 --in arg
29 table to read
30
31 --out arg
32 table to write
33
34 --derivative arg
35 table to write
36
37 --grid arg
38 new grid spacing (min:step:max). If 'grid' is specified only,
39 interpolation is performed.
40
41 --type arg (=akima)
42 [cubic|akima|linear]. If option is not specified, the default
43 type 'akima' is assumed.
44
45 --fitgrid arg
46 specify fit grid (min:step:max). If 'grid' and 'fitgrid' are
47 specified, a fit is performed.
48
49 --nocut
50 Option for fitgrid: Normally, values out of fitgrid boundaries
51 are cut off. If they shouldn't, choose --nocut.
52
53 --comment arg
54 store a comment in the output table
55
56 --boundaries arg
57 (natural|periodic|derivativezero) sets boundary conditions
58
59
61 Written and maintained by the VOTCA Development Team <devs@votca.org>
62
63
64 This Manual Page was converted from t2t format to the this format by
65 txt2tags (http://txt2tags.org) ! The t2t file was extracted from
66 'csg_resample --help' by help2t2t (version 1.5 )
67
68
70 Copyright 2009-2011 The VOTCA Development Team (http://www.votca.org)
71
72
73 Licensed under the Apache License, Version 2.0 (the "License"); you may
74 not use this file except in compliance with the License. You may
75 obtain a copy of the License at
76
77
78 http://www.apache.org/licenses/LICENSE-2.0
79
80
81 Unless required by applicable law or agreed to in writing, software
82 distributed under the License is distributed on an "AS IS" BASIS, WITH‐
83 OUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
84 See the License for the specific language governing permissions and
85 limitations under the License.
86
87
88
89
90
91
92Version: 1.5 2019-02-05 19:06:33 csg_resample(1)