Gowerlabs / lumomat

MATLAB tools and SNIRF export for LUMO
https://www.gowerlabs.co.uk/lumo
MIT License
10 stars 2 forks source link

Number of detectors in nirs.SDMeadlist #55

Closed cmbritto closed 4 months ago

cmbritto commented 4 months ago

Hi,

I am reaching out with a question related to the SD structure. After converting the .lufr to .nirs file, and checking the SD structured and the Measlist, there should be 132 detectors per sensor. But when looking at column 2, skips values after 32 to 61 and 64 to 105 (see image below). Should this be happening? If not how can we fix this? In the SD file structure nSrcs is 99, and nDets is 132.

Let me know if there is further information we can provide.

Thank you so much for your time and I look forward to hearing from you.

Image 1: image

image 2: image (1)

Image 3: image (2)

samuelpowell commented 4 months ago

@cmbritto whilst all LUMO systems can record in 'dense' acquistion mode, where channels are formed from every source and every detector, the default behaviour is to operate in 'sparse' acquistion mode, where very long channels are discarded.

As such the indexing you show above is perfectly normal, source index 1 forms channels with the nearby detectors of indices 1 ... 32, 61 ... 64, and so on. I expect that if you were to inspect the length of the channels (distance between sources and detectors) in this list, they would all be less than, e.g., 70mm.

Do let me know if this answers your question.

samuelpowell commented 4 months ago

@cmbritto since we have not heard back from you I'm going to assume that this answers your questions and close the issue. Please reopen if required.