[Kstars-devel] Ocultations for K-stars

Mike Rosseel Mike.Rosseel at gmx.net
Mon May 14 11:05:07 CEST 2007


Hi Brian,


Kstars is written in C++ so a Java plugin would be non-trivial to
write. Maybe with the new QT java bindings? Still, I would suggest
looking into writing it in C++. The languages are quite similar, of
course you have to be more careful with memory management and the
whole pointer concept.

Since I'm not a kstars guru other people will have to answer your
algorithmical questions.

regards,
Mike

On 5/14/07, brian hurren <brianhurren at yahoo.com> wrote:
> Is there a plug in for calculating luna ocultations. I am learning to
> program in java. can a plug in be writen in java for k-stars and how would I
> go about it. presumably there is already a class that calculates the
> position f the moon and there is a star catalogue. could the stars between
> the lat +25 deg and -25 deg be compared with the position of the moon over a
> range of time and when the two equal be output be displayed in a window.
> would this be difficult to wright?
> kstars-devel-request at kde.org wrote:
>  Send Kstars-devel mailing list submissions to
>  kstars-devel at kde.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>  https://mail.kde.org/mailman/listinfo/kstars-devel
> or, via email, send a message with subject or body 'help' to
>  kstars-devel-request at kde.org
>
> You can reach the person managing the list at
>  kstars-devel-owner at kde.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Kstars-devel digest..."
>
>
> Today's Topics:
>
>  1. KDE/kdeedu/kstars/kstars (Jasem Mutlaq)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 11 May 2007 21:53:36 +0000
> From: Jasem Mutlaq
> Subject: [Kstars-devel] KDE/kdeedu/kstars/kstars
> To: kde-commits at kde.org
> Cc: kstars-devel at kde.org
> Message-ID: <1178920416.830267.6323.nullmailer at svn.kde.org>
> Content-Type: text/plain; charset=UTF-8
>
> SVN commit 663649 by mutlaqja:
>
> Code style cleanup in INDI, updating std properties, and fixing RO/WO
> display issue with properties.
>
> CCMAIL:kstars-devel at kde.org
>
>
>
>  M +163 -156 indi/celestrongps.cpp
>  M +84 -91 indi/fli_ccd.c
>  M +92 -79 indi/lx200_16.cpp
>  M +27 -25 indi/lx200autostar.cpp
>  M +95 -86 indi/lx200classic.cpp
>  M +566 -409 indi/lx200generic.cpp
>  M +90 -90 indi/lx200gps.cpp
>  M +7 -6 indidevice.cpp
>  M +25 -22 indidriver.cpp
>  M +1 -1 indielement.cpp
>  M +3 -2 indielement.h
>  M +9 -2 indiproperty.cpp
>  M +15 -9 indistd.cpp
>  M +1 -1 kspopupmenu.cpp
>  M +0 -6 kstars.cpp
>
>
>
>
> ------------------------------
>
> _______________________________________________
> Kstars-devel mailing list
> Kstars-devel at kde.org
> https://mail.kde.org/mailman/listinfo/kstars-devel
>
>
> End of Kstars-devel Digest, Vol 46, Issue 6
> *******************************************
>
>
>
>  ________________________________
>  Get your own web address.
>  Have a HUGE year through Yahoo! Small Business.
>
>
> _______________________________________________
> Kstars-devel mailing list
> Kstars-devel at kde.org
> https://mail.kde.org/mailman/listinfo/kstars-devel
>
>


More information about the Kstars-devel mailing list