-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't find the marker channels in a .smrx file using the CedIO loader. #1442
Comments
Hi @FloHofmann Can you share a short test file with these markers? |
Hi, thanks for the quick response @alejoe91. |
In case it helps. I'm using Python 3.9.18, neo 0.12.0 and sonpy 1.9.5
|
@FloHofmann why did you label this as documentation? I would say it's more an enhancement! |
I was sure I was missing something in the documentation, leading to me not finding the needed channels. So I take from your replies, that there currently is no implementation for what I'm looking for? |
Honestly I'm not sure. Let me ping @samuelgarcia |
Hi, |
Hi, |
I've tried the Sonpy approach now. Using the ReadMarkers() ( .ReadMarkers(30,1000,0,smrx.MaxTime(30)); 30 being the Channel Number of the Marker channel in my provided file, 1000 being an arbitrarily chosen number for MaxNumberMarkers) function returns a list of <sonpy.DigMark> objects that contain the sample as well as the marker codes. So now the issue is just retrieving the codes from those DigMark object for which I'm still looking for a solution. |
As the title suggests. I have recording data in from of .smrx files. Using a keyboard input, I trigger waveforms, which i feed back as ADC. I can find the waveforms easily in the block.segments.analogsignals but the marker for the trigger, which should be channel 30, I can't seem to find in the objects structure.
Any suggestion as to where these marker channels could be located?
Thanks for any help in advance
The text was updated successfully, but these errors were encountered: