-
We have been internally evaluating the use of SNIRF as a native output format for Gowerlabs' [Lumo](https://www.gowerlabs.co.uk/lumo) system.
Lumo is a high density system, and our full head adult …
-
neuro_run01.snirf and Simple_Probe.snirf both have multiple channels, but only a single measurementList, this means all of the items, e.g. detectorgain are arrays instead of scalar. As far as I can t…
-
All sample files have /nirs/aux/time and /nirs/data/time stored as 2D array, but according to snirf spec it should be 1D array. Not a big thing, but e.g. mne-nirs [aux reading function](https://github…
-
I tried using the fnirs on a head model to check the event marker. Later, I converted the result into a snirf file but found that I cant open the converted snirf file by Homer3. This is the error ret…
-
snirf spec states that [/nirs/aux/name](https://github.com/fNIRS/snirf/blob/master/snirf_specification.md#nirsiauxjname) strings should be stored as scalars, the same goes for each item under [metadat…
-
Many extensions with to the BIDS format create a wish list of useful sequence details without clear instructions regarding how to implement these. It would really help to have sample DICOM files from …
-
If we use local indexing, that is to say that:
- for each channel we set a `sourceModuleIndex`, and a `detectorModuleIndex`, and use local indices for `sourceIndex` and `detectorIndex`
- we set …
-
I posed this question at Neurostars (https://neurostars.org/t/convert-to-snirf-format/24855) and was recommended to post an issue here as well. I copy my question here:
> am looking into BIDS form…
-
#### Describe the new feature or enhancement
With the release of MNE-Python 0.24 and MNE-NIRS v0.1.2 the core sensor space functionality is complete (many improvements still required, but the API and…
-
#### Describe the bug
I have SNIRF files collected using NIRx Aurora that I import with `mne.io.read_raw_snirf()` and then write to BIDS with MNE-BIDS' `write_raw_bids()` function.
I then import…