FILE HANDLERS bintoascii.cc -- converts 16 bit binary file to ascii and combines with index number to use in plotting programs. display_binary_file.cc -- displays a 16 bit binary file to the screen. Can also be used to convert binary to ascii file by redirecting to file. create_binary_file.cc -- creates a 16 bit binary data file containing numbers specified at the command line get_last_coeff.cc -- stores the last n 16 bit elements of file A in file B