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