When running the example1.py script included I get the error appended at the end of this. I'm not sure where you get the Au_Palik.txt file.
DIELEC about to read file =
DIELEC /home/jhardin/Documents/Analysis/ddscat/mp/Au_Palik.txt
At line 93 of file dielec.f90 (unit = 3, file = '���s4')
Fortran runtime error: File '/home/jhardin/Documents/Analysis/ddscat/mp/Au_Palik.txt' does not exist
Traceback (most recent call last):
File "example1.py", line 19, in
ans = results.QTable(folder = './tmp')
File "/home/jhardin/anaconda/lib/python2.7/site-packages/ScatPy/results.py", line 751, in init
ResultTable.init(self, fname, hdr_lines, [10,11,11,11,11,12,11,11,6], folder=folder, **kwargs)
File "/home/jhardin/anaconda/lib/python2.7/site-packages/ScatPy/results.py", line 327, in init
self.refresh()
File "/home/jhardin/anaconda/lib/python2.7/site-packages/ScatPy/results.py", line 351, in refresh
self._load(f)
File "/home/jhardin/anaconda/lib/python2.7/site-packages/ScatPy/results.py", line 366, in _load
dat=np.asarray(map(float, split_string(l, self.c_width)))
ValueError: could not convert string to float:
When running the example1.py script included I get the error appended at the end of this. I'm not sure where you get the Au_Palik.txt file.