snd297 / braintrust

Automatically exported from code.google.com/p/braintrust
0 stars 0 forks source link

mef2edf cannot handle MEF files with "large" physical extremes. #503

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
We have MEF files, Study 010/GRID3.mef for example, where the physical max and 
min will not fit into the 8 characters EDF allows for these values. The user 
sees a BufferOverflowException traced back to the EDFWriter constructor. 

mef2edf may have to detect these large extremes and find more reasonable 
extremes in the file to clip the values that exceed the reasonable extremes.

Original issue reported on code.google.com by john.fro...@gmail.com on 15 Jan 2015 at 5:31