Skip to content

Commit

Permalink
Merge pull request #1235 from cta-observatory/compression_zstd9
Browse files Browse the repository at this point in the history
Use zstd9 compression for R0G files
  • Loading branch information
moralejo committed Feb 24, 2024
2 parents 5ea3010 + ffa0402 commit ea23f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lstchain/scripts/lstchain_r0_to_r0g.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def main():
n_tiles=n_tiles,
rows_per_tile=rows_per_tile,
compression_block_size_kb=64*1024,
defaul_compression="lst"))
defaul_compression="zstd9"))
stream.open(str(name))

stream.move_to_new_table("DataStream")
Expand Down

0 comments on commit ea23f6e

Please sign in to comment.