2018/03/15 15:49:55 [27716752] INFO: Correcting spatial shifts for attribute 'arr'...
2018/03/15 15:49:55 [27716752] INFO: Updating geoinformations of 'arr' attribute...
2018/03/15 15:49:55 [27716752] INFO: Correcting spatial shifts for attribute 'masks'...
2018/03/15 15:49:56 [27716752] INFO: Updating geoinformations of 'masks' attribute...
2018/03/15 15:49:56 [27716752] INFO: Correcting spatial shifts for attribute 'ac_errors'...
2018/03/15 15:49:56 [27716752] INFO: Updating geoinformations of 'ac_errors' attribute...
2018/03/15 15:49:56 [27716752] ERROR:
Traceback (most recent call last):
File "/home/gfz-fe/scheffler/python_deployed/gms_preprocessing/gms_preprocessing/misc/exception_handler.py", line 91, in wrapped_GMS_mapper
self.GMS_objs = GMS_mapper(GMS_objs, **kwargs)
File "/home/gfz-fe/scheffler/python_deployed/gms_preprocessing/gms_preprocessing/model/gms_object.py", line 2330, in wrapped_GMS_mapper
GMS_objs = GMS_mapper(GMS_objs, **kwargs)
File "/home/gfz-fe/scheffler/python_deployed/gms_preprocessing/gms_preprocessing/processing/pipeline.py", line 190, in L2A_map
L2A_obj = L2A_P.L2A_object.from_sensor_subsystems(L2A_objs)
File "/home/gfz-fe/scheffler/python_deployed/gms_preprocessing/gms_preprocessing/model/gms_object.py", line 951, in from_sensor_subsystems
engine='python') # engine suppresses a pandas warning
File "/home/gfz-fe/python_GFZ/python/lib/python3.6/site-packages/pandas/io/parsers.py", line 655, in parser_f
return _read(filepath_or_buffer, kwds)
File "/home/gfz-fe/python_GFZ/python/lib/python3.6/site-packages/pandas/io/parsers.py", line 411, in _read
data = parser.read(nrows)
File "/home/gfz-fe/python_GFZ/python/lib/python3.6/site-packages/pandas/io/parsers.py", line 982, in read
ret = self._engine.read(nrows)
File "/home/gfz-fe/python_GFZ/python/lib/python3.6/site-packages/pandas/io/parsers.py", line 2144, in read
alldata = self._rows_to_cols(content)
File "/home/gfz-fe/python_GFZ/python/lib/python3.6/site-packages/pandas/io/parsers.py", line 2790, in _rows_to_cols
self._alert_malformed(msg, row_num + 1)
File "/home/gfz-fe/python_GFZ/python/lib/python3.6/site-packages/pandas/io/parsers.py", line 2559, in _alert_malformed
raise ParserError(msg)
pandas.errors.ParserError: Expected 2 fields in line 31, saw 3. Error could possibly be due to quotes being ignored when a multi-char delimiter is used.