RSDECODER HELP

 

   package "rsdecoder"

   version "1.6"


   purpose "Read from standard input a bit stream containing Reed-Solomon
   redundancy information, if necessary and possible correct it,
   strip the redundancy information and write the resulting bit
   stream on standard output.  Setting ssize to 1 removes fake
   (i.e. does no decoding) for debugging purposes."

   option "ssize" m "symbol size (range [2,16], default is 8)" int no
   option "bsize" n "block size (range [1,(2^m)-1], default is 255)" int no
   option "dsize" k "data symbols (range is [1,n], default is 223)" int no
   option "debug" d "print some more error messages" flag off