1AEC(1) General Commands Manual AEC(1)
2
3
4
6 aec - compress or expand files
7
9 aec [-3] [-b BYTES] [-d] [-j SAMPLES] [-m] [-n BITS] [-N] [-p] [-r
10 BLOCKS] [-s] [-t] infile outfile
11
13 Aec performs lossless compression and decompression with Golomb-Rice
14 coding as defined in the Space Data System recommended standard
15 121.0-B-3.
16
18 -3 24 bit samples are stored in 3 bytes
19
20 -b BYTES
21 internal buffer size in bytes
22
23 -d decompress infile; if option -d is not used then compress infile
24
25 -j SAMPLES
26 block size in samples
27
28 -m samples are MSB first; default is LSB first
29
30 -n BITS
31 bits per sample
32
33 -N disable pre/post processing
34
35 -p pad RSI to byte boundary
36
37 -r BLOCKS
38 reference sample interval in blocks
39
40 -s samples are signed; default is unsigned
41
42 -t use restricted set of code options
43
44
45
46 AEC(1)