matwey / fips3

OpenGL-based FITS image viewer
http://fips.space
GNU Lesser General Public License v3.0
30 stars 5 forks source link

Huge range of double values #132

Open hombit opened 5 years ago

hombit commented 5 years ago

Probably we have arithmetics problems with images which value range is greater than double maximum value, e.g minimum pixel value is std::numeric_limits<double>::lowest() and maximum pixel value is std::numeric_limits<double>::max().

Connected to #128, #129