File: examples.datasets.H5Ex_D_FillValue.txt

package info (click to toggle)
hdf5 1.10.4%2Brepack-10
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 120,508 kB
  • sloc: ansic: 506,183; f90: 29,213; java: 27,496; sh: 21,090; xml: 17,945; cpp: 16,860; perl: 2,107; makefile: 1,993; yacc: 338; lex: 184; ruby: 24
file content (20 lines) | stat: -rw-r--r-- 471 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Dataset before being written to:
 [ 99 99 99 99 99 99 99 ]
 [ 99 99 99 99 99 99 99 ]
 [ 99 99 99 99 99 99 99 ]
 [ 99 99 99 99 99 99 99 ]

Dataset after being written to:
 [ 0 -1 -2 -3 -4 -5 -6 ]
 [ 0 0 0 0 0 0 0 ]
 [ 0 1 2 3 4 5 6 ]
 [ 0 2 4 6 8 10 12 ]

Dataset after extension:
 [ 0 -1 -2 -3 -4 -5 -6 99 99 99 ]
 [ 0 0 0 0 0 0 0 99 99 99 ]
 [ 0 1 2 3 4 5 6 99 99 99 ]
 [ 0 2 4 6 8 10 12 99 99 99 ]
 [ 99 99 99 99 99 99 99 99 99 99 ]
 [ 99 99 99 99 99 99 99 99 99 99 ]