Raster Tile Data
See the source code: FITS | CASA | HDF5
Measures bulk raster tile delivery throughput by requesting 54 tiles at a higher zoom
level after the initial image load. The elapsed time is measured between the
ADD_REQUIRED_TILES request and the last RASTER_TILE_DATA response.
Frontend opens
cube_B_06400_z00100.<fits|image|hdf5>and loads 1 initial tileFrontend sends: ADD_REQUIRED_TILES (54 tiles at higher MIP level)
tiles = [67125252, 67129348, 67125253, ... (54 tiles)] compression_type = ZFP compression_quality = 11
Backend returns: RASTER_TILE_DATA stream
Check 1: within the readFile timeout (10,000 ms):
RASTER_TILE_DATA stream length = 54 + 2 (54 tiles + RasterTileSync start and end)