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