Recent Releases of pal
pal - PAL: Version 0.9.7
- Enable light deflection in palAmpqk.
- C
Published by timj about 9 years ago
pal - PAL v0.9.5
- Add light deflection to palAmpqk. SLALIB always had it but for some reason the relevant piece of code never got ported to PAL.
- C
Published by timj about 9 years ago
pal - PAL v0.9.4
- Add light deflection to palMapqkz (thanks to Scott Daniel)
- Add test for palMapqk (thanks to Scott Daniel)
- Correctly disable documentation build when running outside of a Starlink environment.
- C
Published by timj about 9 years ago
pal - PAL v0.6.0
Add palVers function to obtain PAL version information.
- C
Published by timj over 11 years ago
pal - Minor build cleanups
The configure script was getting confused if run outside of
Starlink without using --without-starlink. This was because
$STARLINK is set in the script if it is not set and the
configure script was assuming $STARLINK would be unset
outside of a Starlink environment. The configure script
now keys off $STARLINK_DIR but that may interact badly
if STARLINK_DIR is set and --without-starlink is used.
An experimental SConstruct build script is now available for users of scons.
SUN/267 has been synced up with the associated source files.
palIntin now respects the isblank configure check (as it
should have done all along).
Minor clean ups of some source prologues.
- C
Published by timj over 11 years ago
pal - Version 0.5.0 of PAL
Now works with ERFA https://github.com/liberfa/erfa. The configure script has been modified to first check for ERFA and then check for SOFA.
- C
Published by timj over 11 years ago
pal - Version 0.4.0 of PAL
New routines ported from SLA: palRefv, palAtmdsp
New routine inherited from SOFA: palRefcoq
Minimum SOFA version now 2013-12-02
palObs: Now includes telescope positions for APEX and NANTEN2
The autotools build scripts now require autoconf version 2.69.
Thanks to Github user @nega0 for some BSD build fixes.
A subset of the routines have been relicensed using LGPL to allow them to be included in the AST library. Thanks to Patrick Wallace for giving this permission.
A paper on PAL has been published at ADASS: http://adsabs.harvard.edu/abs/2013ASPC..475..307J
- C
Published by timj over 11 years ago
pal -
Initial release with sufficient SLALIB API for Starlink AST and the Astro::Coords perl module.
- C
Published by timj over 12 years ago
pal -
The palDrange function has been modified so that it now returns +PI if the supplied angle is +PI (previously, it returned -PI in these cases).
- C
Published by timj over 12 years ago
pal -
Check for copysign() C99 function and fall back if it is missing.
- C
Published by timj over 12 years ago
pal -
Check for isblank() function and fall back if it is missing.
- C
Published by timj over 12 years ago
pal -
Explcitly look for libm rather than relying on SOFA to pull it in.
- C
Published by timj over 12 years ago
pal -
Improve configure script when not in a Starlink build environment. Use
./configure --prefix=/path/to/install
when Starlink is not available and add --without-starlink if Starlink is present but should not be used.
- C
Published by timj over 12 years ago
pal -
Add refraction code and support palOap and palAop. For closer compatibility with SLA for testing purposes the refraction routines internally use clones of slaNutc, slaEqeqx, slaGmst and slaGeoc. Once the code has been verified further the PAL/SOFA routines will be used instead. Switching routines seems to change the results in palTest by about 0.05 arcsec.
- C
Published by timj over 12 years ago