the ALC file can contain fields like ["Misc2", "Misc2", "Misc3", "Misc3","Current_Ch01", "Current_Ch02"]. In that case these fields will be written to dataframes in data['layer_data'] like data['layer_data']['Misc'] or data['layer_data']['Current_Ch'] but should rather be additional columns of data['flightlines']
the ALC file can contain fields like
["Misc2", "Misc2", "Misc3", "Misc3","Current_Ch01", "Current_Ch02"]
. In that case these fields will be written to dataframes indata['layer_data']
likedata['layer_data']['Misc']
ordata['layer_data']['Current_Ch']
but should rather be additional columns ofdata['flightlines']
example to test, including locations of .xyz and .alc files: https://github.com/emerald-geomodelling/EmeraldProcessing/blob/libaarhus_data_structure/scripts/TEM/libaarhus_IO_test.py