agen judi bola , sportbook, casino, togel, number game, singapore, tangkas, basket, slot, poker, dominoqq,
agen bola. Semua permainan bisa dimainkan hanya dengan 1 ID. minimal deposit 50.000 ,- bonus cashback hingga 10% , diskon togel hingga 66% bisa bermain di android dan IOS kapanpun dan dimana pun. poker , bandarq , aduq, domino qq ,
dominobet. Semua permainan bisa dimainkan hanya dengan 1 ID. minimal deposit 10.000 ,- bonus turnover 0.5% dan bonus referral 20%. Bonus - bonus yang dihadirkan bisa terbilang cukup tinggi dan memuaskan, anda hanya perlu memasang pada situs yang memberikan bursa pasaran terbaik yaitu
http://45.77.173.118/ Bola168. Situs penyedia segala jenis permainan poker online kini semakin banyak ditemukan di Internet, salah satunya TahunQQ merupakan situs Agen Judi Domino66 Dan
BandarQ Terpercaya yang mampu memberikan banyak provit bagi bettornya. Permainan Yang Di Sediakan Dewi365 Juga sangat banyak Dan menarik dan Peluang untuk memenangkan Taruhan Judi online ini juga sangat mudah . Mainkan Segera Taruhan Sportbook anda bersama
Agen Judi Bola Bersama Dewi365 Kemenangan Anda Berapa pun akan Terbayarkan. Tersedia 9 macam permainan seru yang bisa kamu mainkan hanya di dalam 1 ID saja. Permainan seru yang tersedia seperti Poker, Domino QQ Dan juga
BandarQ Online. Semuanya tersedia lengkap hanya di ABGQQ. Situs ABGQQ sangat mudah dimenangkan, kamu juga akan mendapatkan mega bonus dan setiap pemain berhak mendapatkan cashback mingguan. ABGQQ juga telah diakui sebagai
Bandar Domino Online yang menjamin sistem FAIR PLAY disetiap permainan yang bisa dimainkan dengan deposit minimal hanya Rp.25.000. DEWI365 adalah
Bandar Judi Bola Terpercaya & resmi dan terpercaya di indonesia. Situs judi bola ini menyediakan fasilitas bagi anda untuk dapat bermain memainkan permainan judi bola. Didalam situs ini memiliki berbagai permainan taruhan bola terlengkap seperti Sbobet, yang membuat DEWI365 menjadi situs judi bola terbaik dan terpercaya di Indonesia. Tentunya sebagai situs yang bertugas sebagai
Bandar Poker Online pastinya akan berusaha untuk menjaga semua informasi dan keamanan yang terdapat di POKERQQ13. Kotakqq adalah situs
Judi Poker Online Terpercayayang menyediakan 9 jenis permainan sakong online, dominoqq, domino99, bandarq, bandar ceme, aduq, poker online, bandar poker, balak66, perang baccarat, dan capsa susun. Dengan minimal deposit withdraw 15.000 Anda sudah bisa memainkan semua permaina pkv games di situs kami. Jackpot besar,Win rate tinggi, Fair play, PKV Games
Comments
All the timestamps are in milliseconds, but their starting value is back-end specific. So it's best to just see them as having no meaning in terms of time-since-experiment-start.
What you could do is simply pick an item, perhaps a
sketchpad
somewhere at the start of the experiment, that you want to use as a starting point. Then you just subtract thetime_[item name]
variable of that item from the timestamps that you are interested in, and you have what you want: A time in milliseconds after a specific item.Cheers!
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
By the way: I'm not familiar with the equipment you mention, but in general the most failproof procedure is to sent triggers to your data files (like you would in EEG and eye tracking). Usually via the parallel port (there's a plug-in for that!), or via the serial port (plug-in).
By sending a trigger at the onset of a relevant stimulus, you don't have to bother with recalculating the timing afterwards.
Thank you so much! Sebastian, I was going to do that as a last ditch effort... Edwin (or Sebastian) the equipment I am using runs through USB, not parallel port... is there a plugin for that?
A device can communicate through the USB port in many different ways. A very common way is actually by simulating an old-fashioned serial port. So it all depends on your specific device.
I would first look on the manufacturer's website (or contact them) to find out how you should communicate with the device. Does it simply emulate a serial port (easiest)? Is there a custom Python library (easy)? Or something else (probably less easy)? They surely have this information, and perhaps they even have some example Python code.
Once you have this information, we can see how to include this in your OpenSesame experiment. That shouldn't be too difficult!
Check out SigmundAI.eu for our OpenSesame AI assistant!
Sebastian, I had emailed the company and they say that there is no way for the hardware to communicate with other programs other than the company software (neulog.com and http://www.neulog.com/SoftwareandApplication.php).
Basically it is a plug and play system with multiple sensors (things from rudimentary EKG to soil analysis). They have multiple ways of communicating with a computer (a USB module, an RF module, WiFi Module) all the sensors also have a flash memory that can hold up to 5 experiments.
I will call the company when I do get a chance. I am not as tech savvy as you seem to be, what questions, specifically should I ask?
Thank you again for your time!
It seems like the recording is not done by a hardware device, but by a program. This makes perfect sense, I think, for a modern set-up, although it's a bit unusual. So you probably have the sensors, which are connected to a computer that runs the NeuroLog software. On a separate computer you will have the experiment running. The question is how you can send triggers from the experiment PC to the NeuroLog PC. (This is just my guess of what the set-up looks like, of course.)
But basically, assuming that they are not total idiots, I'm sure they will understand if you just explain to them what it is you want do. And they should be able to give you specific instructions.
Check out SigmundAI.eu for our OpenSesame AI assistant!
Sebastian, I can't thank you enough for your patience and help. I called the company and left a message, but I doubt they will be helpful. (I can send you the file with my experiment, if that would help you)
However, I was able to find THIS!: https://github.com/thearn/pyneulog
Can you help me make heads and tails of this? Where do I put this in?
Also, does it matter that I am using the legacy backend? (I was using psychopy, but the it was not displaying my stimuli quick enough)
You have been SO HELPFUL! Thanks!!!!
Hi,
You could upload your experiment to pastebin and post the link here (please don't send it by email). However, there's not much that I can do in terms of giving specific advice. You really need someone who is familiar with the NeuroLog system. It's not really an OpenSesame issue, it's more generally about using NeuroLog in a Python environment.
If the company is not helpful, I would contact the
pyneulog
developer.Cheers!
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
Hi Sebastiaan,
I wrote to the developer of pyneulog and he wrote back to me
"In the python code, try entering this:
import serial
and see if it gives an error or not. If it doesn't, then I can give you some code to run directly.
If it does give an error, then I'd look and see if there is anyway to get third party python packages installed into OpenSesame python interpreter. I think their developers should be able to give some instructions on how to do that."
When I entered "import serial" I did get an error message. I told the developer that there is the srbox item. Any suggestions?
Discussion moved to #907.
Check out SigmundAI.eu for our OpenSesame AI assistant!