I2PC / xmippCore

Core functions for Xmipp and sharing with other packages (like Scipion)
GNU General Public License v3.0
4 stars 2 forks source link

Metadata read fails when encountering infinites. #209

Open oierlauzi opened 1 month ago

oierlauzi commented 1 month ago

As reported by @Ratolon , when trying to read a xmd which contains infinities on a scalar column (double), it stops reading altogether. Probably, this error also occurs with NaNs. The expected behavior would be to write those values into the internal floating point representation.