You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Options{{"output-dir", VariantType::String, "none", {"CMV output directory, must exist"}},
623
-
{"nthreads", VariantType::Int, 1, {"Number of threads used for CMV per timeframe preprocessing and compression"}},
623
+
{"nthreads-compression", VariantType::Int, 1, {"Number of threads used for CMV per timeframe preprocessing and compression"}},
624
624
{"use-sparse", VariantType::Bool, false, {"Sparse encoding (skip zero time bins). Alone: raw uint16 values. With --use-compression-varint: varint exact values. With --use-compression-huffman: Huffman exact values"}},
0 commit comments