PyMoDAQ / pymodaq_plugins_physical_measurements

Set of PyMoDAQ plugins for various physical measurements: multimeter, lockin, oscilloscope, indus cameras...
MIT License
0 stars 8 forks source link

not visible in plugin manager #5

Open pvalvin opened 7 months ago

pvalvin commented 7 months ago

Dear pymodaq developpers, gurus,

I want to add a new 0D viewer in this plugin (LockIn EGG 5210). It seems to be the right place since we can find LockIn7270 from the same supplier.

But first, I have to install this plugin with the classical command : "pip install -e ." It works perfectly with other plugins such as pymodaq_plugins_newport. But when I install this pymodaq_plugins_physical_measurements, I don't see it in the plugin manager. However, I see it in the pip list, with a correct directory, just like pymodaq_plugins_newport, but again, I don't see it in the "installed" list of the plugin manager. thank you for your help.

Pierre

seb5g commented 7 months ago

Hello, this plugin is deprecated, and we moved its instruments in their dedicated manufacturer named pymodaq plugins. For instance the Lockin7270 is now in the : https://github.com/PyMoDAQ/pymodaq_plugins_signal_recovery

pvalvin commented 7 months ago

Thank you Seb for your rapid answer and for this important information. So, may I ? -> why do you keep this plugin on github ?

seb5g commented 7 months ago

Well I will just update the readme to say it is deprecated! anyhow it is not possible to remove it from pypi...

Sébastien Weber

Référent Organisation AbsoluRaid @. @.> https://absoluraid.fr/ https://absoluraid.fr/*

Le ven. 9 févr. 2024 à 15:40, pvalvin @.***> a écrit :

Thank you Seb for your rapid answer and for this important information. So, may I ? -> why do you keep this plugin on github ?

— Reply to this email directly, view it on GitHub https://github.com/PyMoDAQ/pymodaq_plugins_physical_measurements/issues/5#issuecomment-1936052337, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABSNYI55YLJ4UNKXK7SIJ2DYSYYOXAVCNFSM6AAAAABDBRCNIGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZWGA2TEMZTG4 . You are receiving this because you commented.Message ID: @.*** com>

pvalvin commented 7 months ago

ok thank you Sebastien. It begins to run now ! Great ! btw, good luck for the absoluraid !!

acfarrell commented 5 months ago

This plugin seems to be the only one that implements GenICam devices. Has this functionality been moved to another plugin? It's not manufacturer specific so I'm not sure where to look.

seb5g commented 5 months ago

Hello. This feature has been left in here and not moved elsewhere because I don't have such Camera anymore and could not test it. Do you have one?

seb5g commented 5 months ago

If you do; I will create a dedicated plugin called pymodaq_plugins_genicam and you'll have to test it properly...

acfarrell commented 5 months ago

Hi Sebastian, I do have a GenICam device (FLIR Grasshopper 3, GS3-U3-51S5M-C) that I can get to run using harvesters as long as I use the Spinakker .cti provided by FLIR rather than the MatrixVision GenTL producer. If that's sufficient, I can test out the plugin.

seb5g commented 5 months ago

Hi @acfarrell I moved the thing into a dedicated repository: https://github.com/PyMoDAQ/pymodaq_plugins_genicam However I won't yet publish it as a plugin as you'll have to work on it to make sure it does what it should be... I hope you'll be able to make it work again. If you need to modify things you'll have to fork this repo and work on your fork before pushing new commits, see:

and ask me if need!