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
I am not sure I understand correctly what you want to do.
I assume you refer to RP66 format.
dlisio provides python interface to read .dlis files. RP66 fshort type is hidden from the end user and is converted into python's float along the way.
Opposite conversion (python float -> dlis fshort) is not implemented as writing .dlis files is not supported and thus there was no need to convert data the opposite way.
if i want output a f32 number into a fshort type in bytes, how to do?
The text was updated successfully, but these errors were encountered: