I have a snirf data file with
snirf.metaDataTags.tags.TimeUnit = 'ms'
When I load this data into Homer3, the x axis of any channel I select from my probe is plotted as 'Time (s)'. That is, Homer3 doesn't convert my snirf.data.time trace from ms to seconds.
Need to add support for units in Homer3. Upcoming version of SNIRF will also incorporate units for aux and data channels. As you point out, we don't even support snirf.metaDataTags.tags.TimeUnit
I have a snirf data file with
snirf.metaDataTags.tags.TimeUnit = 'ms'
When I load this data into Homer3, the x axis of any channel I select from my probe is plotted as 'Time (s)'. That is, Homer3 doesn't convert my snirf.data.time trace from ms to seconds.