This is an implementation of the istat data parsing for NTFS.
Run the Python script via terminal with the following parameters:
file_name - the file that you are parsing.
sector_size (default=512) - the number of bytes in a sector (used to calculate the byte offset).
offset (default=0) - the number of sectors that offset the start of the header.
NOTE: Parameters with a default are not required.