1SDFFILTER(1) User Commands SDFFILTER(1)
2
3
4
6 sdffilter - manual page for sdffilter 22.05b
7
9 sdffilter [options] <input files>
10
12 -h [ --help ]
13 Show help message.
14
15 -p [ --path ] regex
16 Report only paths matching this regex. For 'layer' and 'pseu‐
17 doLayer' output types, include all descendants of matching
18 paths.
19
20 -f [ --field ] regex
21 Report only fields matching this regex.
22
23 -t [ --time ] n or ff..lf
24 Report only these times or time ranges for 'timeSamples' fields.
25
26 --timeTolerance tol (=0.000125)
27 Report times that are close to those requested within this rela‐
28 tive tolerance.
29
30 --arraySizeLimit N
31 Truncate arrays with more than this many elements. If -1, do
32 not truncate arrays. Default: 0 for 'outline' output, 8 for
33 'pseudoLayer' output, and -1 for 'layer' output.
34
35 --timeSamplesSizeLimit N
36 Truncate timeSamples with more than this many values. If -1, do
37 not truncate timeSamples. Default: 0 for 'outline' output, 8
38 for 'pseudoLayer' output, and -1 for 'layer' output. Truncation
39 performed after initial filtering by --time arguments.
40
41 -o [ --out ] outputFile
42 Direct output to this file. Use the 'outputFormat' for finer
43 control over the underlying format for output formats that are
44 not uniquely determined by file extension.
45
46 --outputType validity|summary|outline|pseudoLayer|layer (=outline)
47 Specify output format; 'summary' reports overall statistics,
48 'outline' is a flat text report of paths and fields, 'pseu‐
49 doLayer' is similar to the sdf file format but with truncated
50 array values and timeSamples for human readability, and 'layer'
51 is true layer output, with the format controlled by the 'output‐
52 File' and 'outputFormat' arguments.
53
54 --outputFormat format
55 Supply this as the 'format' entry of SdfFileFormatArguments for
56 'layer' output to a file. Requires both 'layer' output and a
57 specified 'outputFile'.
58
59 --sortBy path|field (=path)
60 Group 'outline' output by either path or field. Ignored for
61 other output types.
62
63 --noValues
64 Do not report field values for 'outline' output. Ignored for
65 other output types.
66
67
68
69sdffilter 22.05b November 2023 SDFFILTER(1)