Re: [PyMCA] Getting started, but encountering some difficulty and a minor problem
Brought to you by:
vasole
|
From: V. A. S. <so...@es...> - 2015-09-10 07:54:05
|
Hi Robert, What version of PyMca are you using? 1 - A precompiled binary downloaded from sourceforge 2 - A version supplied with ubuuntu 3 - A version built by yourself The blackening of the tooltips is something specific to your system. The library dealing with that is Qt. If you are in case 1, then you should try 2 or 3. The versions shipped as official packages for ubuntu and debian are *not* convenient for Cu alloys. You need a 5.X.X version (preferably the latesst). Because of that I supplied with latest official release some "unofficial" debian packages. I would recommend you to install PyMca from its source code. You can either download the source package from sourceforge or checkout the master branch of the github repository. For instance: 1 - Download source package from http://sourceforge.net/projects/pymca/files/pymca/PyMca5.1.0/ 2 - tar -xvzf pymca5.1.0-src.tgz 3 - cd pymca 4 - python setup.py install --user --fisx should allow to get a proper installation not conflicting with any package you might have previously installed. For further help, one would need to know what type of setup you have (monochromatic tube or not). Armando On 10.09.2015 05:04, Robert D. Bowers wrote: > I've been working with a Bruker pXRF for a few years now (including > doing some calibration/standards work) with Rob Tykot, but have been > too > busy to spend time trying to figure out PyMCA until now. I've > installed > the software (on a fairly new Ubuntu 14.04 system using Gnome 3.8.4) > and > have it running but have encountered some sort of bug plus having > difficulty getting reliable results. > > The bug: when I hover over a button, an information box pops up but > it's > black and unreadable. > > I am certain the difficulty with results is that I still don't have > PyMCA set up properly. The problem is, I have been getting alarm > messages and can find no information at to what they refer to or what > might cause them. I've been using data from a copper (brass/bronze) > standard tested with the machine (and used in Bruker's calibration) but > the results do not in any way match the given values for each element > (Cu, Zn, Sn, Sb, and Pb) - showing for instance a tiny fraction of > copper when it's around 84% of the mix. > > Does anyone have any suggestions regarding the 'blacking out' of the > info pop-ups? What about a list of errors and probable causes? > > I've downloaded the different tutorials and other files available, and > by going through them I was at least able to get some numbers out. If > I > could find a bit more information as to what each button does and some > information on the different selections and settings, it would really > make things easier. > > Thank you, > > Robert D. Bowers M.A. > Ph.D Student, Applied Anthropology/Archaeology > University of South Florida > > > ------------------------------------------------------------------------------ > Monitor Your Dynamic Infrastructure at Any Scale With Datadog! > Get real-time metrics from all of your servers, apps and tools > in one place. > SourceForge users - Click here to start your Free Trial of Datadog now! > http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140 > _______________________________________________ > PyMCA-users mailing list > PyM...@li... > https://lists.sourceforge.net/lists/listinfo/pymca-users |