in reply to Perl Module for Swiss Ephemeris?
or whatever. (Data from the test page)my $data = `swetest -b1.1.2002 -n1 -s1 -fPLBRS -pp -eswe`;
Should you need deeper interaction with the code, all the C source is available on their site. Looking at the amount of calculation going on in the code, you're probably better off wrapping this somehow (Inline::C / SWIG / XS ), rather than re-writing in Perl.
Hope this helps,
Ben.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl Module for Swiss Ephemeris?
by Anonymous Monk on Mar 26, 2008 at 13:02 UTC |