You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should create a python directory to put all the non-executable python code in. If you want to be able to "import something" to get at that code, I'd suggest "python/evoraCam/" or "python/evoraController/" or something similar (ScienceCamera is rather generic), which can be added to the python path.
Relatedly, you might want to rename this product something other than "ScienceCamera". Do you plan to use all this code for the spectrograph too (it's probably a good idea to share, but you may want to eventually start separating functionality between them into different products)?
The text was updated successfully, but these errors were encountered:
You should create a python directory to put all the non-executable python code in. If you want to be able to "import something" to get at that code, I'd suggest "python/evoraCam/" or "python/evoraController/" or something similar (ScienceCamera is rather generic), which can be added to the python path.
Relatedly, you might want to rename this product something other than "ScienceCamera". Do you plan to use all this code for the spectrograph too (it's probably a good idea to share, but you may want to eventually start separating functionality between them into different products)?
The text was updated successfully, but these errors were encountered: