WPI-SurfMet-Lab / Multiscale-Statistical-Analysis

Multiscale regression/discrimination analysis software, which uses multiscale area data exported from MountainsMap®.
https://www.surfacemetrology.org/
MIT License
2 stars 0 forks source link

PlotData open_file2 does not correctly handle scale discrepencies #87

Closed MatthewSpofford closed 4 years ago

MatthewSpofford commented 4 years ago

If there are scales that may not be contained within all of the opened datasets, then these scales will continue to be appended to the results_scale list. Since the order of the scales is based on the files being imported, the results_scale list is completely out of order. The open_file2 function then continues to append on to the relative_area and complexity lists, causing there to be more scale values than actual area/complexity values, completely disrupting the data table.

Discrepancies could be ignored, or linear interpolation. Maybe have the option when importing files.


Blocked by: #88 Blocking: #86, #101