Updated the code to be compatible with both Python 2 and Python 3
In the process of modifying all the print statement, prettified the output
Added a -h -help to print out the usage information
Added a -debug keyword to cut down on some of the output
Added a -csv_ext name flag. Output is sent to 3 files instead of one
name_command.csv, name_frequencies.csv and name_spectrum.csv
Added tests to check if any file name given on the command line actually exists or not
Propagated the debug state to any reader
Moved the creation of the Plotter object to early in the code
Used plotter methods print3x3 and printReals to perform printing of arrrays
The command.sh files in the Examples directories have all been modified so that they use the "python" command, not python2 or python3. These files also all command line parameters to be passed to the executing PDielec command. This means that
command.sh -plot absorption
will run the example command and a plot of the results will be created.