kdarti

Results 4 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...