DVector.write_sector_reports#
- DVector.write_sector_reports(segment_totals_path, ca_sector_path, ie_sector_path, lad_report_path=None, lad_report_seg=None)[source]#
Write segment, CA sector, and IE sector reports to disk.
- Parameters:
segment_totals_path (PathLike) – Path to write the segment totals report to
ca_sector_path (PathLike) – Path to write the CA sector report to
ie_sector_path (PathLike) – Path to write the IE sector report to
lad_report_path (PathLike | None) – Path to write the LAD report to
lad_report_seg (Segmentation | None) – The segmentation to output the LAD report at
- Return type:
None