From 260363f738b39687fb55fd1076b868c848615598 Mon Sep 17 00:00:00 2001 From: x Date: Fri, 16 Mar 2018 09:04:05 +0100 Subject: [PATCH] . --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 528c2f0..d32f49a 100644 --- a/README.md +++ b/README.md @@ -167,9 +167,10 @@ Block size: 64Ki = 256k bytes. Ki=1024 Integers ##### - (Lossy) Floating point compression: ./icapp -Fd file " 64 bits floating point raw file ./icapp -Ff file " 32 bits floating point raw file - ./icapp -Fcf file " like prev, for text file with miltiple entries (ex. 8.657,56.8,4.5 ...) - ./icapp -Ftf file " like prev, text file (1 entry/line) - ./icapp -Ftf file.csv -K3 " like prev, but 3th column in a csv (comma separated file) + ./icapp -Fcf file " text file with miltiple entries (ex. 8.657,56.8,4.5 ...) + ./icapp -Ftf file " text file (1 entry/line) + ./icapp -Ftf file -v5 " + display the first entries read + ./icapp -Ftf file.csv -K3 " but 3th column in a csv file (ex. number,Text,456.5 -> 456.5 ./icapp -Ftf file -g.001 " lossy compression with allowed error 0.001 - see also [TurboTranspose](https://github.com/powturbo/TurboTranspose)