`dim` Integer vector of image dimensions.
`spacing` Numeric voxel spacing (mm).
`origin` Numeric coordinate origin.
`trans` 4x4 transformation matrix mapping grid to world (mm).
`path` Data file path.
`filename` Basename of `path`.
`format` File format label (e.g., "NIFTI", "AFNI").
`dtype` Storage data type label.
`bytes_per_element` Bytes per element.
`nvox` Number of voxels in the spatial volume (prod of first 3 dims).
`nvol` Number of volumes (4th dim if present, else 1).
`size_bytes` Approximate uncompressed size in bytes (`nvox * nvol * bytes_per_element`).
`time_step` Time step (TR in seconds) if available for NIfTI, else `NA_real_`.