JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for STARDEV Archives


STARDEV Archives

STARDEV Archives


STARDEV@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

STARDEV Home

STARDEV Home

STARDEV  February 2012

STARDEV February 2012

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Recent repository commits

From:

Tim Jenness <[log in to unmask]>

Reply-To:

Starlink development <[log in to unmask]>

Date:

Sun, 12 Feb 2012 04:00:33 +0000

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (325 lines)

Commit summary from repository starlink
------------------------------------

  (Tim Jenness) pal: Add palDjcal
   100.0% libraries/pal/
  
  (Tim Jenness) pal: Add palEqeqx test
   100.0% libraries/pal/
  
  (Tim Jenness) pal: Add some of the simpler SLA -> SOFA mappings
   100.0% libraries/pal/
  
  (Tim Jenness) pal: The palDeuler test now uses the vrmat function to verify
   100.0% libraries/pal/
  
  (Tim Jenness) pal: Factor out the rmat verification code
   100.0% libraries/pal/
  
  (Tim Jenness) pal: Fix compiler warnings in rmat[3][3] initialiser
   100.0% libraries/pal/
  
  (Tim Jenness) sla: The helper functions should be marked static
   100.0% libraries/sla/
  
  (David Berry) sla: Add C wrapper for sla_pvobs
   100.0% libraries/sla/
  
  (David Berry) pal: Add palPrec
   100.0% libraries/pal/
  
  (David Berry) pal: Add palEcmat
   100.0% libraries/pal/
  
  (Tim Jenness) sla: Update version number for leap second change
    71.2% libraries/sla/
  
  (Tim Jenness) sofa: SOFA needs libm on some systems
   100.0% thirdparty/sofa/
  
  (Tim Jenness) pal: Add palDeuler to replace slaDeuler
   100.0% libraries/pal/
  
  (Tim Jenness) Some tweaks after rebuilding Makefile.dependencies
  
  (Tim Jenness) pal: Begin de-slalib-ification of Starlink C code
    98.5% libraries/pal/
  
  (Tim Jenness) Update information from all component.xml files
  
  (Tim Jenness) smurf: Only allocate heatermap if we are going to use it
   100.0% applications/smurf/libsmf/
  
  (Malcolm J. Currie) SMURF: Insert tokens into TIMESORT error messages.
   100.0% applications/smurf/libsmurf/
  
  (Malcolm J. Currie) KAPPA: Expand documentation on escaping metacharacters in Explanatory Notes.
   100.0% applications/kappa/
  
  (Malcolm J. Currie) KAPPA: Use consistent approach for examples.
    43.9% applications/kappa/libkapview/
    56.0% applications/kappa/
 

Commits from repository starlink
-----------------------------

  commit 75e82b0715f3e83bab21968e4a4e90879b065efe
  Author: Tim Jenness <[log in to unmask]>
  Date:   Fri Feb 10 21:56:15 2012 -1000
  
      pal: Add palDjcal
  
   libraries/pal/Makefile.am |    1 +
   libraries/pal/palDjcal.c  |   95 +++++++++++++++++++++++++++++++++++++++++++
   libraries/pal/palTest.c   |    2 -
   libraries/pal/palmac.h    |    4 ++
   4 files changed, 100 insertions(+), 2 deletions(-)
  
  commit 0274ba3ff49b42afa6c609235653dc2f343c7079
  Author: Tim Jenness <[log in to unmask]>
  Date:   Fri Feb 10 16:44:40 2012 -1000
  
      pal: Add palEqeqx test
  
   libraries/pal/palTest.c |    9 +++++++++
   1 files changed, 9 insertions(+), 0 deletions(-)
  
  commit 7e75772c99231837a538e1d5eafa515d2e8cc3f1
  Author: Tim Jenness <[log in to unmask]>
  Date:   Fri Feb 10 16:29:07 2012 -1000
  
      pal: Add some of the simpler SLA -> SOFA mappings
      
      Most of these are simple translations to the SOFA equivalents
      although some turned out to be slightly more complicated.
      
      - Date routines take the MJD reference time in SOFA
      - slaGeoc needed to choose a model (WGS84 was chosen) and the
        arguments are very different from iauGd2gc.
      - The 2006 precession model is being adopted for PAL which
        differs from SLA.
  
   libraries/pal/Makefile.am            |    1 +
   libraries/pal/palOne2One.c           |  210 +++++++++++++++++++++
   libraries/pal/palTest.c              |  311 +++++++++++++++++++++++++++++++-
   libraries/pal/palmac.h               |    3 +
   libraries/pal/sofa-porting-guide.txt |   37 ++++-
   5 files changed, 557 insertions(+), 5 deletions(-)
  
  commit b2845a9d2aa01ab347f830b121e9cb40fe930dbc
  Author: Tim Jenness <[log in to unmask]>
  Date:   Fri Feb 10 14:19:52 2012 -1000
  
      pal: The palDeuler test now uses the vrmat function to verify
  
   libraries/pal/palTest.c |   24 +++++-------------------
   1 files changed, 5 insertions(+), 19 deletions(-)
  
  commit 3eb7fcee8c36f11970d3a9fd154ce3116910dfde
  Author: Tim Jenness <[log in to unmask]>
  Date:   Fri Feb 10 14:10:41 2012 -1000
  
      pal: Factor out the rmat verification code
  
   libraries/pal/palTest.c |   36 +++++++++++++++++-------------------
   1 files changed, 17 insertions(+), 19 deletions(-)
  
  commit af08ff4aae363b208896449ce9827f44f58e4f54
  Author: Tim Jenness <[log in to unmask]>
  Date:   Fri Feb 10 13:54:48 2012 -1000
  
      pal: Fix compiler warnings in rmat[3][3] initialiser
  
   libraries/pal/palTest.c |   12 ++++++------
   1 files changed, 6 insertions(+), 6 deletions(-)
  
  commit d0a31fabb04e984973942647b1bfbab230d79349
  Author: Tim Jenness <[log in to unmask]>
  Date:   Fri Feb 10 09:33:09 2012 -1000
  
      sla: The helper functions should be marked static
  
   libraries/sla/sla.c |   10 +++-------
   1 files changed, 3 insertions(+), 7 deletions(-)
  
  commit ad58ae82491a09f7e66ed575c3d7c61f89eb57b8
  Author: David Berry <[log in to unmask]>
  Date:   Fri Feb 10 16:37:47 2012 +0000
  
      sla: Add C wrapper for sla_pvobs
  
   libraries/sla/sla.c |   26 ++++++++++++++++++++++++++
   1 files changed, 26 insertions(+), 0 deletions(-)
  
  commit 4736222307f4afca277a071ad983349560381b70
  Author: David Berry <[log in to unmask]>
  Date:   Fri Feb 10 16:16:31 2012 +0000
  
      pal: Add palPrec
      
      The precession model has changed from IAU 1976 to IAU 2006. PTW says
      this is OK, but
      
      "The only proviso is that having elected to use that precession
      you have to make sure your GMST and nutation models match.  The SOFA
      function names contain the clue:  look for "06a". "
      
      Also dates are now TT rather than TDB.
  
   libraries/pal/Makefile.am |    5 +-
   libraries/pal/palPrec.c   |  106 +++++++++++++++++++++++++++++++++++++++++++
   libraries/pal/palTest.c   |   21 +++++++++
   3 files changed, 130 insertions(+), 2 deletions(-)
  
  commit f234b42fe4ca995e238c060f84dcf3fe13f77c46
  Author: David Berry <[log in to unmask]>
  Date:   Fri Feb 10 12:58:44 2012 +0000
  
      pal: Add palEcmat
      
      Like slaEcmat but uses IAU 2006 precession model rather than 1980. Also,
      the input date is now specified in TT instead of TDB. The difference
      between TT and TDB is around one to two millisecond, or about 0.02
      arc-seconds. So the cost of converting TDB to TT in every call to palEcmat
      is probably not justified.
  
   libraries/pal/Makefile.am              |    3 +-
   libraries/pal/{palDtt.c => palEcmat.c} |   50 ++++++++++++++++-------------
   libraries/pal/palTest.c                |   19 +++++++++++
   3 files changed, 49 insertions(+), 23 deletions(-)
  
  commit f5c88c813f35f45cfd64d36333ed98c9c0f85bb6
  Author: Tim Jenness <[log in to unmask]>
  Date:   Thu Feb 9 13:27:09 2012 -1000
  
      sla: Update version number for leap second change
  
   componentset.xml            |    2 +-
   libraries/sla/component.xml |    2 +-
   libraries/sla/configure.ac  |    2 +-
   3 files changed, 3 insertions(+), 3 deletions(-)
  
  commit e0d4c110996bc83c06e4ee67be4fa6acf82aba21
  Author: Tim Jenness <[log in to unmask]>
  Date:   Wed Feb 8 21:29:00 2012 -1000
  
      sofa: SOFA needs libm on some systems
  
   thirdparty/sofa/sofa |    2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)
  
  commit d6f42bf5652d89b30d2e15897d80d60a61c0364c
  Author: Tim Jenness <[log in to unmask]>
  Date:   Wed Feb 8 20:27:07 2012 -1000
  
      pal: Add palDeuler to replace slaDeuler
  
   libraries/pal/Makefile.am |    1 +
   libraries/pal/palDeuler.c |  139 +++++++++++++++++++++++++++++++++++++++++++
   libraries/pal/palTest.c   |   31 ++++++++++
   3 files changed, 171 insertions(+), 0 deletions(-)
  
  commit 8dda8a18b5f5aa8a9e6126b6001cbee1636f1871
  Author: Tim Jenness <[log in to unmask]>
  Date:   Wed Feb 8 16:22:47 2012 -1000
  
      Some tweaks after rebuilding Makefile.dependencies
  
   Makefile.dependencies |    1 +
   componentset.xml      |    2 +-
   2 files changed, 2 insertions(+), 1 deletions(-)
  
  commit dd5b98b6ca199ea97ac63b0adf2c494f2f79f930
  Author: Tim Jenness <[log in to unmask]>
  Date:   Wed Feb 8 16:11:44 2012 -1000
  
      pal: Begin de-slalib-ification of Starlink C code
      
      The PAL library is a new library designed to replace Fortran SLA
      by providing a compatible C interface but written from
      scratch in C. Some routines are rewrites of the Fortran code
      whereas others are wrappers around SOFA routines.
      
      This is the first commit and only a handful of routines have
      been implemented.
      
      The PAL name comes from "Positional Astronomy Library" as used
      in the AST internals and in the Starlink Java PAL module. We
      are deliberately not using the SLA name.
  
   .gitignore                                       |    2 +
   Makefile.dependencies                            |    6 +
   componentset.xml                                 |   25 +
   libraries/pal/Makefile.am                        |   33 ++
   {applications/astrom => libraries/pal}/bootstrap |    0
   libraries/pal/component.xml                      |   29 +
   libraries/pal/component.xml.in                   |   29 +
   libraries/pal/configure.ac                       |   41 ++
   libraries/pal/pal.h                              |  541 ++++++++++++++++++++
   libraries/pal/palDat.c                           |   93 ++++
   libraries/pal/palDe2h.c                          |  140 +++++
   libraries/pal/palDh2e.c                          |  131 +++++
   libraries/pal/palDs2tp.c                         |  125 +++++
   libraries/pal/palDtp2s.c                         |   93 ++++
   libraries/pal/palDtps2c.c                        |  149 ++++++
   libraries/pal/palDtt.c                           |   74 +++
   libraries/pal/palTest.c                          |  204 ++++++++
   libraries/pal/palmac.h                           |   67 +++
   libraries/pal/sofa-porting-guide.txt             |   11 +
   19 files changed, 1793 insertions(+), 0 deletions(-)
  
  commit f327ce267cdb6b0e6f21bc1f12974f2d3f442881
  Author: Tim Jenness <[log in to unmask]>
  Date:   Wed Feb 8 10:49:25 2012 -1000
  
      Update information from all component.xml files
  
   componentset.xml |    8 ++++----
   1 files changed, 4 insertions(+), 4 deletions(-)
  
  commit b8e7761de3c2d004b45c2f8474ed83d6660b939a
  Author: Tim Jenness <[log in to unmask]>
  Date:   Wed Feb 8 10:43:52 2012 -1000
  
      smurf: Only allocate heatermap if we are going to use it
  
   applications/smurf/libsmf/smf_find_science.c |    6 +++---
   1 files changed, 3 insertions(+), 3 deletions(-)
  
  commit 44f04f17dc95c6ca5c716bae015e232bc2db3766
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Tue Feb 7 21:52:39 2012 -1000
  
      SMURF: Insert tokens into TIMESORT error messages.
      
      This is to help diagnose why an ORAC-DR recipe fails on one dataset
      at CADC but works at JAC.
  
   applications/smurf/libsmurf/smurf_timesort.c |   16 +++++++++++-----
   1 files changed, 11 insertions(+), 5 deletions(-)
  
  commit 3d683b6c7089208fe179a5edaf51d21ef5a6aec0
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Tue Feb 7 18:29:24 2012 -1000
  
      KAPPA: Expand documentation on escaping metacharacters in Explanatory Notes.
      
      It was geared up to C-shell, but other UNIX shells are available.
  
   applications/kappa/sun95.tex |   25 +++++++++++++++++--------
   1 files changed, 17 insertions(+), 8 deletions(-)
  
  commit ba00c9d8f4b2089c9d6c6626dd51178e3e78a1b5
  Author: Malcolm J. Currie <[log in to unmask]>
  Date:   Tue Feb 7 14:15:24 2012 -1000
  
      KAPPA: Use consistent approach for examples.
      
      The examples are as supplied to ADAM.  OS-dependent notation is not
      included.
  
   applications/kappa/libkapview/lutview.f |   12 ++++++------
   applications/kappa/sun95.tex            |   14 +++++++-------
   2 files changed, 13 insertions(+), 13 deletions(-)

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

December 2023
January 2023
December 2022
July 2022
June 2022
April 2022
March 2022
December 2021
October 2021
July 2021
April 2021
January 2021
October 2020
September 2020
August 2020
May 2020
November 2019
October 2019
July 2019
June 2019
February 2019
January 2019
December 2018
November 2018
August 2018
July 2018
May 2018
April 2018
March 2018
February 2018
December 2017
October 2017
August 2017
July 2017
May 2017
April 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
October 2015
September 2015
August 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
December 2005
November 2005
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005
December 2004
November 2004
October 2004
September 2004
August 2004
July 2004
June 2004
May 2004
April 2004
March 2004
February 2004
January 2004
2004
April 2003
2003


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager