LowellInstruments / Domino

Software - Unified Application for Data Logging Hardware from Lowell Instruments
GNU General Public License v3.0
6 stars 1 forks source link

This data file doesn't convert #253

Closed jeff101 closed 1 year ago

jeff101 commented 3 years ago

1412044_hTT8sn1412044(0).zip

I believe the problem is in the process page method of the CompoundProduct class. It would appear that the shortest is being calculated incorrectly. Rather than giving the length of the longest dimension, it's giving the total number of elements in the matrix.

jeff101 commented 3 years ago

This problem needs to be solved in lowell-mat. Change the line in process_page to this:

shortest = min([x.time.size for x in converted])

jeff101 commented 2 years ago

Fixed in lowell-mat

Nickel33 commented 1 year ago

Verified fixed. Closing.