-
Notifications
You must be signed in to change notification settings - Fork 9
Updates for PythonForPicam #2
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
base: master
Are you sure you want to change the base?
Conversation
|
This sounds great, and thank you for getting it put together for PyPi packaging. I have also made quite a few changes on my own fork (https://github.com/DawesLab/PythonForPicam), I don't see any overlap off the top of my head but I need to get better with git to check for conflicts. I'll take a closer look at these changes here and try them out in my lab on Monday. I don't know how active this original repo is but I'm happy to help you keep this code working. |
|
Thanks - -Josh On 6/18/16 11:21 AM, Andrew M. C. Dawes wrote:
|
|
I agree, and that should be the version linked from Pypi. The main changes I made were to run under Linux so at least adding some platform detection steps would be good too. Andy Sent from my phone using voice-recognition software and/or clumsy thumbs, please forgive any typos.
|
|
Hi Josh and Andy, I'm happy to hear that this code is being used still. I haven't looked at Best Regards, On Sat, Jun 18, 2016 at 11:04 AM Andrew M. C. Dawes <
|
Add URL, change email, remove trailing comma from Platforms
|
This is the same as the previous pull request with some changes to setup.py so that it will upload to Pypi Sorry I did not know how to tell it to just include the 1 changed file. |
|
As a note to anyone involved in this repository or stumbling upon it in the future, as of very recently (January 2021) there is an "official" GitHub repository called SpeReadPy supported by Teledyne Princeton Instruments (TPI) that hosts Python code for interfacing with Lightfield, parsing .spe files, and (most relevant!) controlling PICam. The person who created the repository, Sabbir Liakat of TPI, welcomes people to share their Pythonic PICam implementations or examples there. |
Thank you for providing this great package. I have made some small updates, expanded the test program to talk to real cameras, and added a setup.py so it can be on Pypi.
I am going to put this version on Pypi but will happily take it down if you merge this and put it up yourself.