with open('230828_170003.pds', 'rb') as file:
	first_ten_bytes = file.read(10)
