Auto-detect logic
HxMap Data Copy tool uses special logic to detect raw data for supported sensors and will add all related partitions to the list of available data directories.
Here's the steps of auto detecting in the given order:
Firstly detecting SPL100 raw data which contains 6 disks/directories: two LiDAR raw data with .raw.tof files and four RCD30 raw data, each of them contains the same session or sessions
if found, all six disks/directories will be added automatically in the order of: SPL_LiDAR1, SPL_LiDAR2, RCD30_Master, RCD30_Slave1, RCD30_Slave2, RCD30_Slave3
If failed, then trying to detect HRQLS raw data which contains one or multiple disks/directories, each of them contains ONLY .raw.tof and .raw.tof.sha1 files
if found, the SPL LiDAR raw disks/directories from the same level will be added
If still failed, then trying to detect raw data for other supported sensors (e.g. RCD30, CityMapper, DMC and SPL) using the same logic as ingest
if found, all related MM paths will be added and the master MM will be listed on the top
If that still failed, pop up warning dialog "No recognized raw data directory found, do you still want to add the directory?" to allow user decide to add that single disk/directory or just quit
if user selects Yes, the selected disk/directory will be added
if user selects No, nothing will be added