Skip to content

Commit 6ca631b

Browse files
Peter N. SteinmetzPeter N. Steinmetz
authored andcommitted
Handle v560 type also.
1 parent a53d6c2 commit 6ca631b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/rawio/neuralynxrawio/ncssections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ def build_for_ncs_file(ncsMemMap, nlxHdr):
438438

439439
# digital lynx style with fractional frequency and micros per samp determined from
440440
# block times
441-
elif acqType == "DIGITALLYNX" or acqType == "DIGITALLYNXSX" or acqType == 'CHEETAH64' or acqType == 'RAWDATAFILE':
441+
elif acqType in ["DIGITALLYNX", "DIGITALLYNXSX", 'CHEETAH64', 'CHEETAH560', 'RAWDATAFILE']:
442442
nomFreq = nlxHdr['sampling_rate']
443443
nb = NcsSectionsFactory._buildForMaxGap(ncsMemMap, nomFreq)
444444

0 commit comments

Comments
 (0)