@@ -18,9 +18,11 @@ sources = [
1818 ' themachinethatgoesping/pingprocessing/widgets/tools/__init__.py' ,
1919 ' themachinethatgoesping/pingprocessing/widgets/tools/interactivelinebuilder.py' ,
2020 ' themachinethatgoesping/pingprocessing/overview/__init__.py' ,
21+ ' themachinethatgoesping/pingprocessing/overview/cluster.py' ,
2122 ' themachinethatgoesping/pingprocessing/overview/nav_plot.py' ,
2223 ' themachinethatgoesping/pingprocessing/overview/overlap_filter.py' ,
2324 ' themachinethatgoesping/pingprocessing/overview/pingoverview.py' ,
25+ ' themachinethatgoesping/pingprocessing/overview/pingproxy.py' ,
2426 ' themachinethatgoesping/pingprocessing/overview/map_builder/__init__.py' ,
2527 ' themachinethatgoesping/pingprocessing/overview/map_builder/coordinate_system.py' ,
2628 ' themachinethatgoesping/pingprocessing/overview/map_builder/map_builder.py' ,
@@ -37,11 +39,15 @@ sources = [
3739 ' themachinethatgoesping/pingprocessing/filter_pings/by_time_ranges.py' ,
3840 ' themachinethatgoesping/pingprocessing/split_pings/__init__.py' ,
3941 ' themachinethatgoesping/pingprocessing/split_pings/by_channel_id.py' ,
42+ ' themachinethatgoesping/pingprocessing/split_pings/by_course.py' ,
4043 ' themachinethatgoesping/pingprocessing/split_pings/by_distance.py' ,
4144 ' themachinethatgoesping/pingprocessing/split_pings/by_file.py' ,
4245 ' themachinethatgoesping/pingprocessing/split_pings/by_function_return.py' ,
46+ ' themachinethatgoesping/pingprocessing/split_pings/by_heading.py' ,
47+ ' themachinethatgoesping/pingprocessing/split_pings/by_region.py' ,
4348 ' themachinethatgoesping/pingprocessing/split_pings/by_time.py' ,
4449 ' themachinethatgoesping/pingprocessing/split_pings/by_time_blocks.py' ,
50+ ' themachinethatgoesping/pingprocessing/split_pings/by_turn.py' ,
4551 ' themachinethatgoesping/pingprocessing/split_pings/into_ping_blocks.py' ,
4652 ' themachinethatgoesping/pingprocessing/split_pings/into_time_blocks.py' ,
4753 ' themachinethatgoesping/pingprocessing/watercolumn/__init__.py' ,
0 commit comments