We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f4bc1 commit fd7bf28Copy full SHA for fd7bf28
neo/rawio/neuralynxrawio/ncssections.py
@@ -415,8 +415,8 @@ def build_for_ncs_file(ncsMemMap, nlxHdr):
415
nomFreq = nlxHdr['sampling_rate']
416
nb = NcsSectionsFactory._buildForMaxGap(ncsMemMap, nomFreq)
417
418
- # BML style with fractional frequency and micros per samp
419
- elif acqType == "BML":
+ # BML & ATLAS style with fractional frequency and micros per samp
+ elif acqType == "BML" or acqType == "ATLAS":
420
sampFreqUsed = nlxHdr['sampling_rate']
421
nb = NcsSectionsFactory._buildGivenActualFrequency(ncsMemMap, sampFreqUsed,
422
math.floor(sampFreqUsed))
0 commit comments