Hello Macro

I have done a short test from xraylib extracted files 

octave:1> pkg load xraylib
octave:2> help LineEnergy
 -- Loadable Function: A = LineEnergy (Z,LINE)
     Fluorescent line energy (keV)

          Z : atomic number
          LINE :
          KA_LINE 0
          KB_LINE 1
          LA_LINE 2
          LB_LINE 3
          (Individual lines are also defined with negative flags
          See file lines.h in src directory for equivalences.)

/opt/octave/octave-3.0.1/octave-forge/extra/xraylib-1.0.6/i686-pc-cygwin-api-v32/xraylib.oct

Additional help for built-in functions and operators is
available in the on-line version of the manual.  Use the command
`doc <topic>' to search the manual index.

Help and information about Octave is also available on the WWW
at http://www.octave.org and via the [EMAIL PROTECTED]
mailing list.
octave:3>  LineEnergy(20,0)
ans =  3.6905
octave:4>  LineEnergy(20,1)
ans =  4.0128
octave:5>  LineEnergy(20,2)
ans =  0.34127
octave:6>  LineEnergy(20,3)
ans =  0.34497
octave:7>

I do not know that the results are correct or not but the package seemed not to 
be broken for
 my case.

I have not done anything specilal to build xraylib package. 
I have used 
octave-forge-bundle-20080429 not octave-forge-bundle-20080507.
 
Regards

Tatsuro
                                    
--- Tatsuro MATSUOKA <[EMAIL PROTECTED]> wrote:

> Hello Marco
> 
> --- Marco Atzeri <[EMAIL PROTECTED]> wrote:
> 
> > 
> > --- Tatsuro MATSUOKA <[EMAIL PROTECTED]> ha
> > scritto:
> > 
> > > Hello
> > 
> > Hi Tatsuro
> > 
> > > 
> > > I have a little bit revised a page octave-3.0.1 (by
> > > gcc-3.4.4dw2) for cygwin.
> > > 
> > > Readme.txt is uploaded.
> > > 
> > > The gnuplot 4.3 cvs (built by gcc 4.3.0) is updated
> > > to 2006-06-27.
> > > 
> > > Regards
> > > 
> > > Tatsuro
> > > 
> > I was trying to add some further packages 
> > of octave-forge. But I am puzzled from xraylib,
> > it compiles fine but it seems broken.
> > 
> > Could you check on your build ?
> > 
> > Regards
> > Marco
> 
> No I did not.  It was too poorly documented so that I did not carried out the 
> test.
> Are there any person who really use the xraylib package?
> Please give me the infomation the way to test.
> 
> Regards
> 
> Tatsuro
> 
> 
> --------------------------------------
> Stop! Global Warming ~ Yahoo! JAPAN Earth Project
> http://pr.mail.yahoo.co.jp/earthproject/
> 
> -------------------------------------------------------------------------
> Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
> Studies have shown that voting for your favorite open source project,
> along with a healthy diet, reduces your potential for chronic lameness
> and boredom. Vote Now at http://www.sourceforge.net/community/cca08
> _______________________________________________
> Octave-dev mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/octave-dev
> 


--------------------------------------
Stop! Global Warming ~ Yahoo! JAPAN Earth Project
http://pr.mail.yahoo.co.jp/earthproject/

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to