Skip to content

Commit

Permalink
Handle v560 type also.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter N. Steinmetz authored and Peter N. Steinmetz committed Apr 13, 2023
1 parent a53d6c2 commit 6ca631b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo/rawio/neuralynxrawio/ncssections.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ def build_for_ncs_file(ncsMemMap, nlxHdr):

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

Expand Down

0 comments on commit 6ca631b

Please sign in to comment.