Activating the parameters in Instrument Node
Added by Anonymous almost 18 years ago
I tried the three line code in Python Command line. There is no intensity value returned when I enter the third line t.getIntensity(). I get some error messages.
Thanks,
Poojitha
Replies (1)
- Added by Anonymous almost 18 years ago
Hi Jim
1. I looked up the version of Tecnai: Its 1.9.3 build 2623.
2. The file C:\Tecnai\Scripting\stdscript.dll exists.
3. When you run Leginon or the test Python scripts, is the Tecnai User
Interface running?
Yes I keep the tecnai User Interface running when I run Leginon or test Python
scripts.
4. I am attaching tecnaicom.py. in the e-mail. I ran updatecom.py and then tried the following
code in the python commandline:
from pyScope.tecnai import Tecnai
t = Tecnai()
t.getIntensity()
I am getting error messages and I dont get back an intensity value. The list of
errors is shorter that the previous time though which is encouraging.