You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(5) |
Jun
(2) |
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
|
Feb
(3) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(19) |
Nov
(24) |
Dec
(6) |
2002 |
Jan
(5) |
Feb
(1) |
Mar
(1) |
Apr
(5) |
May
|
Jun
|
Jul
(1) |
Aug
(2) |
Sep
(11) |
Oct
|
Nov
|
Dec
|
2004 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(3) |
Nov
(1) |
Dec
|
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(4) |
2006 |
Jan
|
Feb
(2) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(5) |
2007 |
Jan
(3) |
Feb
|
Mar
|
Apr
(5) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2008 |
Jan
(1) |
Feb
(4) |
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
(1) |
Sep
(8) |
Oct
(10) |
Nov
(27) |
Dec
(30) |
2009 |
Jan
(15) |
Feb
(13) |
Mar
(18) |
Apr
(23) |
May
(35) |
Jun
(20) |
Jul
(23) |
Aug
(7) |
Sep
(3) |
Oct
|
Nov
|
Dec
(10) |
2010 |
Jan
(4) |
Feb
(3) |
Mar
(5) |
Apr
|
May
(2) |
Jun
(4) |
Jul
(1) |
Aug
(1) |
Sep
(1) |
Oct
(2) |
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Dan S <ki...@ya...> - 2007-01-17 08:57:02
|
Developers,=0A=0AI would like to announce that the Win32 port has been comm= ited in CVS.=0A=0ASpecial thanks to Petr with his help getting me going wit= h cvs.=0A=0A-Daniel Schultze (kinglag)=0A=0A=0A=0A=0A =0A__________________= __________________________________________________________________=0ATV din= ner still cooling? =0ACheck out "Tonight's Picks" on Yahoo! TV.=0Ahttp://tv= .yahoo.com/ |
From: Dan S <ki...@ya...> - 2006-12-24 08:44:54
|
Nova Developers,=0A=0AOk, the few tests that I have been able to do have be= en sucessful, I'm going on vacation for a couple weeks and won't be able to= work on the project.=0A=0A-Dan=0A=0A----- Original Message ----=0AFrom: Da= n S <ki...@ya...>=0ATo: nov...@li...=0ASent: = Wednesday, December 20, 2006 2:07:46 PM=0ASubject: Re: [Nova-developer] Win= 32 Port (repost)=0A=0AToday's update:=0A=0AI have been able to build and ru= n the library=0Awith the lunar.c example code. It appears to run successfu= lly. (It was=0Acloudy here last night and I was not able to compare lunar d= isk=0Avisibility in the sky but the US Naval Observatory website agreed wit= h=0Athe lunar disk visibility). I am now waiting on my administrator to=0A= install libnova on the linux (debian) server I use. I can't wait to=0Adiff= the output of both. Once all the examples are tested I'm going to=0Aclean= my code and would like to submit it. One great positive is that=0AI have = been able to run it with the managed code (.net 2.0) option=0Aon. There wa= s a noticeable difference in performance but can be=0Areviewed later.=0A=0A= I expect to have more results to report by Dec 23.=0A=0A-Dan=0A=0A----- Ori= ginal Message ----=0AFrom: Dan S <ki...@ya...>=0ATo: nova-developer@l= ists.sourceforge.net=0ASent: Tuesday, December 19, 2006 5:06:42 PM=0ASubjec= t: Re: [Nova-developer] Win32 Port=0A=0AFirst it seems that fatigue was hit= ting me when I said I couldn't find libnova.h, it is there as expected.=0A= =0ASecond, I have been able to build the library in Visual Studio 2005 C++ = :). As much as I want to test the build I haven't been able to make the ti= me yet but I plan to have some time very soon.=0A=0AThird, once I'm ready t= o start submitting code to the CVS repository I would like to add 2 source = and 2 header file, "libnova_win" and "libnova_c89". It will contain the c89= and win32 replacements to the posix and c99 math functions. This brings u= p two issues: 1, it is possible to make the library completely c89 complian= t; 2, it is possible to replace all the non reentrant functions, in the win= dows port, with ones that are through the extensions provided by Posix (for= the linux version) and Win32. The current code can be replaced with the P= osix ones and I can define the Win32 equivalent to substitute the identifie= rs (ie #define strtok_r strtok_s).=0A=0AFourth, via define's i've seen Win= 32 and __Win32__ I would propose we make it __LN__WIN32__ and __LN_C89__ .= =0A=0ASorry about the quick reply short on time in the moment.=0A=0A-Dan=0A= =0A----- Original Message ----=0AFrom: Petr Kubanek <pe...@ku...>=0ATo= : Dan S <ki...@ya...>=0ACc: nov...@li...=0ASe= nt: Monday, December 18, 2006 5:55:04 PM=0ASubject: Re: [Nova-developer] Wi= n32 Port=0A=0AMon, Dec 18, 2006 at 01:47:41PM -0800 - Dan S:=0A> Nova Devel= opers,=0A> =0A> I have been looking at the code to make a Windows compatibl= e version.=0A> So far the problems I've encountered is replacing the Posix = time=0A> library, and the c99 functions. After make ing the library on Lin= ux I=0A> also noticed that a sort of meta-header file was automatically cre= ated=0A> libnova.h. It looks like I'll have to manually create that. Some= one=0A> did suggest using Cygwin to support the Posix part of the library,= =0A> however I wanted to avoid that so anyone who uses the library on=0A> W= indows will not need another dll.=0A=0AI think that those changes, using if= defs, will be gladly welcome. I=0Acannot test them, but if they will not br= eak Linux build, I can commit=0Athem.=0A=0ABut libnova.h is NOT created, it= 's in CVS and should be in tar.gz. Can=0Ayou send any hint why you think it= 's created?=0A=0A> Also I am wondering if there is any test code that could= be used to=0A> verify the library after my changes.=0A=0A./lntest/lntest= =0A=0APetr=0A=0A=0A=0A=0A__________________________________________________= =0ADo You Yahoo!?=0ATired of spam? Yahoo! Mail has the best spam protectio= n around =0Ahttp://mail.yahoo.com =0A=0A-----------------------------------= --------------------------------------=0ATake Surveys. Earn Cash. Influence= the Future of IT=0AJoin SourceForge.net's Techsay panel and you'll get the= chance to share your=0Aopinions on IT & business topics through brief surv= eys - and earn cash=0Ahttp://www.techsay.com/default.php?page=3Djoin.php&p= =3Dsourceforge&CID=3DDEVDEV=0A_____________________________________________= __=0ANova-developer mailing list=0AN...@li...=0Ah= ttps://lists.sourceforge.net/lists/listinfo/nova-developer=0A=0A=0A=0A=0A__= ________________________________________________=0ADo You Yahoo!?=0ATired o= f spam? Yahoo! Mail has the best spam protection around =0Ahttp://mail.yah= oo.com =0A=0A--------------------------------------------------------------= -----------=0ATake Surveys. Earn Cash. Influence the Future of IT=0AJoin So= urceForge.net's Techsay panel and you'll get the chance to share your=0Aopi= nions on IT & business topics through brief surveys - and earn cash=0Ahttp:= //www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3DDEVDEV= =0A_______________________________________________=0ANova-developer mailing= list=0AN...@li...=0Ahttps://lists.sourceforge.ne= t/lists/listinfo/nova-developer=0A=0A=0A=0A=0A_____________________________= _____________________=0ADo You Yahoo!?=0ATired of spam? Yahoo! Mail has th= e best spam protection around =0Ahttp://mail.yahoo.com |
From: Dan S <ki...@ya...> - 2006-12-20 20:07:54
|
Today's update:=0A=0AI have been able to build and run the library=0Awith t= he lunar.c example code. It appears to run successfully. (It was=0Acloudy = here last night and I was not able to compare lunar disk=0Avisibility in th= e sky but the US Naval Observatory website agreed with=0Athe lunar disk vis= ibility). I am now waiting on my administrator to=0Ainstall libnova on the= linux (debian) server I use. I can't wait to=0Adiff the output of both. = Once all the examples are tested I'm going to=0Aclean my code and would lik= e to submit it. One great positive is that=0AI have been able to run it wi= th the managed code (.net 2.0) option=0Aon. There was a noticeable differe= nce in performance but can be=0Areviewed later.=0A=0AI expect to have more = results to report by Dec 23.=0A=0A-Dan=0A=0A----- Original Message ----=0AF= rom: Dan S <ki...@ya...>=0ATo: nov...@li...= =0ASent: Tuesday, December 19, 2006 5:06:42 PM=0ASubject: Re: [Nova-develop= er] Win32 Port=0A=0AFirst it seems that fatigue was hitting me when I said = I couldn't find libnova.h, it is there as expected.=0A=0ASecond, I have bee= n able to build the library in Visual Studio 2005 C++ :). As much as I wan= t to test the build I haven't been able to make the time yet but I plan to = have some time very soon.=0A=0AThird, once I'm ready to start submitting co= de to the CVS repository I would like to add 2 source and 2 header file, "l= ibnova_win" and "libnova_c89". It will contain the c89 and win32 replacemen= ts to the posix and c99 math functions. This brings up two issues: 1, it i= s possible to make the library completely c89 compliant; 2, it is possible = to replace all the non reentrant functions, in the windows port, with ones = that are through the extensions provided by Posix (for the linux version) a= nd Win32. The current code can be replaced with the Posix ones and I can d= efine the Win32 equivalent to substitute the identifiers (ie #define strtok= _r strtok_s).=0A=0AFourth, via define's i've seen Win32 and __Win32__ I wo= uld propose we make it __LN__WIN32__ and __LN_C89__ .=0A=0ASorry about the = quick reply short on time in the moment.=0A=0A-Dan=0A=0A----- Original Mess= age ----=0AFrom: Petr Kubanek <pe...@ku...>=0ATo: Dan S <kinglag@yahoo= .com>=0ACc: nov...@li...=0ASent: Monday, December 1= 8, 2006 5:55:04 PM=0ASubject: Re: [Nova-developer] Win32 Port=0A=0AMon, Dec= 18, 2006 at 01:47:41PM -0800 - Dan S:=0A> Nova Developers,=0A> =0A> I have= been looking at the code to make a Windows compatible version.=0A> So far = the problems I've encountered is replacing the Posix time=0A> library, and = the c99 functions. After make ing the library on Linux I=0A> also noticed = that a sort of meta-header file was automatically created=0A> libnova.h. I= t looks like I'll have to manually create that. Someone=0A> did suggest us= ing Cygwin to support the Posix part of the library,=0A> however I wanted t= o avoid that so anyone who uses the library on=0A> Windows will not need an= other dll.=0A=0AI think that those changes, using ifdefs, will be gladly we= lcome. I=0Acannot test them, but if they will not break Linux build, I can = commit=0Athem.=0A=0ABut libnova.h is NOT created, it's in CVS and should be= in tar.gz. Can=0Ayou send any hint why you think it's created?=0A=0A> Also= I am wondering if there is any test code that could be used to=0A> verify = the library after my changes.=0A=0A./lntest/lntest=0A=0APetr=0A=0A=0A=0A=0A= __________________________________________________=0ADo You Yahoo!?=0ATired= of spam? Yahoo! Mail has the best spam protection around =0Ahttp://mail.y= ahoo.com =0A=0A------------------------------------------------------------= -------------=0ATake Surveys. Earn Cash. Influence the Future of IT=0AJoin = SourceForge.net's Techsay panel and you'll get the chance to share your=0Ao= pinions on IT & business topics through brief surveys - and earn cash=0Ahtt= p://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3DDEVDE= V=0A_______________________________________________=0ANova-developer mailin= g list=0AN...@li...=0Ahttps://lists.sourceforge.n= et/lists/listinfo/nova-developer=0A=0A=0A=0A=0A____________________________= ______________________=0ADo You Yahoo!?=0ATired of spam? Yahoo! Mail has t= he best spam protection around =0Ahttp://mail.yahoo.com |
From: Dan S <ki...@ya...> - 2006-12-19 23:06:49
|
First it seems that fatigue was hitting me when I said I couldn't find libn= ova.h, it is there as expected.=0A=0ASecond, I have been able to build the = library in Visual Studio 2005 C++ :). As much as I want to test the build = I haven't been able to make the time yet but I plan to have some time very = soon.=0A=0AThird, once I'm ready to start submitting code to the CVS reposi= tory I would like to add 2 source and 2 header file, "libnova_win" and "lib= nova_c89". It will contain the c89 and win32 replacements to the posix and = c99 math functions. This brings up two issues: 1, it is possible to make t= he library completely c89 compliant; 2, it is possible to replace all the n= on reentrant functions, in the windows port, with ones that are through the= extensions provided by Posix (for the linux version) and Win32. The curre= nt code can be replaced with the Posix ones and I can define the Win32 equi= valent to substitute the identifiers (ie #define strtok_r strtok_s).=0A=0AF= ourth, via define's i've seen Win32 and __Win32__ I would propose we make = it __LN__WIN32__ and __LN_C89__ .=0A=0ASorry about the quick reply short on= time in the moment.=0A=0A-Dan=0A=0A----- Original Message ----=0AFrom: Pet= r Kubanek <pe...@ku...>=0ATo: Dan S <ki...@ya...>=0ACc: nova-dev= el...@li...=0ASent: Monday, December 18, 2006 5:55:04 PM= =0ASubject: Re: [Nova-developer] Win32 Port=0A=0AMon, Dec 18, 2006 at 01:47= :41PM -0800 - Dan S:=0A> Nova Developers,=0A> =0A> I have been looking at t= he code to make a Windows compatible version.=0A> So far the problems I've = encountered is replacing the Posix time=0A> library, and the c99 functions.= After make ing the library on Linux I=0A> also noticed that a sort of met= a-header file was automatically created=0A> libnova.h. It looks like I'll = have to manually create that. Someone=0A> did suggest using Cygwin to supp= ort the Posix part of the library,=0A> however I wanted to avoid that so an= yone who uses the library on=0A> Windows will not need another dll.=0A=0AI = think that those changes, using ifdefs, will be gladly welcome. I=0Acannot = test them, but if they will not break Linux build, I can commit=0Athem.=0A= =0ABut libnova.h is NOT created, it's in CVS and should be in tar.gz. Can= =0Ayou send any hint why you think it's created?=0A=0A> Also I am wondering= if there is any test code that could be used to=0A> verify the library aft= er my changes.=0A=0A./lntest/lntest=0A=0APetr=0A=0A=0A=0A=0A_______________= ___________________________________=0ADo You Yahoo!?=0ATired of spam? Yaho= o! Mail has the best spam protection around =0Ahttp://mail.yahoo.com |
From: Petr K. <pe...@ku...> - 2006-12-18 23:55:21
|
Mon, Dec 18, 2006 at 01:47:41PM -0800 - Dan S: > Nova Developers, > > I have been looking at the code to make a Windows compatible version. > So far the problems I've encountered is replacing the Posix time > library, and the c99 functions. After make ing the library on Linux I > also noticed that a sort of meta-header file was automatically created > libnova.h. It looks like I'll have to manually create that. Someone > did suggest using Cygwin to support the Posix part of the library, > however I wanted to avoid that so anyone who uses the library on > Windows will not need another dll. I think that those changes, using ifdefs, will be gladly welcome. I cannot test them, but if they will not break Linux build, I can commit them. But libnova.h is NOT created, it's in CVS and should be in tar.gz. Can you send any hint why you think it's created? > Also I am wondering if there is any test code that could be used to > verify the library after my changes. ./lntest/lntest Petr |
From: Dan S <ki...@ya...> - 2006-12-18 21:47:54
|
Nova Developers,=0A=0AI have been looking at the code to make a Windows com= patible version. So far the problems I've encountered is replacing the Pos= ix time library, and the c99 functions. After make ing the library on Linu= x I also noticed that a sort of meta-header file was automatically created = libnova.h. It looks like I'll have to manually create that. Someone did s= uggest using Cygwin to support the Posix part of the library, however I wan= ted to avoid that so anyone who uses the library on Windows will not need a= nother dll.=0A=0AAlso I am wondering if there is any test code that could b= e used to verify the library after my changes.=0A=0A-Dan=0A=0A=0A=0A_______= ___________________________________________=0ADo You Yahoo!?=0ATired of spa= m? Yahoo! Mail has the best spam protection around =0Ahttp://mail.yahoo.co= m |
From: Mike M. <ii...@gm...> - 2006-03-01 22:57:07
|
Hi Liam and everyone. On 01/03/06, Liam Girdwood <li...@gn...> wrote: >> [--thoughts about documentation--] > This would be very helpful, as the subject matter is very difficult for > beginners to understand (it's even difficult if you have a copy of > Meeus). No argument about that. I can see why Meeus' book is held in such high regard as far as providing useful formulas, but I found it quite frustrating just trying to learn about what was going on. As well as not spending much time explaining what things were as much as specific equations to calculate them, he seemed to have a habit of arbitrarily changing units of measurement half way through examples, and so on.=20 Since starting with that, I've built up a small library of other books on the same topic, but haven't had much of an opportunity to get into them yet. > How do you propose doing this ? Would you use doxygen or do you have > another documentation system in mind ? I haven't figured it out at this point, but I've had an idea in the back of my mind for a while that I'd like to write a getting-started guide based around a big flow-chart that indicates all the steps to go through for certain calculations, probably with a some detail (not an essay) about each step, referencing the functions in the code that are applicable, as well as documenting things like how expensive a step is for calculation versus how significant it is for accuracy. I've been teaching myself about this on and off for the past six months, and I'm still learning (so I'd expect someone might need to proof-read some of the specifics for accuracy if I did write it), but I'm hoping that such a perspective might help to decide notes that could be useful. I hadn't thought as far as to what documentation system to use, but I don't see why it couldn't fit into a doxygen format. Perhaps the best thing for me to do would be to just try and write something at all.=20 You could see what you think, and integrate it into the project if it seems appropriate to do so. It's likely to take at least a few weeks for me to get into this and I'm reluctant to commit to too much straight away, plus I'd need to familiarise myself with how libnova does things. It's good to hear that there's a general interest, though. Mike. |
From: Liam G. <li...@gn...> - 2006-03-01 10:34:42
|
On Tue, 2006-02-28 at 15:22 -0700, lhandf wrote: > I believe that using the already-made examples and creating > "walkthrough tutorials" could be a good idea. We could make them in > HTML so they are easily accessible. > > Just an opinion, tell me what you think. I agree, it would also be nice if it could be tied into descriptions of the concepts behind the functions. e.g. The documentation for nutation could have a link to the wikipedia description of nutation. http://en.wikipedia.org/wiki/Nutation Liam |
From: Liam G. <li...@gn...> - 2006-02-28 19:16:57
|
Hi Mike, On Tue, 2006-02-28 at 22:57 +1300, Mike McGavin wrote: > Is this an appropriate place to discuss libnova? There doesn't seem > to be an obvious mailing list or forum attached to it that I can find, > and the project seems quite strongly connected to this one. If > there's a better place, please accept my apologies (and let me know). > This is the best place atm. > I was wondering if there's presently a documentation effort for > libnova, besides the Doxygen comments. I'm quite keen to attempt to > familiarise myself with the code and write some kind of getting > started guide to explain, in some kind of logical sequence, what > people need to do to use the library effectively. > We only have an examples directory atm. It would be nice to get some proper docs though. > I've been working on my own ephemeris library for a few months, > primarily as an effort to learn more about ephemeris in general. I > forked my own code from the Astrolabe project that was released ages > ago by Bill McClain, but I've also been reading up in several books > (including Meeus) to help understand what's going on. I launced my > own code as a GPL'd project a little while ago, but it's very > incomplete and somewhat buggy, and my main motivation was that I > wasn't aware of anyone else doing the same thing under GPL. Having > discovered libnova a few weeks ago, I've been wondering if it'd make > more sense to try to get involved somehow in what you're doing here > instead. > > I haven't thought this whole documentation thing through in detail, > but it's something I'd like to try in my spare time (which I'll > hopefully find) if it would fit the project. > > Any thoughts? > This would be very helpful, as the subject matter is very difficult for beginners to understand (it's even difficult if you have a copy of Meeus). How do you propose doing this ? Would you use doxygen or do you have another documentation system in mind ? Thanks Liam |
From: Mike M. <ii...@gm...> - 2006-02-28 09:57:11
|
Hello. Is this an appropriate place to discuss libnova? There doesn't seem to be an obvious mailing list or forum attached to it that I can find, and the project seems quite strongly connected to this one. If there's a better place, please accept my apologies (and let me know). I was wondering if there's presently a documentation effort for libnova, besides the Doxygen comments. I'm quite keen to attempt to familiarise myself with the code and write some kind of getting started guide to explain, in some kind of logical sequence, what people need to do to use the library effectively. I've been working on my own ephemeris library for a few months, primarily as an effort to learn more about ephemeris in general. I forked my own code from the Astrolabe project that was released ages ago by Bill McClain, but I've also been reading up in several books (including Meeus) to help understand what's going on. I launced my own code as a GPL'd project a little while ago, but it's very incomplete and somewhat buggy, and my main motivation was that I wasn't aware of anyone else doing the same thing under GPL. Having discovered libnova a few weeks ago, I've been wondering if it'd make more sense to try to get involved somehow in what you're doing here instead. I haven't thought this whole documentation thing through in detail, but it's something I'd like to try in my spare time (which I'll hopefully find) if it would fit the project. Any thoughts? Thanks. Mike. |
From: Petr K. <pe...@ku...> - 2005-12-07 21:14:58
|
I agree, that will be cool to have..and it fit within libnova use in astrophysics.. Petr Wed, Dec 07, 2005 at 09:01:37PM +0000 - Liam Girdwood: > I also think it's a good idea. > > I'll be releasing version 0.12 of libnova at the weekend. We can add it > after this. > > Petr, what do you think ? > > Liam > > On Wed, 2005-12-07 at 11:22 -0800, Dan S wrote: > > I think it would be a great idea, but i don't know if > > the owner of the project is still persueing > > development. > > > > I would definately appreciate the work. > > > > -Kinglag > > > > --- lhandf <lh...@gm...> wrote: > > > > > Would the addition of surface gravity functions to > > > libnova be appropriate? > > > It's a pretty easy calculation, and as far as I > > > know, it does not look like > > > it is already in it. Maybe I could also include the > > > surface gravity of major > > > bodies. Please tell me if this could be a good idea. > > > > > > Thanks > > > > > > -- > > > Louis Handfield |
From: Liam G. <li...@gn...> - 2005-12-07 21:01:51
|
I also think it's a good idea. I'll be releasing version 0.12 of libnova at the weekend. We can add it after this. Petr, what do you think ? Liam=20 On Wed, 2005-12-07 at 11:22 -0800, Dan S wrote: > I think it would be a great idea, but i don't know if > the owner of the project is still persueing > development. >=20 > I would definately appreciate the work. >=20 > -Kinglag >=20 > --- lhandf <lh...@gm...> wrote: >=20 > > Would the addition of surface gravity functions to > > libnova be appropriate? > > It's a pretty easy calculation, and as far as I > > know, it does not look like > > it is already in it. Maybe I could also include the > > surface gravity of major > > bodies. Please tell me if this could be a good idea. > >=20 > > Thanks > >=20 > > -- > > Louis Handfield > >=20 >=20 >=20 >=20 > =09 > __________________________________________=20 > Yahoo! DSL =E2=80=93 Something to write home about.=20 > Just $16.99/mo. or less.=20 > dsl.yahoo.com=20 >=20 >=20 >=20 > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log = files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=3D7637&alloc_id=3D16865&op=3Dclick > _______________________________________________ > Nova-developer mailing list > Nov...@li... > https://lists.sourceforge.net/lists/listinfo/nova-developer |
From: Dan S <ki...@ya...> - 2005-12-07 19:23:08
|
I think it would be a great idea, but i don't know if the owner of the project is still persueing development. I would definately appreciate the work. -Kinglag --- lhandf <lh...@gm...> wrote: > Would the addition of surface gravity functions to > libnova be appropriate? > It's a pretty easy calculation, and as far as I > know, it does not look like > it is already in it. Maybe I could also include the > surface gravity of major > bodies. Please tell me if this could be a good idea. > > Thanks > > -- > Louis Handfield > __________________________________________ Yahoo! DSL Something to write home about. Just $16.99/mo. or less. dsl.yahoo.com |
From: lhandf <lh...@gm...> - 2005-12-07 13:25:07
|
Would the addition of surface gravity functions to libnova be appropriate? It's a pretty easy calculation, and as far as I know, it does not look like it is already in it. Maybe I could also include the surface gravity of majo= r bodies. Please tell me if this could be a good idea. Thanks -- Louis Handfield |
From: Liam G. <li...@gn...> - 2005-07-04 14:38:22
|
On Mon, 2005-07-04 at 13:10 +0800, William J Beksi wrote: > Hi Mike, > > Michael Krieger wrote: > > Hello, > > > > strange problem while compiling nova 0.4 on ubuntu 5.04 Hoary AMD64: > > > > I started with ./configure and then that > > > > -->checking for libnovaconfig... /usr/local/bin/libnovaconfig > > checking for libnova - version >= 0.8.0... no > > configure: error: libnova is required to compile Nova. Please check > > config.log. > > > > Well, libnova 0.10.1 was compiled without any errors. > > Hmmh, any idea??? > > Are you building from the latest cvs source? > > I would also recommend using the latest nova CVS. However, there is one major annoying problem:- Nova now depends on Gtk2.7.0 (for Cairo) and Gtk 2.7 will break Firefox(and Anjuta). There is a workaround for Firefox, but it's probably best to wait for Gtk2.7.1.(or better still Gtk2.8 (stable) is released in August) I'm also about to start integrating libncat (http://libnovacat.sf.net) into cvs. This means no more downloading of catalogs. There will be a new release when Gtk 2.8 is out. Liam |
From: William J B. <wj...@se...> - 2005-07-04 05:12:14
|
Hi Mike, Michael Krieger wrote: > Hello, > > strange problem while compiling nova 0.4 on ubuntu 5.04 Hoary AMD64: > > I started with ./configure and then that > > -->checking for libnovaconfig... /usr/local/bin/libnovaconfig > checking for libnova - version >= 0.8.0... no > configure: error: libnova is required to compile Nova. Please check > config.log. > > Well, libnova 0.10.1 was compiled without any errors. > Hmmh, any idea??? Are you building from the latest cvs source? -- William J Beksi <wj...@us...> GPG Key Fingerprint = ED4B 32C3 69E6 C2B7 705C 263F CB2F 3253 E7E1 DB3B |
From: Michael K. <mik...@ya...> - 2005-07-02 17:06:11
|
Hello, strange problem while compiling nova 0.4 on ubuntu 5.04 Hoary AMD64: I started with ./configure and then that -->checking for libnovaconfig... /usr/local/bin/libnovaconfig checking for libnova - version >= 0.8.0... no configure: error: libnova is required to compile Nova. Please check config.log. Well, libnova 0.10.1 was compiled without any errors. Hmmh, any idea??? mike ___________________________________________________________ Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de |
From: Liam G. <Lia...@wo...> - 2004-11-01 12:58:20
|
On Sun, 2004-10-31 at 00:19, Dan S wrote: > I was using ln_get_earth_sun_dist( current_day ); with > libnova/earth.h included and it did not report a > distance close to the distance i had found using the > pythagorean theorom, however when i changed my include > to libnova/libnova.h it worked fine. Is this by > design or a bug? I've managed to reproduce using the latest CVS. Can you enable -Wall in your compiler settings. This should give you some warnings about implicit declarations. It looks like the call to get the current JD is failing because it is being implicitly declared (most likely as a 'int func(int)') in your code. Can you try this again and also #include <libnova/julian_day.h> Liam |
From: Dan S <ki...@ya...> - 2004-10-30 23:19:54
|
I was using ln_get_earth_sun_dist( current_day ); with libnova/earth.h included and it did not report a distance close to the distance i had found using the pythagorean theorom, however when i changed my include to libnova/libnova.h it worked fine. Is this by design or a bug? -Dan __________________________________ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. http://promotions.yahoo.com/new_mail |
From: Liam G. <li...@gn...> - 2004-10-29 09:10:29
|
On Thu, 2004-10-28 at 23:50, Dan S wrote: > Is this mailing list appropriate for discussion of > libnova, trouble, comments and suggestions? > It is. Liam |
From: Dan S <ki...@ya...> - 2004-10-28 22:50:12
|
Is this mailing list appropriate for discussion of libnova, trouble, comments and suggestions? __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: Liam G. <li...@gn...> - 2004-03-10 22:04:03
|
Juan Carlos, Fausto, I've just commited a bunch of changes to libnova that prefix all exported symbols with a "ln_". This will avoid any namespace clashes. I've also split the libnova headers up and they will now install in $(prefix)/libnova. This will probably affect spiderd. I would like to release libnova-0.10 sometime in the week beginning March 22nd. I've already ported Nova to the new API. Liam |
From: Liam G. <li...@gn...> - 2004-02-08 20:38:27
|
Nova-0.4 has now been released and is available from the http://nova.sf.net download area. Features:- * Anti Aliased sky view * Contellation outlines. * 300,000 object Sky2000 catalog * Planets, Mercury - Pluto now rendered. * XML sky document format Known issues:- * Spherical sky view not rendered correctly. Liam |
From: Juan C. R. F. <jc...@ca...> - 2002-09-30 07:52:15
|
Hi Gord >stupid question time again :) I need to do some testing on the >autostar driver and don't seem to be able to get spiderd to accept any >commands. I start up spiderd and telnet to the port and get the following: >.... >How do I enter commands? > [] Please use spiderclient, it is a test client, and modify it (to delete my probes)!!. If you do not want to make any modification, only push the return key when asked for a file and then send commands. Spiderd it is not prepared to support telnet, each message has a header to support the diferent message types (plain text request, binary data, etc..), and the message system is asynchronous, that means you must have a thread waiting for the answer or to have a loop pooling, or any other technique. Spiderclient has examples of all message types. The other problem, the double call to handler_startup() in the autostar driver, is because you have defined the driver two times, one for the xy motion and another one for the focus. There is no problem with this. You can call the same driver to support more than one device, but I recomend you to atomize the drivers, transferring the common code to a library. If you wish to maintain all together, there is no problem, you only must know clearly the commands you want to process. In your case, if you codify together both the xy and focus devices you must deal with both command sets within your code, of course!. A final note: each execution of the driver runs in its own address space because they are independent threads, so there are not common vars. If you are using the same port for both devices we will have a problem because this is not supported, tell me if this is the case to try to find out a solution. Cheers Juan Carlos |
From: Gord T. <gtu...@sh...> - 2002-09-20 17:12:14
|
Of course, another interesting question I meant to ask was: why does it load the autostar driver (and obviously execute handler_startup) twice? Gord Tulloch wrote: > [gordt@www src]$ ./spiderd -w 7 > spiderd (a Telescope Motion Control Daemon) - V 0.0.10 > Using libnova - V 0.3.1 > Using libspider - V 0.1.0 > (C) 2000 by The Nova Project Team. > scopes: ds114 > **> ds114 > +> mount Equatorial > +> Loc Winnipeg > load plugin from "../drivers/.libs/libautostar.so" > autostar plugin: loaded > load plugin from "../drivers/.libs/libautostar.so" > +> XY autostar > +> cam (null) > +> focus autostar > +> derot (null) > +> filter (null) > +> meteo (null) > +> dome (null) > *------* > startup autostar version 1.00 > speed now 9600 > Telescope date read is 09/14/02# > startup autostar version 1.00 > speed now 9600 > Telescope date read is 09/14/02# > Initialization complete. |