kdarti

Results 6 comments of kdarti

Note that this is enough enough to fix by casting **t** and **dod** to double, but not sure how you prefer to solve it. Also, the issue is with csaps...

> Thanks for sharing @kdarti , and great detailed issue. For debugging purposes, how did you acquire these files? What device was the data collected on and how was the...

> So if things are okay with `read_custom_montage(..., head_size=None)` but not with `read_raw_snirf`, then adding a `head_size=None` default kwarg to `read_raw_snirf` should fix it in theory I think right? Maybe...

> Okay -- if `read_custom_montage(fname)` is fine, then that's the same as `read_custom_montage(fname, head_size=0.095)` (since `head_size=0.095` is the default). So then adding a `head_size=None` to `read_raw_snirf` that you could set...

I tried simply using np.float64, but there are still floating point errors. The option of using Decimal package isn't great because it is very very slow (in a quick test,...

I got a little confused during testing becuase the official snirf samples are also incorrect, in their own way, c..f. https://github.com/fNIRS/snirf-samples/issues/9 Given I'm reading the snirf spec correctly the example...