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
The TAU value is stored in the set file as an IEEE standard. We are incorrectly treating it in set2ascii.
Hi Mitch,
Stan is correct and you also figured it out already: the preamp tau has the IEEE standard format. The reason for that is we need to store it in the format which allows decimal fractions, e.g. 46.25 us. The only other number that has the same IEEE format is the baseline values in the list mode data, since the baseline can have decimal factions too.
Regards,
Hui
The text was updated successfully, but these errors were encountered:
We added a method to convert from IEEE Floating point standard number to human readable decimal number. Added a unit test for this funciton, and fixed the ouput in set2ascii. We did this so that we could use these number in calculations, and verfications of settings.
We added a method to convert from IEEE Floating point standard number to human readable decimal number. Added a unit test for this funciton, and fixed the ouput in set2ascii. We did this so that we could use these number in calculations, and verfications of settings.
We added a method to convert from IEEE Floating point standard number to human readable decimal number. Added a unit test for this funciton, and fixed the ouput in set2ascii. We did this so that we could use these number in calculations, and verfications of settings.
The TAU value is stored in the set file as an IEEE standard. We are incorrectly treating it in set2ascii.
The text was updated successfully, but these errors were encountered: