2020-01-28 14:32:34 +00:00
|
|
|
# (C) Copyright 2005- ECMWF.
|
2013-03-25 12:04:10 +00:00
|
|
|
|
2023-07-21 10:39:28 +00:00
|
|
|
# TEMPLATE 5.40, Grid point data - JPEG 2000 Code Stream Format
|
2013-03-25 12:04:10 +00:00
|
|
|
|
2024-01-16 12:40:17 +00:00
|
|
|
include "grib2/template.5.packing.def"
|
|
|
|
include "grib2/template.5.original_values.def"
|
2013-03-25 12:04:10 +00:00
|
|
|
|
2023-08-27 12:31:21 +00:00
|
|
|
codetable[1] typeOfCompressionUsed ('5.40.table',masterDir,localDir) ;
|
2013-03-25 12:04:10 +00:00
|
|
|
|
2023-08-27 12:31:21 +00:00
|
|
|
# Target compression ratio, M:1 (with respect to the bit-depth specified in octet 20),
|
|
|
|
# when typeOfCompressionUsed indicates Lossy Compression. Otherwise, set to missing.
|
2013-03-25 12:04:10 +00:00
|
|
|
unsigned[1] targetCompressionRatio = 255;
|