xraylib (How can I test it? ) ( was [Re: octave-3.0.1 (by gcc-3.4.4dw2) for cygwin])

View: New views
4 Messages — Rating Filter:   Alert me  

Parent Message unknown xraylib (How can I test it? ) ( was [Re: octave-3.0.1 (by gcc-3.4.4dw2) for cygwin])

by Tatsuro MATSUOKA-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Marco

--- Marco Atzeri <marco_atzeri@...> wrote:

>
> --- Tatsuro MATSUOKA <tmacchant@...> 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
Octave-dev@...
https://lists.sourceforge.net/lists/listinfo/octave-dev

Re: xraylib (How can I test it? ) ( was [Re: octave-3.0.1 (by gcc-3.4.4dw2) for cygwin])

by Tatsuro MATSUOKA-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 help@...
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 <tmacchant@...> wrote:

> Hello Marco
>
> --- Marco Atzeri <marco_atzeri@...> wrote:
>
> >
> > --- Tatsuro MATSUOKA <tmacchant@...> 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
> Octave-dev@...
> 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
Octave-dev@...
https://lists.sourceforge.net/lists/listinfo/octave-dev

Re: xraylib (How can I test it? ) ( was [Re: octave-3.0.1 (by gcc-3.4.4dw2) for cygwin])

by Tatsuro MATSUOKA-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

This is a just error correction.

Regards
Tatsuro
--- Tatsuro MATSUOKA <tmacchant@...> wrote:

> Hello Macro
>

> I have done a short test from xraylib extracted files
===>I have done a short test refering the 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 help@...
> 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 <tmacchant@...> wrote:
>
> > Hello Marco
> >
> > --- Marco Atzeri <marco_atzeri@...> wrote:
> >
> > >
> > > --- Tatsuro MATSUOKA <tmacchant@...> 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
> > Octave-dev@...
> > 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
> Octave-dev@...
> 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
Octave-dev@...
https://lists.sourceforge.net/lists/listinfo/octave-dev

Re: xraylib (How can I test it? ) ( was [Re: octave-3.0.1 (by gcc-3.4.4dw2) for cygwin])

by Marco atzeri-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

--- Tatsuro MATSUOKA  ha scritto:

> Hello Macro
>
> I have done a short test from xraylib extracted
> files
>

> octave:3>  LineEnergy(20,0)
> ans =  3.6905
> octave:4>  LineEnergy(20,1)
> ans =  4.0128

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

Hi Tatsuro,
in the meantime I made a comparison with
fedora 9 and I found the same fault.
 
octave:3> help AtomicWeight
 -- Loadable Function: A = AtomicWeight (Z)
     Return the atomic mass of an element with atomic
number Z.

octave:4> AtomicWeight(2)
error: unable to resize object to fewer than 2
dimensions

so there is a problem in the package
at least on same functions, that is not
cygwin specific.

Regards
Marco



      Posta, news, sport, oroscopo: tutto in una sola pagina.
Crea l'home page che piace a te!
www.yahoo.it/latuapagina

-------------------------------------------------------------------------
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
Octave-dev@...
https://lists.sourceforge.net/lists/listinfo/octave-dev
LightInTheBox - Buy quality products at wholesale price