You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for 16-bit floating point ("half float") as Ics_real16.
Huygens 25.10 writes Ics_real16 data divided by 16.0 in order to make this type have an effective dynamic range from approx 1e-3 to 1e6.
Add an autoconf test that sets HAVE_FLOAT16 depending on compiler support for _Float16, which is needed in libics_preview if Ics_real16 data are to be handled there.
Add the Aurox spinning disk microscope as a microscope type.
version 1.6.9:
Add suport for the scalingFactor parameter.
Increase the precision of a double parameter in icsAddDouble.
Reorder cases in libics_top.c to match enum order.
Prevent a NULL pointer dereference on ICS syntax error, instead return an Ics error.
Replace fseek by _fseeki64() on Windows (64-bit safe). Based on a patch submitted by Patrick Steele at Bitplane.
For reference, add #define lines for possible values as used by SVI Huygens (sensor types, STED depletion modes, SPIM excitation types, scatter models, reliability levels).