Skip to content

Commit 2afc462

Browse files
authored
Update MUG.md
1 parent 03a58bf commit 2afc462

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/MUG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,11 @@ the second one the size of each tile
758758
```
759759
od -t u8 --endian big <input_file>
760760
```
761+
To check that the MRF data file does not have any slack, is to verify that the sum of the tile sizes equals the size
762+
of the data file. This can be done using:
763+
```
764+
od -td8 --endian=big TCI.idx |cut -c 40- | awk '{ sum += $1} END {print sum}'
765+
```
761766

762767
# APPENDIX C, Create Options
763768

0 commit comments

Comments
 (0)