-
Notifications
You must be signed in to change notification settings - Fork 3
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
Allow to define specific HTTP and ZMQ ports #2
base: master
Are you sure you want to change the base?
Conversation
a62017a
to
3f1d18a
Compare
3f1d18a
to
6a25449
Compare
6a25449
to
8ee2542
Compare
Should be working now. |
Hi @tiagocoutinho, we are super busy with the restart after one and 1/2 half of shutdown. We also found a bug in this plugin running Eiger1 detector for the IntTriggerMulti and ExtTriggerMulti and ExtGate. |
No rush from my side. We are simulating an eiger2 based on simplon 1.6 API (document version 1.3.2) which is what we will have on the beamline. Could you tell me what kind of machine you have running Lima for the eiger2 (cpus, ram)? Best of luck with the restart! |
Hi Tiago,
This is a new beast !! around 11keuros HT |
@laurent-claustre, thanks a lot for the info. |
Hi Tiago, sorry for the late merge, we review the code today and merge it this week. We have now a detector running (500K) to test your changes. |
Hi, no worries on my side. I am not in a hurry. |
Hi Tiago, we are pretty ready to merge and to delivery a version 1.9.4. Question, do you use the LimaCCDs pytango server? |
Hi @laurent-claustre, |
Hi @tiagocoutinho , thanks. no more PR needed, we added the new properties to the tango plugin. |
Ah, ok great! |
Hi tiago, new package 1.9.4 is available, sorry for the conflict with your PR, I did change the .sip file. |
Hi,
"Soon" ALBA will have an Eiger detector.
Right now, we started making some tests using an eiger simulator using a sample dectris dataset.
We fire up the simulator using configurable http port (default 8000) and zmq port (default 9999) to avoid the need of admin privileges for launching on port 80.
This PR makes it possible to create a Lima Eiger Camera object with optional http port and zmq port parameters so it can connect to a simulator for example.